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

Fix for the collision problem in the pusher environment #3266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YaroslavPonomarenko
Copy link

Description

The issue involves inaccurate collision calculations in a robotic manipulation experiment due to an error in the file pusher.xml. This error prevents the robot gripper from successfully grasping the cup. To rectify this issue, line 69 within the pusher.xml file needs modification.

Fixes # (issue)
Change:
<geom rgba="1 1 1 0" type="sphere" size=“0.05 0.05 0.05" density="0.00001" conaffinity="0"/>
To:

Type of change

  • [x ] Bug fix (non-breaking change which fixes an issue)

Video

Before: https://github.com/openai/gym/assets/83762186/6f6f6e4e-e524-459a-8022-7574eea85abf
After: https://github.com/openai/gym/assets/83762186/2be15619-3787-4b34-b6ef-9df9876ff8ce

@pseudo-rnd-thoughts
Copy link
Contributor

We are no longer updating Gym with all changes happening on Gymnasium. Please see changes on Farama-Foundation/Gymnasium#950

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.

None yet

2 participants