Kautenja / gym-super-mario-bros

An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES
Other
678 stars 133 forks source link

Typecast np.bool to bool #113

Closed jjshoots closed 2 years ago

jjshoots commented 2 years ago

Description

This changes the done signal to work with the latest Gym 0.25 API, which only allows type bool for done signal, and not np.bool.

Type of change

Please select all relevant options:

Checklist

Kautenja commented 2 years ago

Thanks!