Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Jan 17, 2019
1 parent 339a02b commit 0931c47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/env_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies:
- seaborn==0.8.1
- scikit-learn==0.19.1
- scipy==1.0.0
- -e git+https://github.com/hill-a/stable-baselines.git@f2890e0b02929de05e33d185f71602bf9ec4fcf9#egg=stable_baselines
- stable-baselines==2.4.0
- termcolor==1.1.0
- torchfile==0.1.0
- tornado==4.5.3
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Changelog

For download links, please look at `Github release page <https://github.com/araffin/robotics-rl-srl/releases>`_.

Pre-Release 1.1.0 (WIP)
-----------------------
Release 1.2.0 (2019-01-17)
--------------------------

- fixed a bug in the dataset generator where the GUI was instantiated two times
- updated stable-baselines version + srl-zoo submodule
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies:
- seaborn==0.8.1
- scikit-learn==0.19.1
- scipy==1.0.0
- -e git+https://github.com/hill-a/stable-baselines.git@f2890e0b02929de05e33d185f71602bf9ec4fcf9#egg=stable_baselines
- stable-baselines==2.4.0
- termcolor==1.1.0
- torchfile==0.1.0
- tornado==4.5.3
Expand Down

0 comments on commit 0931c47

Please sign in to comment.