Login to the competition from the My Submission page and fill the registration form. You'll need a GitHub account, so make sure you have one of those first!
After registration, we will automatically create a private GitHub repository on your
behalf. This is where you upload and store your submission source codes during
the competition period.
Visit the My Submission page, and click My Repo to access your repository.
If you're competing as a team, you can also add additional members and give
them access, too. Just navigate to the Team tab (in the My Submissions
menu) and add their contact details. Note that, only one member need to register and join the competition on our website. He can then give access to other memebrs, and is responsible for initiate evaluations.
Find the <private link> to your git repository by clicking Show Git Link on
the My Submission page. Now you can clone the repo to your
local machine:
$ git clone <private git link>
We've pre-loaded a a copy of the competition start-kit into your repo, to make life a bit easier.
Read the startkit instructions for:
- How to implement your planner. We have native support for Python(coming coon) and C++.
- How to access (large) auxiliary pre-processing data or pre-trained machine learning models.
- How to apply for training awards, to help with your offline compute costs.
Read the submission instructions for details of how to prepare your submission for evaluation.
Once you're ready, navigate to the My Submission page. From there you can:
- Select which branch to use for evaluation.
- Upload supporting auxiliary data.
- Initiate the evaluation process.
You can submit anytime during the competition period, and you can make multiple attempts.
Our competition system evaluates submissions in real-time. Navigate to the My Submission page for:
- Checking the status of your current submission.
- Viewing your submission history (so you can track your progress).
When the evaluation process is finished, navigate to our Leaderboard page to:
- Viewing the rank of your best submission.
- Track the progress other teams are making.
- Compare your score against the
virtual bestsolver.
