Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Sep 30, 2022
1 parent c26a850 commit 8600d80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## Release 1.6.1a4 (WIP)
## Release 1.6.1 (2022-09-30)

**Progress bar and custom yaml file**

### Breaking Changes
- Upgraded to Stable-Baselines3 (SB3) >= 1.6.1
- Upgraded to sb3-contrib >= 1.6.1

### New Features
- Added `--yaml-file` argument option for `train.py`to read hyperparameters from custom yaml files (@JohannesUl)

### Bug fixes
- Added `custom_object` parameter on record_video.py (@Affonso-Gui)
- Changed `optimize_memory_usage` to `False` for DQN/QR-DQN on record_video.py (@Affonso-Gui)
Expand All @@ -18,6 +23,8 @@

## Release 1.6.0 (2022-08-05)

**RecurrentPPO (ppo_lstm) and Huggingface integration**

### Breaking Changes
- Change default value for number of hyperparameter optimization trials from 10 to 500. (@ernestum)
- Derive number of intermediate pruning evaluations from number of time steps (1 evaluation per 100k time steps.) (@ernestum)
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.6.0
sb3-contrib>=1.6.0
stable-baselines3[extra,tests,docs]>=1.6.1
sb3-contrib>=1.6.1
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.6.1a0
1.6.1

0 comments on commit 8600d80

Please sign in to comment.