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
@QUIlToT
Hi, depending on the version of mujoco_py, it might be different. Could you please show me the error message happened during the compilation of mujoco-py?
@QUIlToT Hi, depending on the version of mujoco_py, it might be different. Could you please show me the error message happened during the compilation of mujoco-py?
I installed mujoco_py according to the requirements.txt and solve the error by following the issues of mujoco_py.
However, I still have some questions and hope to get your answers.
When the following code is executed, I can find Found 3 GPUs for rendering. Using device 0 in the Pycharm console window.
Hi! It seems that there is no
#include <GL/gl.h>
and#include <GL/glext.h>
in theenv/lib/python3.7/site-packages/mujoco_py/gl/eglshim.c.
My mujoco_py version is 2.0.2.5 and the first 9 lines in
eglshim.c
are:Looking forward to your reply! Thx!
The text was updated successfully, but these errors were encountered: