You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
I'm using the environment LunarLander-v2, continuous. I want to save the images made by env.render(), but not necessarily check them, so I used rgb-array as rendering option. Yet, pygame windows keep popping up when I use this.
Code example
if render:
frames.append(env.render(mode="rgb_array"))
System Info
Describe the characteristic of your environment:
Gym was installed with pip using a given requirements.txt. I'm using 0.22.0
Pop-OS 22.04
3.10
Additional context
Add any other context about the problem here.
Checklist
I have checked that there is no similar issue in the repo (required)
The text was updated successfully, but these errors were encountered:
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
I'm using the environment LunarLander-v2, continuous. I want to save the images made by env.render(), but not necessarily check them, so I used rgb-array as rendering option. Yet, pygame windows keep popping up when I use this.
Code example
if render:
frames.append(env.render(mode="rgb_array"))
System Info
Describe the characteristic of your environment:
Gym was installed with pip using a given requirements.txt. I'm using 0.22.0
Pop-OS 22.04
3.10
Additional context
Add any other context about the problem here.
Checklist
The text was updated successfully, but these errors were encountered: