Farama-Foundation / gym-examples

Example code for the Gym documentation
70 stars 48 forks source link

Add tests that the examples actually work and improve pre-commit #8

Closed pseudo-rnd-thoughts closed 1 year ago

pseudo-rnd-thoughts commented 2 years ago

Currently, there is no testing that the examples actually work as we claim they do In addition, to improve code quality, it might be worth adding to the pre-commit pydocstyle, flake8, etc

axb2035 commented 1 year ago

@pseudo-rnd-thoughts where you say "there is no testing" are you meaning there are no automated tests as part of any update or tutorials/example code that uses gym-example?

If the latter, perhaps this issue should be split into two separete tasks?

pseudo-rnd-thoughts commented 1 year ago

@axb2035 Thanks for offering however we are not using gym-example now that gymnasium exists