Skip to content

Commit 2fe4418

Browse files
authored
Release v1.5.0 (#221)
1 parent f421dad commit 2fe4418

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
## Release 1.4.1a1 (WIP)
1+
## Release 1.5.0 (2022-03-25)
2+
3+
**Support for Weight and Biases experiment tracking**
24

35
### 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
68
- 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)
99

1010
### New Features
1111
- 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+
1215

1316
### Bug fixes
1417
- Policies saved during during optimization with distributed Optuna load on new systems (@jkterry)

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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
44
box2d-py==2.3.8
55
pybullet
66
gym-minigrid

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1a1
1+
1.5.0

0 commit comments

Comments
 (0)