You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
-
## Release 2.4.0a10 (WIP)
1
+
## Release 2.4.0a11 (WIP)
2
2
3
-
**New algorithm: CrossQ, and better defaults for SAC/TQC on Swimmer-v4 env**
3
+
**New algorithm: CrossQ, Gymnasium v1.0 support, and better defaults for SAC/TQC on Swimmer-v4 env**
4
4
5
5
### Breaking Changes
6
6
- Updated defaults hyperparameters for TQC/SAC for Swimmer-v4 (decrease gamma for more consistent results) (@JacobHA) [W&B report](https://wandb.ai/openrlbenchmark/sbx/reports/SAC-MuJoCo-Swimmer-v4--Vmlldzo3NzM5OTk2)
7
7
- Upgraded to SB3 >= 2.4.0
8
+
- Renamed `LunarLander-v2` to `LunarLander-v3` in hyperparameters
8
9
9
10
### New Features
10
11
- Added `CrossQ` hyperparameters for SB3-contrib (@danielpalen)
12
+
- 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
11
14
12
15
### Bug fixes
13
16
- 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)
0 commit comments