- download and copy to .mujoco
- and the path to .bashrc, but when using conda, we need to update the .zshrc https://blog.csdn.net/thinszx/article/details/104601606
- we need to activate and source ~/.zshrc
which is required to install pyproject.toml-based projects for mpi4py; https://stackoverflow.com/questions/28440834/error-when-installing-mpi4py
sudo apt-get install libopenmpi-dev
pip install "cython<3"
fatal error: GL/glew.h: No such file or directory #include <GL/glew.h> distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1
solution: openai/mujoco-py#745
sudo apt-get install libglew-dev
sudo apt-get install patchelf
AttributeError: 'MazeEnv' object has no attribute 'sim'
gym 0.17.2