Kautenja / gym-tetris

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

Added support for Gymnasium #25

Open ItaiBear opened 1 year ago

ItaiBear commented 1 year ago

Description

Switched from gym to gymnasium, and updated all relevant code and unit tests. Relies on https://github.com/Kautenja/nes-py/pull/94 Also commented out a group of unit tests of the registration as they are irrelevant since ~2019, when access to attributes starting with an underscore was prohibited.

Type of change

Please select all relevant options:

Checklist