This commit is contained in:
Jonas Schneider
2016-04-28 15:32:34 -07:00
parent 33f7c78a7c
commit 1ba67baedd

View File

@@ -19,7 +19,7 @@ setup(name='gym',
'numpy>=1.10.4', 'requests', 'six'
],
extras_require={
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL'
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL',
'pachi-py>=0.0.18',
'mujoco_py>=0.4.1', 'imageio'],