Official implementation of Offline Reinforcement Learning with Domain-Unlabeled Data accepted at RLC 2025. The offline RL implementations are borrowed from JAX-CORL.
git clone https://github.com/nissymori/PUORL.gitn
pip install -r requirements.txt
- Download data
python download.py
- Remove prefix
./remove_prefix.sh
- Train classifier at
sh/classifier
./pu.sh
- Train agent at
sh/offline/...
./body_mass.sh
@inproceedings{nishimorioffline,
title={Offline Reinforcement Learning with Domain-Unlabeled Data},
author={Nishimori, Soichiro and Cai, Xin-Qiang and Ackermann, Johannes and Sugiyama, Masashi},
year={2025},
booktitle={Reinforcement Learning Conference}
}