Skip to content

submissions-

Optional: Start working with starter kit as starting point.

git clone cd dr-derks-mutant-battlegrounds

Add AIcrowd git remote endpoint

git remote add aicrowd git@gitlab.aicrowd.com:goforks12/dr-derks-mutant-battlegrounds.git git push aicrowd master

Create a tag for your submission and push

git tag -am "submission-v0.1" submission-v0.1 git push aicrowd master git push aicrowd submission-v0.1

Note : If the contents of your repository (latest commit hash) does not change,

then pushing a new tag will not trigger a new evaluation.

Merge request reports