We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to run a very simple code using mujoco-py and dm_control suite:
import mujoco_py from mujoco_py import utils import dm_control import os.path filename = "package.xml" path = os.path.abspath(filename) # Load MuJoCo model model = mujoco_py.load_model_from_path(path) # Create a simulation environment sim = mujoco_py.MjSim(model) # Initialize the dm_control environment env = suite.load(domain_name="TestOP3", task_name="OP3GRAVITY")
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
The text was updated successfully, but these errors were encountered:
i am also having the same issue
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: