Skip to content

Commit

Permalink
upgrade to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanoj1996 committed May 6, 2023
1 parent b1c9575 commit 9b7c6e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function install()
%% Run this script once and follow the instructions
% Make sure you run this script from this folder.

MJ_VER = '2.3.2';
MJ_VER = '2.3.5';
GLFW_VER = '3.3.7';
urlsList = fileread("tools/links.json");
blockPath = './blocks/';
Expand Down
12 changes: 12 additions & 0 deletions tools/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"version": "2.3.2",
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.2/mujoco-2.3.2-linux-x86_64.tar.gz"
},
{
"name": "mujoco",
"arch": "win64",
"version": "2.3.5",
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.5/mujoco-2.3.5-windows-x86_64.zip"
},
{
"name": "mujoco",
"arch": "glnxa64",
"version": "2.3.5",
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.5/mujoco-2.3.5-linux-x86_64.tar.gz"
},
{
"name": "glfw",
"arch": "win64",
Expand Down

0 comments on commit 9b7c6e0

Please sign in to comment.