Getting Started With MuJoCo and OpenAI Gym
Installing MuJoCo and mujoco-py
- Get License
- Download mjpro150
- put mjpro150 in ~/.mujoco
Noooot working: ERROR: GLEW initialization error: Missing GL version
I guess we should try with 131
- put mjkey.txt in ~/.mujoco, also in ~/.mujoco/mjpro150/bin
- Now install it (instructions on website)
- download mujoco-py git clone https://github.com/openai/mujoco-py ~/.mujoco/
- install all the dependencies listed at: https://github.com/openai/mujoco-py/blob/master/Dockerfile
- Add the path to the mujoco bin directory export LD_LIBRARY_PATH=$HOME/.mujoco/mjpro150/bin
- cd mujoco-py pip install -e .
Installing OpenAI Gym and MuJoCo Environment
pip install gym
Written on March 15, 2018