mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Include missing assets
This commit is contained in:
0
gym/envs/robotics/fetch/__init__.py
Normal file
0
gym/envs/robotics/fetch/__init__.py
Normal file
0
gym/envs/robotics/hand/__init__.py
Normal file
0
gym/envs/robotics/hand/__init__.py
Normal file
@@ -1 +1 @@
|
||||
VERSION = '0.10.0'
|
||||
VERSION = '0.10.2'
|
||||
|
8
setup.py
8
setup.py
@@ -34,6 +34,12 @@ setup(name='gym',
|
||||
'numpy>=1.10.4', 'requests>=2.0', 'six', 'pyglet>=1.2.0',
|
||||
],
|
||||
extras_require=extras,
|
||||
package_data={'gym': ['envs/mujoco/assets/*.xml', 'envs/classic_control/assets/*.png']},
|
||||
package_data={'gym': [
|
||||
'envs/mujoco/assets/*.xml',
|
||||
'envs/classic_control/assets/*.png',
|
||||
'envs/robotics/assets/*',
|
||||
'envs/robotics/assets/**/*',
|
||||
'envs/robotics/assets/**/**/*']
|
||||
},
|
||||
tests_require=['pytest', 'mock'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user