Kautenja / gym-tetris

An OpenAI Gym interface to Tetris on the NES.
Other
47 stars 8 forks source link

rgb_array render mode doesn't show text labels #3

Closed Kautenja closed 6 years ago

Kautenja commented 6 years ago

for whatever reason, the rgb_array renderings of frames seem to lack any text. The text is rendered as just the rectangle of its bounding box in the color of the text. This is likely an issue with the pygame method for rendering surfaces into NumPy arrays

Kautenja commented 6 years ago

more of a feature than a bug in my opinion. Closing the issue for now as it seems impossible to fix and not worth the time.