Kinds-of-Intelligence-CFI / animal-ai-python

Animal-AI Python
https://github.com/Kinds-of-Intelligence-CFI/animal-ai
MIT License
2 stars 0 forks source link

Add play function #9

Closed kozzy97 closed 2 months ago

kozzy97 commented 2 months ago

Proposed change(s)

Add a function for playing configs from python, as currently there is no way to do this from inside the package.

Useful links (Github issues, ML-Agents forum threads etc.)

N/A

Types of change(s)

Checklist

Other comments

Screenshots (if any)

alhasacademy96 commented 2 months ago

Just to be clear, in the PR template, the "Added tests that prove my fix is effective or that my feature works" refers to adding the unit testing for the changes/additions made, specifically writing unittesting via the python unittest module and adding them in the tests folder.

Just wanted to clarify this :)