Skip to content

Commit

Permalink
Release v1.7.0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Jan 10, 2023
1 parent 66170af commit acdfc93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Release 1.7.0a12 (WIP)
## Release 1.7.0 (2023-01-10)

**SB3 v1.7.0, added support for python config files**

### Breaking Changes
- `--yaml-file` argument was renamed to `-conf` (`--conf-file`) as now python file are supported too
- Upgraded to SB3 >= 1.7.0a12 (changed `net_arch=[dict(pi=.., vf=..)]` to `net_arch=dict(pi=.., vf=..)`)
- Upgraded to SB3 >= 1.7.0 (changed `net_arch=[dict(pi=.., vf=..)]` to `net_arch=dict(pi=.., vf=..)`)

### New Features
- Specifying custom policies in yaml file is now supported (@Rick-v-E)
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.7.0a12
sb3-contrib>=1.7.0a12
stable-baselines3[extra,tests,docs]>=1.7.0
sb3-contrib>=1.7.0
box2d-py==2.3.8
pybullet
gym-minigrid
Expand Down
2 changes: 1 addition & 1 deletion rl_zoo3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0a12
1.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
entry_points={"console_scripts": ["rl_zoo3=rl_zoo3.cli:main"]},
install_requires=[
"sb3-contrib>=1.7.0a12",
"sb3-contrib>=1.7.0",
"huggingface_sb3>=2.2.1, <3.*",
"tqdm",
"rich",
Expand Down

0 comments on commit acdfc93

Please sign in to comment.