gym icon indicating copy to clipboard operation
gym copied to clipboard

[Question] Question title

Open eabase opened this issue 9 months ago • 0 comments

Question

I am trying to increase the size of the pygame window?

2024-0509_205344_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

eabase avatar May 09 '24 20:05 eabase