Update setup.py

This commit is contained in:
ottofabian 2021-09-29 16:14:42 +02:00 committed by GitHub
parent 4e5b543ebe
commit c1dfb583fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ setup(
'gym',
'PyQt5',
'matplotlib',
# 'mp_env_api @ git+https://github.com/ALRhub/motion_primitive_env_api.git@dmc_integration',
'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git@dmc_integration',
# 'mp_env_api @ git+https://github.com/ALRhub/motion_primitive_env_api.git',
'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git',
'mujoco-py<2.1,>=2.0',
'dm_control',
'metaworld @ git+https://github.com/rlworkgroup/metaworld.git@master#egg=metaworld',