-
Notifications
You must be signed in to change notification settings - Fork 440
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
GPU Based Offscreen Rendering #393
Comments
Hi, is there any update on this issue? I'd like to provide more information needed to reproduce the problem. |
Hi, I ran this snippet of code but I see activity under gpu0. Also, I didn't need the |
Thank you for your help! I double checked this code doesn't work for me on GPU.. I'm using robosuite 1.4.0 with mujoco 2.3.2 and mujoco_py 2.1.2.14. One thing I noticed is that if I change the
I've change the path of my conda environment to "..." above. I tried to verify my EGL installation using this repo, It shows the following message:
I reckon that's to say my EGL installation is successful, what might be wrong here? |
regarding the error message you see when exiting: this is expected. we see this on our end too, but I think it's harmless.
I'm not too sure in this case. Are you able to verify other programs successfully use the gpu? eg. if you run a pytorch job do you see activity for that job on Also, have you set |
Yes, sorry for the delay but after setting the |
How can I turn on gpu based offscreen rendering?
I use the follow code snippet to test offscreen rendering but their's no gpu activity on device 0:
Also, the rendering fps is the same (around 80 fpds) with or without the
camera_heights
andcamera_widths
specification. I think setting this values to (84, 84) could improve the render speed.I've heard something about gpu rendering on mujoco_py here, however I've check that gpu rendering for mujoco_py is enabled for me. What maybe wrong here?
The text was updated successfully, but these errors were encountered: