Created
February 26, 2022 23:04
-
-
Save ellisbrown/3562ec7f21c99ac5276bb673098ce82b to your computer and use it in GitHub Desktop.
Revisions
-
ellisbrown created this gist
Feb 26, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ MUJOCO_DIR=~/.mujoco mkdir -p $MUJOCO_DIR wget https://roboti.us/download/mujoco200_linux.zip -O $MUJOCO_DIR/mujoco200.zip unzip $MUJOCO_DIR/mujoco200.zip wget https://roboti.us/file/mjkey.txt -P $MUJOCO_DIR rm $MUJOCO_DIR/mujoco200.zip # symlink to mujoco200 (this is what mujoco-py looks for) ln -s $MUJOCO_DIR/mujoco200_linux $MUJOCO_DIR/mujoco200