Contributions
We deeply encourage any contributions to our library! These can include:
New baseline agents
New environments
Bugfixes and quality of life improvements.
When implementing majour features:
Branch out from develop
Open PR from your feature branch to develop, describing what you are working on
Implement feature on feature branch
Once feature is ready, solve conflicts and ask for review
Merge when approved (replying with LGTM is fine fow now)
Before commiting any changes, please run the following:
pip install black isort flake8 pre-commit
pre-commit install
pre-commit run --all-files