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

How to Properly Delete Objects in Isaac Gym #245

Open
alexfrom0815 opened this issue Nov 20, 2024 · 0 comments
Open

How to Properly Delete Objects in Isaac Gym #245

alexfrom0815 opened this issue Nov 20, 2024 · 0 comments

Comments

@alexfrom0815
Copy link

Issue Description

I am training reinforcement learning policies in Isaac Gym, which involves repeatedly creating and deleting objects in an open set. I noticed that Isaac Gym does not provide a direct function to delete objects based on their handle. Instead, I use the destroy_env function to delete the environment associated with each specific environment handle at the end of each episode.

Initially, this seemed to work fine, but as the algorithm runs for more episodes, I encounter the error: "contact buffer overflow detected." This suggests that the contact buffer is not being properly cleared after calling destroy_env.

Question

How should I handle this situation to ensure that objects are properly deleted in Isaac Gym, and the contact buffer is appropriately cleared?

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

No branches or pull requests

1 participant