-
Notifications
You must be signed in to change notification settings - Fork 815
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 v2.0 #368
Mujoco v2.0 #368
Conversation
We probably want to test this branch internally before merging. I will be happy to use it for my new model. |
@mateuszlitwin it would be good to make sure this is compatible with https://github.com/openai/spinningup as well. spinningup could pin a version, though. |
I was actually planning to try spinning up, I will use mujoco 2. |
Okay, I gave So far I tried:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
I've updated mujoco-py for new major version MuJoCo 2.0. I needed to update the wrappers and header file parsing a bit because of the C level API change on the MuJoCo side.
The library compiles and all the tests pass.
One issue I found is that in one of the tests the depth image rendered has a bit of difference between Mac and Linux. Don't know if that's a dealbreaker in any way.