Skip to content

Commit acdfc93

Browse files
authored
Release v1.7.0 (#341)
1 parent 66170af commit acdfc93

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## Release 1.7.0a12 (WIP)
1+
## Release 1.7.0 (2023-01-10)
2+
3+
**SB3 v1.7.0, added support for python config files**
24

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

79
### New Features
810
- Specifying custom policies in yaml file is now supported (@Rick-v-E)

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.7.0a12
3-
sb3-contrib>=1.7.0a12
2+
stable-baselines3[extra,tests,docs]>=1.7.0
3+
sb3-contrib>=1.7.0
44
box2d-py==2.3.8
55
pybullet
66
gym-minigrid

rl_zoo3/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0a12
1+
1.7.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
entry_points={"console_scripts": ["rl_zoo3=rl_zoo3.cli:main"]},
2929
install_requires=[
30-
"sb3-contrib>=1.7.0a12",
30+
"sb3-contrib>=1.7.0",
3131
"huggingface_sb3>=2.2.1, <3.*",
3232
"tqdm",
3333
"rich",

0 commit comments

Comments
 (0)