Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial display screen #4

Closed
nishithbsk opened this issue Apr 25, 2016 · 3 comments
Closed

Initial display screen #4

nishithbsk opened this issue Apr 25, 2016 · 3 comments

Comments

@nishithbsk
Copy link

Hi,

Thanks for a great library!

I had a question about the display_screen flag. Even when the flag is turned off, I see a black pygame window (see image attached) pop up. Is there a way to disable it?

Thanks!

screen shot 2016-04-24 at 7 53 11 pm

@ntasfi
Copy link
Owner

ntasfi commented Apr 25, 2016

Hey! So this pops up by when you initialize PyGame, regardless of its usage with PLE, whether or not you draw anything to the game frame. Currently I don't believe it can be disabled but I am looking into it as I eventually want PLE to run without a display system (headless server etc.).

I usually just minimize the frame or make use of it during testing loops to show me how the agent is performing, so its not completely annoying.

@nishithbsk
Copy link
Author

Thanks for the clarification!

@floringogianu
Copy link

@ntasfi @nishithbsk Any chance this could maybe be disabled? I am experimenting with spawning the environment on multiple processes and windows popping all over the screen can get a bit annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants