-
Notifications
You must be signed in to change notification settings - Fork 0
AIWC Main
Return to AI World Cup Wiki Main Page
AI World Cup
AI World Cup is a 5:5 robot soccer-based simulation. The participants of AI Soccer develops an algorithm that controls five robots in a team to defeat the opponent participant algorithm. The participants of AI Commentator develops an algorithm that generates comments based on the AI Soccer game played in real-time. The participants of AI Reporter develops an algorithm that summarizes the AI Soccer game. Using the skeleton programs provided, you can develop a program in C++ or Python programming languages. The program can use the robot and ball coordinates or the game image to determine what to do. We will assume the participant has basic knowledge of C++ or Python and will provide information specifically related to AI World Cup program development only.
This document is comprised of three sections:
- Section 1 – The specifications of the soccer field, soccer robots, and the ball are provided.
- Section 2 – The rules applied to an AI Soccer game are described.
- Section 3 – The basic guide is provided for the development in C++ and Python programming languages.