You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can not use env.render() of mujoco_py using V100-32G GPU, it will always output such error:
Found 0 GPUs for rendering. Using device 0.
File "mjsim.pyx", line 156, in mujoco_py.cymj.MjSim.render
File "mjsim.pyx", line 158, in mujoco_py.cymj.MjSim.render
File "mjrendercontext.pyx", line 46, in mujoco_py.cymj.MjRenderContext.__init__
File "mjrendercontext.pyx", line 114, in mujoco_py.cymj.MjRenderContext._setup_opengl_context
File "opengl_context.pyx", line 130, in mujoco_py.cymj.OffscreenOpenGLContext.__init__
RuntimeError: Failed to initialize OpenGL
However, my code runs well on P100 GPUs.
So my question is: can V100 GPU support GPU rendering? If it can't, what else can I do?
The text was updated successfully, but these errors were encountered:
Hi, I can not use env.render() of mujoco_py using V100-32G GPU, it will always output such error:
However, my code runs well on P100 GPUs.
So my question is: can V100 GPU support GPU rendering? If it can't, what else can I do?
The text was updated successfully, but these errors were encountered: