SB3 Agent Submission Template for the Conservation Agents Leaderboard
Note this template repo will only work with agents from Stable Baselines3.
- Fork the repo.
- Save the to-be-submitted SB3 models in place of
ENVIRONMENT-AGENT-TEAM_NAME.zip
, not forgetting to deleteENVIRONMENT-AGENT-TEAM_NAME.zip
from the repo. - Replace
requirements.txt
by runningmake freeze
from within the virtual env used to train the agent. - Check your submission: check naming conventions by running
make pytest
; check files, naming and evaluation via thecheck
github action which can be manually triggered (Actions > check > Run Workflow).
Once all the checks have been passed, submit your repo here if you haven't already submitted. Happy tuning!