OfflineRL-Lib
OfflineRL-Lib copied to clipboard
Benchmarked implementations of Offline RL Algorithms.
```sh python reproduce/sac/run_sac_online.py --config reproduce/sac/config/robosuite/Door-Panda.py ```
Request to implement another Linear module, `ResetLinear`, which natively supports the Reset mechanism. It can accept parameters like `reset_interval`, which designates the step interval to reset the whole parameters of...
Implemented POR from *A Policy-Guided Imitation Approach for Offline Reinforcement Learning*
Dear maintainers, First of all, I would like to express my sincere gratitude for your excellent work and the elegant design of this repository. Your contributions are highly appreciated. I...