MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Other
2.89k
stars
813
forks
source link
Mujoco can't find files when placed in a non-home directory: /opt/mujoco-py/mujoco_py/cymj.c:798:10: fatal error: mjmodel.h: No such file or directory #784
Describe the bug
I am using Docker and I'd like to store my Mujoco files in a non home directory. To ensure that Mujoco can find my files I did the following -
Describe the bug I am using Docker and I'd like to store my Mujoco files in a non home directory. To ensure that Mujoco can find my files I did the following -
Here is my entire Dockerfile for your reference -
This is the error that I get -
I am a bit of a newbie so please pardon my silly mistakes.