Fix typo (doom-py -> doom_py)

This commit is contained in:
Jie Tang
2016-05-18 16:43:26 -07:00
parent 183e3bb335
commit 0b2b41cc57

View File

@@ -22,7 +22,7 @@ setup(name='gym',
'all': ['atari_py>=0.0.17', 'Pillow', 'PyOpenGL',
'pachi-py>=0.0.19',
'box2d-py',
'doom-py',
'doom_py',
'mujoco_py>=0.4.3', 'imageio'],
# Environment-specific dependencies. Keep these in sync with
@@ -31,7 +31,7 @@ setup(name='gym',
'board_game' : ['pachi-py>=0.0.19'],
'box2d': ['box2d-py'],
'classic_control': ['PyOpenGL'],
'doom': ['doom-py'],
'doom': ['doom_py'],
'mujoco': ['mujoco_py>=0.4.3', 'imageio'],
},
package_data={'gym': ['envs/mujoco/assets/*.xml', 'envs/classic_control/assets/*.png', 'envs/doom/assets/*.cfg']},