OfflineRL-Lib icon indicating copy to clipboard operation
OfflineRL-Lib copied to clipboard

Benchmarked implementations of Offline RL Algorithms.

Results 4 OfflineRL-Lib issues
Sort by recently updated
recently updated
newest added

```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...