We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to increase the size of the pygame window?
pygame window
I cannot find anything useful at all in the documentation for setting the window size. Looking at the seouces, I tried to use this: https://github.com/openai/gym/blob/master/gym/envs/box2d/lunar_lander.py#L50-L51
VIEWPORT_W = 1280 # 600 VIEWPORT_H = 720 # 400
The code I'm trying to modify is here: https://github.com/svpino/lunar-lander/tree/tensorflow2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
I am trying to increase the size of the
pygame window
?I cannot find anything useful at all in the documentation for setting the window size.
Looking at the seouces, I tried to use this:
https://github.com/openai/gym/blob/master/gym/envs/box2d/lunar_lander.py#L50-L51
The code I'm trying to modify is here:
https://github.com/svpino/lunar-lander/tree/tensorflow2
The text was updated successfully, but these errors were encountered: