Skip to content

Commit b8ff1a6

Browse files
authored
Release v2.4.0 (#476)
1 parent 208b6fd commit b8ff1a6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 2.4.0a11 (WIP)
1+
## Release 2.4.0 (2024-11-18)
22

33
**New algorithm: CrossQ, Gymnasium v1.0 support, and better defaults for SAC/TQC on Swimmer-v4 env**
44

@@ -10,7 +10,6 @@
1010
### New Features
1111
- Added `CrossQ` hyperparameters for SB3-contrib (@danielpalen)
1212
- Added Gymnasium v1.0 support
13-
- `--custom-objects` in `enjoy.py` now also patches obs space (when bounds are changed) to solve "Observation spaces do not match" errors
1413

1514
### Bug fixes
1615
- Replaced deprecated `huggingface_hub.Repository` when pushing to Hugging Face Hub by the recommended `HfApi` (see https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http) (@cochaviz)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gym==0.26.2
2-
stable-baselines3[extra,tests,docs]>=2.4.0a11,<3.0
2+
stable-baselines3[extra,tests,docs]>=2.4.0,<3.0
33
box2d-py==2.3.8
44
pybullet_envs_gymnasium>=0.5.0
55
# minigrid

rl_zoo3/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0a11
1+
2.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See https://github.com/DLR-RM/rl-baselines3-zoo
1616
"""
1717
install_requires = [
18-
"sb3_contrib>=2.4.0a11,<3.0",
18+
"sb3_contrib>=2.4.0,<3.0",
1919
"gymnasium>=0.29.1,<1.1.0",
2020
"huggingface_sb3>=3.0,<4.0",
2121
"tqdm",

0 commit comments

Comments
 (0)