I'm trying to get visual observations from a headless Ubuntu machine with MUJOCO_GL=egl, and got the following error report:
AttributeError: 'GLXPlatform' object has no attribute 'EGL'
The same code can run on a desktop ubuntu with monitor without error report. It seems like this is related with the pyopengl package but I'm not sure how to solve this.
I'm trying to get visual observations from a headless Ubuntu machine with
MUJOCO_GL=egl, and got the following error report:The same code can run on a desktop ubuntu with monitor without error report. It seems like this is related with the pyopengl package but I'm not sure how to solve this.