Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-31 | 464 Bytes | |
RL-Zoo3 v2.3.0 source code.tar.gz | 2024-03-31 | 2.0 MB | |
RL-Zoo3 v2.3.0 source code.zip | 2024-03-31 | 2.1 MB | |
Totals: 3 Items | 4.2 MB | 0 |
Breaking Changes
- Updated defaults hyperparameters for TD3/DDPG to be more consistent with SAC
- Upgraded MuJoCo envs hyperparameters to v4 (pre-trained agents need to be updated)
- Upgraded to SB3 >= 2.3.0
Other
- Added test dependencies to
setup.py
(@power-edge) - Simplify dependencies of
requirements.txt
(remove duplicates fromsetup.py
)
Full Changelog: https://github.com/DLR-RM/rl-baselines3-zoo/compare/v2.2.1...v2.3.0