You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Today my license for mujoco expired so I downloaded the open-source version from DeepMind website "mujoco210" and placed it in ~/.mujoco folder and added the following line to my .bashrc file and source my .bashrc file.
Missing path to your environment variable.
Current values LD_LIBRARY_PATH=/home/sagar/.mujoco/mujoco210/bin
Please add following line to .bashrc:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/sagar/.mujoco/mujoco200/bin
Can someone tell me if I am missing any point?
OS: Ubuntu 20.04 LTS
Python version: 3.7.5
Conda version: 4.10.1
The text was updated successfully, but these errors were encountered:
This is an issue with mujoco-py rather than MuJoCo itself. Our team has sent a pull request to mujoco-py to upgrade it to work with 2.1 but so far their maintainers haven't responded. In the meantime, you should be able to proceed by patching the pull request locally.
Hey,
Today my license for mujoco expired so I downloaded the open-source version from DeepMind website "mujoco210" and placed it in ~/.mujoco folder and added the following line to my .bashrc file and source my .bashrc file.
But still, I get the following error:
Can someone tell me if I am missing any point?
OS: Ubuntu 20.04 LTS
Python version: 3.7.5
Conda version: 4.10.1
The text was updated successfully, but these errors were encountered: