This guide will walk you though the process of creating an agent for the competition
Before you can submit your agent, you need to package it up as a zip file
Create a zip file containing the pom.xml and src folder
The zip file name doesn't matter - but naming it after your agent is a good idea. The file must be a zip file (not rar, 7z or tar.gz).
The zip file should have the pom.xml file and src in the root of the zip file. There must not be in a subdirectory in the zip file.
Now you can upload your submission to Comet.
Navigate to the competitions page and find the track you are submitting to. Select 'View Submission' to go to your submission. If the button says, 'enter', follow the steps on the 'creating an account' page.
On the right hand side of your agent's page, there will be a button for uploading new versions. You can also edit your agents's details from this page.
The form is fairly self-explanitory, click the browse button and find the zip file.
The name of your zip file should be listed now. Click the upload revision button to complete the upload. Depending on server load, this could take a few seconds.
Your submission should now be on the server. The status will be 'build pending', indicating that the server hasn't built the submission yet. This is done in the background and you can safely close the page. In the event of build failure, you can click on the pipeline images for the build log.
Congratulations, you've submitted your agent!