Skip to content

Commit

Permalink
Release v2.4.0 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Nov 18, 2024
1 parent 208b6fd commit b8ff1a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 2.4.0a11 (WIP)
## Release 2.4.0 (2024-11-18)

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

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

### Bug fixes
- 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)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gym==0.26.2
stable-baselines3[extra,tests,docs]>=2.4.0a11,<3.0
stable-baselines3[extra,tests,docs]>=2.4.0,<3.0
box2d-py==2.3.8
pybullet_envs_gymnasium>=0.5.0
# minigrid
Expand Down
2 changes: 1 addition & 1 deletion rl_zoo3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0a11
2.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See https://github.com/DLR-RM/rl-baselines3-zoo
"""
install_requires = [
"sb3_contrib>=2.4.0a11,<3.0",
"sb3_contrib>=2.4.0,<3.0",
"gymnasium>=0.29.1,<1.1.0",
"huggingface_sb3>=3.0,<4.0",
"tqdm",
Expand Down

0 comments on commit b8ff1a6

Please sign in to comment.