-
Notifications
You must be signed in to change notification settings - Fork 426
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
Rendering is broken when vram is contested #573
Comments
While this is still an issue I've realized this isn't due to the PR I made (whew) here is a video of what happens. Warning Flashing colors I'll work on figuring out what's going on here. |
Hey @mishmish66, thanks for the PR! Are you able to reproduce this issue on older robosuite versions too? |
Hey! I confirmed this happens with v1.5.0, but it seems to only happen once the EGL context is reloaded, which I guess people might not do too often? In case anyone encounters this issue and finds this thread before this has been fixed, a workaround which is to set |
System Info
I am using Ubuntu 24.04. I've reproduced this issue on python 3.10, 3.11, and 3.12 and with the current state of the repo as well as the latest version on pypy, and the version from a few commits ago on the main branch.
Information
This problem arises when VRAM is contested and offscreen rendering is used.
I introduced this issue with PR #570
I'll introduce a fix for this momentarily. So sorry to introduce this but hopefully I can get this fix in fast.
Reproduction
Run a large model and robosuite offscreen rendering at the same time
Expected behavior
I would expect robosuite rendering to be agnostic to the amount of VRAM available and in use
The text was updated successfully, but these errors were encountered: