File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- ## Release 1.4.1a1 (WIP)
1
+ ## Release 1.5.0 (2022-03-25)
2
+
3
+ ** Support for Weight and Biases experiment tracking**
2
4
3
5
### Breaking Changes
4
- - Upgrade to Stable-Baselines3 (SB3) >= 1.4.1a1
5
- - Upgrade to sb3-contrib >= 1.4.1a1
6
+ - Upgrade to Stable-Baselines3 (SB3) >= 1.5.0
7
+ - Upgrade to sb3-contrib >= 1.5.0
6
8
- Upgraded to gym 0.21
7
- - Support experiment tracking via Weights and Biases via the ` --track ` flag (@vwxyzjn )
8
- - Support tracking raw episodic stats via ` RawStatisticsCallback ` (@vwxyzjn , see https://github.com/DLR-RM/rl-baselines3-zoo/pull/216 )
9
9
10
10
### New Features
11
11
- Verbose mode for each trial (when doing hyperparam optimization) can now be activated using the debug mode (verbose == 2)
12
+ - Support experiment tracking via Weights and Biases via the ` --track ` flag (@vwxyzjn )
13
+ - Support tracking raw episodic stats via ` RawStatisticsCallback ` (@vwxyzjn , see https://github.com/DLR-RM/rl-baselines3-zoo/pull/216 )
14
+
12
15
13
16
### Bug fixes
14
17
- Policies saved during during optimization with distributed Optuna load on new systems (@jkterry )
Original file line number Diff line number Diff line change 1
1
gym == 0.21
2
- stable-baselines3 [extra,tests,docs ]>= 1.4.1a1
3
- sb3-contrib >= 1.4.1a1
2
+ stable-baselines3 [extra,tests,docs ]>= 1.5.0
3
+ sb3-contrib >= 1.5.0
4
4
box2d-py == 2.3.8
5
5
pybullet
6
6
gym-minigrid
Original file line number Diff line number Diff line change 1
- 1.4.1a1
1
+ 1.5.0
You can’t perform that action at this time.
0 commit comments