Skip to content

Commit 9b7c6e0

Browse files
committed
upgrade to 2.3.5
1 parent b1c9575 commit 9b7c6e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

install.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function install()
44
%% Run this script once and follow the instructions
55
% Make sure you run this script from this folder.
66

7-
MJ_VER = '2.3.2';
7+
MJ_VER = '2.3.5';
88
GLFW_VER = '3.3.7';
99
urlsList = fileread("tools/links.json");
1010
blockPath = './blocks/';

tools/links.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
"version": "2.3.2",
3131
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.2/mujoco-2.3.2-linux-x86_64.tar.gz"
3232
},
33+
{
34+
"name": "mujoco",
35+
"arch": "win64",
36+
"version": "2.3.5",
37+
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.5/mujoco-2.3.5-windows-x86_64.zip"
38+
},
39+
{
40+
"name": "mujoco",
41+
"arch": "glnxa64",
42+
"version": "2.3.5",
43+
"downloadLink": "https://github.com/deepmind/mujoco/releases/download/2.3.5/mujoco-2.3.5-linux-x86_64.tar.gz"
44+
},
3345
{
3446
"name": "glfw",
3547
"arch": "win64",

0 commit comments

Comments
 (0)