-
Notifications
You must be signed in to change notification settings - Fork 14
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
ERROR: GLEW initalization error: Missing GL version #2
Comments
Do you know why? I think my GLEW is ok,because I can run this code without any problem. |
I'm not entirely sure why that export statement in your bashrc did not resolve the issue. Perhaps this thread provides more answers: openai/mujoco-py#268 If not, maybe you can try running the experiments without any rendering at all. To do this:
|
I encountered the same problem. I found ARISE-Initiative/robosuite#114 (comment) and openai/mujoco-py#390 (comment) are pretty helpful. Adding the following lines after line 272 on the robosuite.environments.base.py (maple branch) solved my issue.
|
Nice find @aaa1234zzz! @1172534699 curious if this resolves the issue on your end? |
Thanks! I am very grateful! It works! |
And could you tell me what is the version of your GPU and CUDA? |
I'm using a Titan RTX gpu with the following specs: |
I am using NVIDIA GeForce RTX 3080 Ti with |
after doing this,i run "python maple/scripts/train.py --env=lift --label=lift1 --no_gpu ", but get the result with nothing in "progress.csv" as follow: |
hello, I found that I could run python robosuite/scripts/collect_human_demonstrations.py but when I run python scripts/trainer.py --env stack .Error appeared as follows:
I had put export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so in my .bashrc ,but It did not work.
The text was updated successfully, but these errors were encountered: