-
Notifications
You must be signed in to change notification settings - Fork 7
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
OpenGL EGLError - EGL_NOT_INITIALIZED #3
Comments
Hi @jxxtin, did you install all of the required packages for mujoco? What version of Ubuntu are you running on? One solution could be running with osmesa instead:
You can also check whether your code is using
|
hello @pointW My environment setup is as follows:
I have also checked that spawn is working. When running the code you suggested, I encountered the following error: ![]() Would you be able to help me identify what I might be doing wrong? Thanks for your help! |
Hmm, that's weird, could you add |
Hellow @pointW, After exporting HYDRA_FULL_ERROR=1, when running the following command:
I encountered the following error.
Thank you for your help! |
It looks like you had ‘PYOPENGL_PLATTFORM=osmesa’, there is an extra T |
Thank you so much. The issue has been resolved! Since I copied the command from the README, I think updating its content should be enough. |
Ah I see, this is a typo in the readme, I just fixed it. Sry about that |
Hello, @pointW
I am running a training script on a headless Ubuntu server, and I encounter the following OpenGL error during the validation phase:
Could you provide guidance on how to properly resolve this issue?
The text was updated successfully, but these errors were encountered: