-
Notifications
You must be signed in to change notification settings - Fork 813
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
Support for Mujoco 2.1.0 #642
Comments
I managed to compile mujoco-py against 2.1.0 and it doesn't seem to break anything. Basically, you have to regenerate the wrappers and add some new definitions to the headers in pxi. Well, there are a few smaller incompatibilities to overcome in order to get it running, like you have to add typedefs to the mujoco headers, but nothing too major. Btw, a free licence for legacy versions is available roboti.us |
Related PR: #640 . |
If we're planning to move forward with MuJoCo versions, would be nice if this could be fixed: openai/gym#1541 |
cant wait to use mujoco-py 2.1 |
Until OpenAI publishes mujoco-py 2.1 release to pypi (please make a release ASAP when it's ready!), you can install a HEAD version of mujoco-py that supports MuJoCo 2.1:
Update: Don't forget |
@wookayin have you met someone like this?
|
@paantya I'm having the same issue. |
@paantya @HasarinduPerera Your issues are not relevant to mujoco 2.1.0 or this issue. Read the instructions or error message carefully: you'll need to add
|
@wookayin Thank you! It worked. |
pip3 install git+https://github.com/openai/mujoco-py
Direct downloads you can see :
|
Will this library be updated to support DeepMind's open-source Mujoco v2.1.0? We no longer should need to register a Mujoco license or provide a mjkey.txt.
The text was updated successfully, but these errors were encountered: