Skip to content

nissymori/PUORL

Repository files navigation

Offline Reinforcement Learning with Domain-Unlabeled Data

Official implementation of Offline Reinforcement Learning with Domain-Unlabeled Data accepted at RLC 2025. The offline RL implementations are borrowed from JAX-CORL.

How to install

git clone https://github.com/nissymori/PUORL.gitn
pip install -r requirements.txt

How to reproduce

  1. Download data
python download.py
  1. Remove prefix
./remove_prefix.sh
  1. Train classifier at sh/classifier
./pu.sh
  1. Train agent at sh/offline/...
./body_mass.sh

Wandb results for reported result

Citeation

@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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors