-
-
Notifications
You must be signed in to change notification settings - Fork 117
Mujoco bindings and update to gym v0.26 #18
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 bindings and update to gym v0.26 #18
Conversation
Hi @rodrigodelazcano do you have any expected time for the manipulate env of gym robotics? |
Hey @leonasting are you asking about the fetch environments in this repo? A new release has been made and you'll be able to use them with |
Thanks a lot, @rodrigodelazcano . I got confused with the rotation script being moved to utils. I have one more query if the package is compatible with the windows operating system? |
No worries @leonasting . Currently we do all of the development under Linux and we don't assure that it will work under other platforms. However, we welcome PR's for compatibility with other OS like Windows |
This PR makes the following changes:
mujoco_py
have been kept.utils/mujoco_py_utils.py
andutils/mujoco_utils.py
compute_terminated
andcompute_truncated
utility methods toGoalEnv
as suggested by [Proposal] Addcompute_done
method onGoalEnv
#16The new versions of the environments that depend on
mujoco
bindings were validated with respect to the old versions ofmujoco_py
. The benchmark was performed using TQC + HER (sb3 implementation) with the same hyperparameters for both environment versions. The results can be seen here: https://wandb.ai/rodrigodelazcano/gym_robotics/reports/Benchmark-Gym-Robotics-SB3--VmlldzoyMjc3Mzkw