Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-25 | 640 Bytes | |
v2.7.0 source code.tar.gz | 2025-07-25 | 2.0 MB | |
v2.7.0 source code.zip | 2025-07-25 | 2.1 MB | |
Totals: 3 Items | 4.2 MB | 0 |
Breaking Changes
- Upgraded to SB3 >= 2.7.0
linear_schedule
now returns aSimpleLinearSchedule
object for better portability- Renamed
LunarLander-v2
toLunarLander-v3
in hyperparameters - Renamed
CarRacing-v2
toCarRacing-v3
in hyperparameters
New Features
- Added Gymnasium v1.2 support
Bug fixes
- Docker GPU images are now working again
- Use
ConstantSchedule
, andSimpleLinearSchedule
instead ofconstant_fn
andlinear_schedule
- Fixed
CarRacing-v3
hyperparameters for newer Gymnasium version
Full Changelog: https://github.com/DLR-RM/rl-baselines3-zoo/compare/v2.6.0...v2.7.0