File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function install()
4
4
%% Run this script once and follow the instructions
5
5
% Make sure you run this script from this folder.
6
6
7
- MJ_VER = ' 2.3.2 ' ;
7
+ MJ_VER = ' 2.3.5 ' ;
8
8
GLFW_VER = ' 3.3.7' ;
9
9
urlsList = fileread(" tools/links.json" );
10
10
blockPath = ' ./blocks/' ;
Original file line number Diff line number Diff line change 30
30
"version" : " 2.3.2" ,
31
31
"downloadLink" : " https://github.com/deepmind/mujoco/releases/download/2.3.2/mujoco-2.3.2-linux-x86_64.tar.gz"
32
32
},
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
+ },
33
45
{
34
46
"name" : " glfw" ,
35
47
"arch" : " win64" ,
You can’t perform that action at this time.
0 commit comments