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,
Following the installation process provided by the human-robot-gym github link, everything works fine.
But when I try to get the camera observations, I use the following arguments has_renderer=False, use_camera_obs=True and has_offscreen_renderer=True
But after running the file, it shows the error:
ERROR: GLEW initalization error: Missing GL version
Press Enter to exit ...
Currently I am using this package in conda environment and
my openGL version: OpenGL version string: 4.6.0 NVIDIA 535.171.04
I tried every possible solution in the internet to solve this issue.
Regards,
Utsha
The text was updated successfully, but these errors were encountered:
Hi,
Following the installation process provided by the human-robot-gym github link, everything works fine.
But when I try to get the camera observations, I use the following arguments
has_renderer=False
,use_camera_obs=True
andhas_offscreen_renderer=True
But after running the file, it shows the error:
Currently I am using this package in conda environment and
my openGL version:
OpenGL version string: 4.6.0 NVIDIA 535.171.04
I tried every possible solution in the internet to solve this issue.
Regards,
Utsha
The text was updated successfully, but these errors were encountered: