Closed mchalecki closed 5 years ago
I'm having the same issue. How can we render to an array without opening a window?
It's possible to do it without creating a visible window, but but until pyglet supports EGL rendering, this will still require an X11 server on linux. Is the problem that the window is visible or that there is a window at all?
Closing due to lack of activity.
In release v0.9.6 argument close in render method was removed. What's the current way of returning rgb array. In basic enviroments for example Mountain car:
The array is returned correctly but the window is still appearing. This code will run server-side so I only need an array to pass on.