visualization mujoco on server

Discussion in 'Visualization' started by Alvin Zhang, Jan 5, 2018.

  1. I am runing mujoco on a sever with X11 session. However, when test simulate under /bin directory, nothing showed. What's wrong? Can someone help me?
     
    Last edited: Jan 6, 2018
  2. Emo Todorov

    Emo Todorov Administrator Staff Member

    Are you running locally of remotely? If it is remote, it is possible that X11 does not support OpenGL over a remote connection by default, and you have to do something to configure it.
     
  3. Hi, thanks for your reply. You're right. Actually, I didn't use mujoco directly. Instead, I use the python wrapper provided by openai.
    But I still stuck in it, cause X session doesn't support GLX. I am trying to fix it. Anyway, thank you.