SB3-Contrib v2.1.0
SB3 Contrib (more algorithms): https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
RL Zoo3 (training framework): https://github.com/DLR-RM/rl-baselines3-zoo
Stable-Baselines Jax (SBX): https://github.com/araffin/sbx
Breaking Changes:
- Removed Python 3.7 support
- SB3 now requires PyTorch >= 1.13
- Upgraded to Stable-Baselines3 >= 2.1.0
New Features:
- Added Python 3.11 support
Bug Fixes:
- Fixed MaskablePPO ignoring
stats_window_size
argument
Full Changelog: v2.0.0...v2.1.0