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

Update to gym v0.26.2 and mujoco_py v2.1.2.14 #17

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

davideferrari95
Copy link

Added compatibility with gym v0.26.2.
Added compatibility with mujoco_py v2.1.2.14.
Cleaning some useless import and other small fixes.

sudo-michael and others added 26 commits April 9, 2022 12:50
mujoco.py -> safety_mujoco.py
Avoid conflicts with the new library mujoco (import mujoco)
Changes Entry Point
Some cleaning of unused libraries in "suite.py"
Added to remove warning when using reset function
Returns truncated with the 'convert_to_terminated_truncated_step_api'
Rename 'num_steps' in 'max_episode_steps' as gym default
…` Return

Allows to use some of the sensor output for safety controls to run in
parallel with RL
Removed useless `unsorted_obs`
old: sorted_obs was updated before calling `self.sim.forward()` in the
`self.obs()` function so the values were 1 step old
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

Successfully merging this pull request may close these issues.

2 participants