Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pydocstyle to pre-commit, fix get_keys_to_action and environment frameskip #560

Conversation

pseudo-rnd-thoughts
Copy link
Member

@pseudo-rnd-thoughts pseudo-rnd-thoughts commented Sep 18, 2024

This PR fixes several issues

  • Add pydocstyle to pre-commit
  • get_keys_to_action had None for no-op however for gymnasium.utils.play.play this is not allowed, therefore, this is updated to use e for no-op (gymnasium play(atari_env) doesn't work #557)
  • The environment frameskip for v5 specified it was 5 however it was actually 4

@pseudo-rnd-thoughts pseudo-rnd-thoughts changed the title Add pydocstyle to pre-commit Add pydocstyle to pre-commit, fix get_keys_to_action and environment frameskip Sep 18, 2024
@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 768d6f4 into Farama-Foundation:master Sep 18, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant