Update URL for Metaworld (rlworkgroup -> Farama)

This commit is contained in:
Dominik Moritz Roth 2023-05-15 17:11:57 +02:00
parent 1c092d01bd
commit 826f22b18e

View File

@ -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'],