0

I am getting the "NoSuchConfigException: No standard config is available" from pyglet when running Openai "gym retro" on Google colaboratory, running xvfb as the x server.

user650585
  • 313
  • 2
  • 3
  • 10

1 Answers1

0

pyglet is an opengl library. I don't think you can have an opengl display interface. You can only use web-interface (Jupyter Notebook) with Google Colab.

korakot
  • 37,818
  • 16
  • 123
  • 144