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 #2012
Unanswered
Deepakgthomas
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm a student and I'm trying to use MuJoCo for research. However, I am constrained such that I need to use
mujoco-py
instead ofmujoco
. I understand that this post is related tomujoco-py
instead ofmujoco
but was hoping that someone from the community could kindly help me. Please let me know if such posts are against the rules and I'll delete it.I am using Docker and I'd like to store my Mujoco files in a non home (
/opt/
instead of/~
)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.
Beta Was this translation helpful? Give feedback.
All reactions