RL-Zoo3 v2.2.1
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
gymdependency, the package is still required for some pretrained agents. - Upgraded to SB3 >= 2.2.1
- Upgraded to Huggingface-SB3 >= 3.0
- Upgraded to pytablewriter >= 1.0
New Features
- Added
--eval-env-kwargstotrain.py(@Quentin18) - Added
ppo_lstmto hyperparams_opt.py (@technocrat13)
Bug fixes
- Upgraded to
pybullet_envs_gymnasium>=0.4.0 - Removed old hacks (for instance limiting offpolicy algorithms to one env at test time)
Documentation
Other
- Updated docker image, removed support for X server
- Replaced deprecated
optuna.suggest_uniform(...)byoptuna.suggest_float(..., low=..., high=...) - Switched to ruff for sorting imports
- Updated tests to use
shlex.split() - Fixed
rl_zoo3/hyperparams_opt.pytype hints - Fixed
rl_zoo3/exp_manager.pytype hints