I am trying to use the Gym Mujoco Environments as per documentation. This is the code that I have copy/pasted from the official Gym Documentation but I am getting the following error
The last line of the error reads as :- To use MuJoCo, you need to either populate ~/.mujoco/mjkey.txt and ~/.mujoco/mjpro131, or set the MUJOCO_PY_MJKEY_PATH and MUJOCO_PY_MJPRO_PATH environment variables appropriately. Follow the instructions on https://github.com/openai/mujoco-py for where to obtain these.
I am trying to use the Gym Mujoco Environments as per documentation. This is the code that I have copy/pasted from the official Gym Documentation but I am getting the following error
The last line of the error reads as :- To use MuJoCo, you need to either populate ~/.mujoco/mjkey.txt and ~/.mujoco/mjpro131, or set the MUJOCO_PY_MJKEY_PATH and MUJOCO_PY_MJPRO_PATH environment variables appropriately. Follow the instructions on https://github.com/openai/mujoco-py for where to obtain these.
How to solve the above problem ?