Skip to content

Commit

Permalink
Temporarily Fixes stanfordnmbl#92, breaking changes in gym version > …
Browse files Browse the repository at this point in the history
…0.9.5
  • Loading branch information
spMohanty committed Feb 19, 2018
1 parent 53052f5 commit b0ecc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
git+https://github.com/openai/gym
-e git+https://github.com/openai/gym@v0.9.5#egg=OpenAIGym-v0.9.5
redis==2.10.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(),
package_data={'osim': ['models/Geometry/*.vtp', 'models/*.osim']},
include_package_data=True,
install_requires=['numpy','gym', 'redis', 'timeout-decorator'],
install_requires=['numpy','gym==0.9.5', 'redis', 'timeout-decorator'],
classifiers=[
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b0ecc5e

Please sign in to comment.