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 3
3
Changelog
4
4
==========
5
5
6
- Release 2.4.0a11 (WIP )
6
+ Release 2.4.0 (2024-11-18 )
7
7
--------------------------
8
8
9
9
**New algorithm: CrossQ in SB3 Contrib, Gymnasium v1.0 support **
@@ -18,13 +18,13 @@ Release 2.4.0a11 (WIP)
18
18
.. warning ::
19
19
20
20
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) .
23
23
24
24
25
25
Breaking Changes:
26
26
^^^^^^^^^^^^^^^^^
27
- - Increase minimum required version of Gymnasium to 0.29.1
27
+ - Increased minimum required version of Gymnasium to 0.29.1
28
28
29
29
New Features:
30
30
^^^^^^^^^^^^^
@@ -74,9 +74,6 @@ Others:
74
74
- Updated dependencies for read the doc
75
75
- Removed unnecessary ``copy_obs_dict `` method for ``SubprocVecEnv ``, remove the use of ordered dict and rename ``flatten_obs `` to ``stack_obs ``
76
76
77
- Bug Fixes:
78
- ^^^^^^^^^^
79
-
80
77
Documentation:
81
78
^^^^^^^^^^^^^^
82
79
- 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