The Arcade Learning Environment (ALE) -- a platform for AI research.
GNU General Public License v2.0
2.18k
stars
424
forks
source link
Add pydocstyle to pre-commit, fix `get_keys_to_action` and environment frameskip #560
Closed
pseudo-rnd-thoughts closed 2 months ago
This PR fixes several issues
get_keys_to_action
hadNone
for no-op however forgymnasium.utils.play.play
this is not allowed, therefore, this is updated to usee
for no-op (https://github.com/Farama-Foundation/Arcade-Learning-Environment/issues/557)