Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-18 | 1.2 kB | |
RL-Zoo3 v2.4.0_ CrossQ and Gymnasium v1.0 support source code.tar.gz | 2024-11-18 | 2.0 MB | |
RL-Zoo3 v2.4.0_ CrossQ and Gymnasium v1.0 support source code.zip | 2024-11-18 | 2.1 MB | |
Totals: 3 Items | 4.2 MB | 0 |
New algorithm: CrossQ, Gymnasium v1.0 support, and better defaults for SAC/TQC on Swimmer-v4 env
Breaking Changes
- Updated defaults hyperparameters for TQC/SAC for Swimmer-v4 (decrease gamma for more consistent results) (@JacobHA) W&B report
- Upgraded to SB3 >= 2.4.0
- Renamed
LunarLander-v2
toLunarLander-v3
in hyperparameters
New Features
- Added
CrossQ
hyperparameters for SB3-contrib (@danielpalen) - Added Gymnasium v1.0 support
Bug fixes
- Replaced deprecated
huggingface_hub.Repository
when pushing to Hugging Face Hub by the recommendedHfApi
(see https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http) (@cochaviz)
Documentation
Other
- Updated PyTorch version to 2.4.1 in the CI
- Switched to uv to download packages faster on GitHub CI
New Contributors
- @JacobHA made their first contribution in https://github.com/DLR-RM/rl-baselines3-zoo/pull/447
- @danielpalen made their first contribution in https://github.com/DLR-RM/rl-baselines3-zoo/pull/453
Full Changelog: https://github.com/DLR-RM/rl-baselines3-zoo/compare/v2.3.0...v2.4.0