Skip to content
New issue

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

Mujoco eq_active attribute not found #46

Open
BarisYazici opened this issue Jan 15, 2024 · 1 comment
Open

Mujoco eq_active attribute not found #46

BarisYazici opened this issue Jan 15, 2024 · 1 comment

Comments

@BarisYazici
Copy link

I was having an issue with the Kitchen environment training. I was receiving this error and the training was never starting

 co/index.py", line 628, in struct_indexer
    attr = getattr(struct, field_name)
AttributeError: 'MjModel' object has no attribute 'eq_active'

After some debugging I found the issue is with the dm_control package version. I solved it by updating to the version v1.0.16.
I could update the conda environment yaml, but not sure if everyone is receiving this error.

@Taylor-Liu
Copy link

Solved by pip install mujoco==2.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants