MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
2.88k
stars
813
forks
source link
AttributeError: module 'mujoco_py' has no attribute 'load_model_from_path' #779
Open
vitoriaob opened 1 year ago
I'm trying to run a very simple code using mujoco-py and dm_control suite:
I cannot solve the recurrent error "module 'mujoco_py' has no attribute 'load_model_from_path'"
I saw past issues here and I tried to solve it in all possible ways but nothing has any effect. I already:
My current environment is:
Is there anyone who knows how to solve this? Thanks in advance