This is a pytorch implementation of BPR on Datasets for Deep Data-Driven Reinforcement Learning (D4RL) and Challenges and Opportunities in Offline Reinforcement Learning from Visual Observations (V-D4RL), the corresponding paper of BPR is Behavior Prior Representation learning for Offline Reinforcement Learning.
The exact requirements depend on the baseline methods, e.g., for applying BPR on CQL, one can follow the requirements from official repo of CQL; for applying BPR on visual-d4rl, one can follow the requirements from official repo of v-d4rl.
This repository is organized by task level, one can find the appropriate codebase based on the task and the corresponding baseline to train the model and evaluate the performance. For example, if one wants to test the performance of CQL+BPR on d4rl, the corresponding link is here.
If you find this open source release useful, please reference in your paper:
@inproceedings{
zang2023behavior,
title={Behavior Prior Representation learning for Offline Reinforcement Learning},
author={Hongyu Zang and Xin Li and Jie Yu and Chen Liu and Riashat Islam and Remi Tachet des Combes and Romain Laroche},
booktitle={International Conference on Learning Representations},
year={2023},
url={https://openreview.net/forum?id=hQ4K9Bf4G2B}
}
- If you have any questions, please contact me: [email protected].