Breaking Changes:
- Upgraded to Stable-Baselines3 >= 2.6.0
- Renamed
_dump_logs()
todump_logs()
New Features:
- Added support for Gymnasium v1.1.0
Bug Fixes:
- Fixed issues with
SubprocVecEnv
andMaskablePPO
by usingvec_env.has_attr()
(pickling issues, mask function not present)
Full Changelog: v2.5.0...v2.6.0