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
Hi,
I'm trying to run the dmc_20 training script, but when I do, I get the following error:
AttributeError: 'MjModel' object has no attribute 'bvh_geomid'
The text was updated successfully, but these errors were encountered:
Hi @MyJumperBroke23 ,
I guess we can install mujoco 2.x versions insteal of 3.x. I will verify this solution later when I am available.
mujoco
2.x
3.x
Sorry, something went wrong.
Update mujoco dependency <3.0
77a7fb1
fix mujoco error mentioned #3
Installing mujoco<3.0 will solve the problem. I have also updated the conda env file. See 77a7fb1
mujoco<3.0
No branches or pull requests
Hi,
I'm trying to run the dmc_20 training script, but when I do, I get the following error:
The text was updated successfully, but these errors were encountered: