Skip to content

Commit

Permalink
Add mujoco 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Nov 28, 2023
1 parent ca4861c commit 9431bbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
pip install mujoco==2.3.3
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
wget https://github.com/google-deepmind/mujoco/releases/download/2.1.0/mujoco210-linux-x86_64.tar.gz
mkdir $HOME/.mujoco
tar -xzf mujoco210-linux-x86_64.tar.gz -C $HOME/.mujoco
wget https://github.com/google-deepmind/mujoco/releases/download/2.3.3/mujoco-2.3.3-linux-x86_64.tar.gz
mkdir $HOME/.mujoco
tar -xzf mujoco-2.3.3-linux-x86_64.tar.gz -C $HOME/.mujoco
Expand Down

0 comments on commit 9431bbf

Please sign in to comment.