Skip to content

Commit

Permalink
Merge pull request #159 from zuoxingdong/add_ddpg2
Browse files Browse the repository at this point in the history
update requirements.txt
  • Loading branch information
zuoxingdong committed May 6, 2019
2 parents 451bf0b + e9ccd09 commit c7c1be8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://download.pytorch.org/whl/nightly/cpu/torch_nightly-1.1.0.dev20190424-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/nightly/cpu/torch_nightly-1.1.0.dev20190506-cp37-cp37m-linux_x86_64.whl
sphinx-rtd-theme
numpy
scipy
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ wheel>=0.33.1
twine>=1.13.0

# Common
jupyterlab >= 0.35.4
jupyterlab>=1.0.0a3
numpy>=1.16.3
scipy>=1.2.1
pandas>=0.24.2
cloudpickle>=0.8.1
cloudpickle>=1.0.0
pyyaml>=5.1
colored>=1.3.93
mpi4py>=3.0.1
lz4>=2.1.6

# Testing, PEP8 code quality
Expand All @@ -40,8 +39,8 @@ matplotlib>=3.0.3
seaborn>=0.9.0

# RL
gym[classic_control, atari]>= 0.12.1
cma>=2.6.0
gym[classic_control, atari]>=0.12.1
cma>=2.7.0

# ReadtheDocs
sphinx>=2.0.1
Expand Down

0 comments on commit c7c1be8

Please sign in to comment.