MuJoCo on Windows 11 WSL 2 Black Screen #2731
-
IntroHi! I am a graduate student, and I plan to use MuJoCo for my research project on robot learning. My setupMuJoCo Version: 3.3.3 My questionInitially just after setting up the conda env and install mujoco through
After some search online, I found some people can resolve the error by adding the following line to the
After adding this line, then rerun the terminal and run I was wondering what package might be missing or misconfigured to cause this. Thanks in advance. Minimal model and/or code that explain my questionNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For what regard the first problem it seems you have a really old On the black screen, |
Beta Was this translation helpful? Give feedback.
For what regard the first problem it seems you have a really old
libstdc++.so.6
in your conda environment, that is so old that it is not recent enough for your system GPU driver. WhileLD_PRELOAD
is a workaround, perhaps you could simply try to update thelibstdc++.so.6
installed by conda?On the black screen,
d3d12
is quite sensitive on the underlying driver. What happens if you passLIBGL_ALWAYS_SOFTWARE=1
? Which GPU do you have on your system?