Farama-Foundation / stable-retro

Retro games for Reinforcement Learning
https://stable-retro.farama.org/
MIT License
162 stars 34 forks source link

Update playback_movie.py to support gymnasium #53

Closed joohei closed 1 year ago

joohei commented 1 year ago

It used the old deprecated done format. Changed to use terminated and truncated.