Skip to content

Instantly share code, notes, and snippets.

@ellisbrown
Created February 26, 2022 23:04
Show Gist options
  • Save ellisbrown/3562ec7f21c99ac5276bb673098ce82b to your computer and use it in GitHub Desktop.
Save ellisbrown/3562ec7f21c99ac5276bb673098ce82b to your computer and use it in GitHub Desktop.

Revisions

  1. ellisbrown created this gist Feb 26, 2022.
    10 changes: 10 additions & 0 deletions install_mujoco_200_linux.sh
    Original 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