Skip to content

Instantly share code, notes, and snippets.

@Tonylin1998
Created June 28, 2022 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tonylin1998/8356a07e8f5362ddd858ac4756574cb5 to your computer and use it in GitHub Desktop.
Save Tonylin1998/8356a07e8f5362ddd858ac4756574cb5 to your computer and use it in GitHub Desktop.
mtrl environment creation
# create environment
conda create --name mtrl python=3.7 && conda actviate mtrl
# install mtrl
cd ~/mtrl && pip install -r requirements/dev.txt
# install mujoco-py
cd ~/mujoco-py-2.0.2.0 && pip install -r requirements.txt && pip install -r requirements.dev.txt && python setup.py install && conda install patchelf
# install metaworld
cd ~/metaeworld && git checkout af8417bfc82a3e249b4b02156518d775f29eb289 && pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment