Update URL for Metaworld (rlworkgroup -> Farama)
This commit is contained in:
parent
1c092d01bd
commit
826f22b18e
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ from setuptools import setup, find_packages
|
||||
# Environment-specific dependencies for dmc and metaworld
|
||||
extras = {
|
||||
'dmc': ['dm_control>=1.0.1'],
|
||||
'metaworld': ['metaworld @ git+https://github.com/rlworkgroup/metaworld.git@3ced29c8cee6445386eba32e92870d664ad5e6e3#egg=metaworld',
|
||||
'metaworld': ['metaworld @ git+https://github.com/Farama-Foundation/Metaworld.git@3ced29c8cee6445386eba32e92870d664ad5e6e3#egg=metaworld',
|
||||
'mujoco-py<2.2,>=2.1',
|
||||
],
|
||||
'box2d': ['gymnasium[box2d]>=0.26.0'],
|
||||
|
Loading…
Reference in New Issue
Block a user