Skip to content

Commit

Permalink
Merge pull request openai#158 from openai/tensorflow1
Browse files Browse the repository at this point in the history
enforce tensorflow 1.x
  • Loading branch information
jachiam authored Jun 7, 2019
2 parents ee16dfa + b8930d2 commit 20cec43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
env:
global:
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/travis/.mujoco/mujoco200/bin

matrix:
include:
- os: linux
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
'joblib',
'matplotlib',
'mpi4py',
'mujoco-py<2.1,>=2.0',
'numpy',
'pandas',
'pytest',
'psutil',
'scipy',
'seaborn==0.8.1',
'tensorflow>=1.8.0',
'tensorflow>=1.8.0,<2.0',
'tqdm'
],
description="Teaching tools for introducing people to deep RL.",
Expand Down

0 comments on commit 20cec43

Please sign in to comment.