Skip to content

update requirements.txt and setup.py for gym#461

Merged
muupan merged 1 commit intochainer:masterfrom
keisuke-nakata:update-requirements-gym
May 29, 2019
Merged

update requirements.txt and setup.py for gym#461
muupan merged 1 commit intochainer:masterfrom
keisuke-nakata:update-requirements-gym

Conversation

@keisuke-nakata
Copy link
Copy Markdown
Member

The latest version of gym dropped support of underscore methods in env_wrappers like _observation.
ChainerRL now implements underscore methods, we need to fix the version of gym.

Here is my installation log (at a brand new virtualenv):

$ python setup.py install
*snip*

$ pip freeze
cached-property==1.5.1
certifi==2019.3.9
chainer==7.0.0a1
chainerrl==0.6.0
chardet==3.0.4
filelock==3.0.12
future==0.17.1
gym==0.12.1
idna==2.8
numpy==1.16.4
Pillow==6.0.0
protobuf==3.7.1
pyglet==1.4.0b1
requests==2.22.0
scipy==1.3.0
six==1.12.0
typing==3.6.6
typing-extensions==3.7.2
urllib3==1.25.3

@keisuke-nakata keisuke-nakata requested a review from muupan May 29, 2019 04:12
@muupan muupan merged commit 42ff2c0 into chainer:master May 29, 2019
@muupan muupan added this to the v0.7 milestone Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants