- Download mjpro150 linux here: https://www.roboti.us/index.html and apply for a license.
- Unzip the downloaded mjpro150 directory into ~/.mujoco/mjpro150, and place your license key(mjkey.txt) at ~/.mujoco/mjkey.txt
- add
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.mujoco/mjpro150/binto ~/.bashrc - add
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so:/usr/lib/nvidia-384/libGL.soto ~/.bashrc sudo apt-get install libosmesa6-dev(if you are on local machine)cd mujocopip install -r requirements.txtpython setup.py installpython examples/body_interaction.py
- If you wanna use
viewer.render, you need to setLD_PRELOADto/usr/lib/x86_64-linux-gnu/libGLEW.so:/usr/lib/nvidia-384/libGL.so. However, if you wanna usesim.render, you need to unset it (unset LD_PRELOAD).
python save_bk_imgs.py
python split_train_test.py
python train_stability_checker.py
python test_stability_checker.py
python tests/test.py
python tests/test_vis.py