🧵 This paper introduces CPQL: Conservative Peng's Q(
For first-time installation, please follow the installation instructions provided in the CORL GitHub repository.
git clone https://github.com/tinkoff-ai/CORL.git && cd CORL
pip install -r requirements/requirements_dev.txtTo train d4rl datasets,
python algorithms/cpql.py --config configs/cpql/hopper/random_v2.yaml
If you use CORL in your work, please use the following bibtex
@inproceedings{kim2026peng,
title={Peng's Q ($$\backslash$lambda $) for Conservative Value Estimation in Offline Reinforcement Learning},
author={Kim, Byeongchan and Oh, Min-hwan},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026}
}