File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 33Changelog
44==========
55
6- Release 2.4.0a11 (WIP )
6+ Release 2.4.0 (2024-11-18 )
77--------------------------
88
99**New algorithm: CrossQ in SB3 Contrib, Gymnasium v1.0 support **
@@ -18,13 +18,13 @@ Release 2.4.0a11 (WIP)
1818.. warning ::
1919
2020 Stable-Baselines3 (SB3) v2.4.0 will be the last one supporting Python 3.8 (end of life in October 2024)
21- and PyTorch < 2.0 .
22- We highly recommended you to upgrade to Python >= 3.9 and PyTorch >= 2.0 .
21+ and PyTorch < 2.3 .
22+ We highly recommended you to upgrade to Python >= 3.9 and PyTorch >= 2.3 (compatible with NumPy v2) .
2323
2424
2525Breaking Changes:
2626^^^^^^^^^^^^^^^^^
27- - Increase minimum required version of Gymnasium to 0.29.1
27+ - Increased minimum required version of Gymnasium to 0.29.1
2828
2929New Features:
3030^^^^^^^^^^^^^
@@ -74,9 +74,6 @@ Others:
7474- Updated dependencies for read the doc
7575- Removed unnecessary ``copy_obs_dict `` method for ``SubprocVecEnv ``, remove the use of ordered dict and rename ``flatten_obs `` to ``stack_obs ``
7676
77- Bug Fixes:
78- ^^^^^^^^^^
79-
8077Documentation:
8178^^^^^^^^^^^^^^
8279- Updated PPO doc to recommend using CPU with ``MlpPolicy ``
Original file line number Diff line number Diff line change 1- 2.4.0a11
1+ 2.4.0
You can’t perform that action at this time.
0 commit comments