gym
gym copied to clipboard
[Question] Question title
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
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