Start to contribute from here !
Important Date
・Open Homepage and Start Registration:2025.04.01
・Submission Deadline of Contributions:-2025.04.25 AoE 2025.05.12 AoE
・Finalist Announcement:2025.05.03
Participation
To participate in this competition, please complete the registration by clicking the "Participate" button at the top of the page. Participants can enter the competition either individually or as part of a team. When registering as a team, please ensure all members use the same team name. There is no limit to the number of members per team.
Submission
After completing registration, participants can begin to develop their contributions by using the GitHub repository. You are required to submit a zip file containing the following components:
Source Code: Please include all the code used to generate your results.
Academic Report: A brief description of your method, to be provided in English.
You may submit your contributions multiple times; however, only the final submission will be considered for evaluation.
Prizes
Each submission will be scored and ranked based on specific evaluation metrics. Certificates will be awarded to all participants whose programs run successfully. Additionally, the top 3 teams will be recognized with 1st, 2nd, and 3rd prizes, respectively. We conduct a thorough examination of each submission to ensure it adheres to the following criteria:
・Code Fairness: there must be no plagiarism from other teams in your code.
・Model Reproducibility: The submission must be reproducible using the original DRP environment codes provided by us.
Failure to meet these criteria disqualifies a participant from being selected as a finalist, regardless of their score. The announcement of finalists will be made on the competition's homepage, where three teams will be selected as finalists based on their scores.
Rules
Participants are permitted to add functions within the environment; however, they are not allowed to alter the fundamental behavior of the agents and the environment. For instance, modifying the definition of collisions or extending the range of agent movement beyond nodes and edges is prohibited.
Cost
We conduct evaluation based on the following equation:
where, costp is the cost of the problem,
i is the number of episode.A set drones is all drones at the problem.costp is the cost of the problem p
For each problem, we take average of 10 iterations as the final result. The final cost is the sum of the costs of the 30 problems. The objective is to minimize this final cost.