Skip to content

Commit 020ee42

Browse files
authored
Release 2.4.0 (#2040)
1 parent e4f4f12 commit 020ee42

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/misc/changelog.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changelog
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

2525
Breaking 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

2929
New 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-
8077
Documentation:
8178
^^^^^^^^^^^^^^
8279
- Updated PPO doc to recommend using CPU with ``MlpPolicy``

stable_baselines3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0a11
1+
2.4.0

0 commit comments

Comments
 (0)