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
Thank you for your inquiry and interest in our work.
Your error seems to stem from an incorrect installation of MuJoCo. We have previously conducted our tests using the mujoco_py package. We are providing below a sequence of installation steps for the Linux operating system. We wish to inform you that we plan to transition our dependency from mujoco_py to the most recent version of mujoco in our forthcoming updates.
Here are the steps to install the current version:
Download and Install MuJoCo210
Begin by downloading MuJoCo210 and relocating it to the ~/.mujoco directory:
mkdir ~/.mujoco
cd~/.mujoco
wget https://mujoco.org/download/mujoco210-linux-x86_64.tar.gz
tar -zxvf mujoco210-linux-x86_64.tar.gz
Install mujoco_py
Proceed to install the mujoco_py Python package using pip:
pip install mujoco_py==2.1.2.14
Set Environment Variables
It is critical to ensure that environment variables such as the following are set correctly:
Hi there,
I've been trying to this mujoco example working on Google Colab, but unfortunately I seem to get the following error:
I think
mujoco-py
(which I believe is deprecated) is being installed as a result of gym - just wondering if it makes sense to move to https://github.com/Farama-Foundation/Gymnasium?Many thanks for any help (sorry if I've mistaken the cause of the error), and many many thanks for an amazing lib! :)
The text was updated successfully, but these errors were encountered: