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()
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 ' ;
88GLFW_VER = ' 3.3.7' ;
99urlsList = fileread(" tools/links.json" );
1010blockPath = ' ./blocks/' ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments