Skip to content

Commit

Permalink
Release v1.5.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Mar 25, 2022
1 parent f421dad commit 2fe4418
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
## Release 1.4.1a1 (WIP)
## Release 1.5.0 (2022-03-25)

**Support for Weight and Biases experiment tracking**

### Breaking Changes
- Upgrade to Stable-Baselines3 (SB3) >= 1.4.1a1
- Upgrade to sb3-contrib >= 1.4.1a1
- Upgrade to Stable-Baselines3 (SB3) >= 1.5.0
- Upgrade to sb3-contrib >= 1.5.0
- Upgraded to gym 0.21
- Support experiment tracking via Weights and Biases via the `--track` flag (@vwxyzjn)
- Support tracking raw episodic stats via `RawStatisticsCallback` (@vwxyzjn, see https://github.com/DLR-RM/rl-baselines3-zoo/pull/216)

### New Features
- Verbose mode for each trial (when doing hyperparam optimization) can now be activated using the debug mode (verbose == 2)
- Support experiment tracking via Weights and Biases via the `--track` flag (@vwxyzjn)
- Support tracking raw episodic stats via `RawStatisticsCallback` (@vwxyzjn, see https://github.com/DLR-RM/rl-baselines3-zoo/pull/216)


### Bug fixes
- Policies saved during during optimization with distributed Optuna load on new systems (@jkterry)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gym==0.21
stable-baselines3[extra,tests,docs]>=1.4.1a1
sb3-contrib>=1.4.1a1
stable-baselines3[extra,tests,docs]>=1.5.0
sb3-contrib>=1.5.0
box2d-py==2.3.8
pybullet
gym-minigrid
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1a1
1.5.0

0 comments on commit 2fe4418

Please sign in to comment.