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
Add support for special VecEnv (brax, IsaacSim, ...) (#484)
* Allow to change default VecEnv
* Add default vec env cls argument
* Fix normalization loading for objects
* Save exact command used when training, update changelog
* Update HF api usage
* Fix log-interval default behavior and upgrade to gym v1.1
* Add HF token to CI
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## Release 2.6.0a2 (WIP)
2
+
3
+
### Breaking Changes
4
+
- Upgraded to SB3 >= 2.6.0
5
+
6
+
### New Features
7
+
- Save the exact command line used to launch a training
8
+
- Added support for special vectorized env (e.g. Brax, IsaacSim) by allowing to override the `VecEnv` class use to instantiate the env in the `ExperimentManager`
9
+
- Allow to disable auto-logging by passing `--log-interval -2` (useful when logging things manually)
10
+
- Added Gymnasium v1.1 support
11
+
12
+
### Bug fixes
13
+
- Fixed use of old HF api in `get_hf_trained_models()`
0 commit comments