Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.13k stars 611 forks source link

Add GitHub CI with loose pre-commit #199

Closed rodrigodelazcano closed 2 years ago

rodrigodelazcano commented 2 years ago

Initial PR to include the GitHub CI, very similar to Gym's. The loose pre-commit means that flake8 and pyright are excluding all of the files to pass the tests. Future PR's while make these tests available once the testing errors are fixed.

The PR also includes the auto-corrections made by black.

rodrigodelazcano commented 2 years ago

Should I close this PR and make separates? Or continue in this one?

rodrigodelazcano commented 2 years ago

Closing this PR for this one https://github.com/Farama-Foundation/gym-minigrid/pull/200