Skip to content

AIWC Development Guide

Chansol Hong edited this page Aug 7, 2019 · 2 revisions

Previous Page - Section 2 - Rules (9/9)


Section 3 – DEVELOPMENT GUIDE

In this section, the basic guide for development of an AI World Cup participant program will be provided. For the development of a participant program, AI World Cup supports two programming languages: C++ and Python. The development guide for C++ will be provided first, and then the guide for Python will be provided next. Throughout this section, this document will refer to the examples provided in the base simulation system in explanation of what data are transferred across the simulation program and the participant program. You can check the example codes online in https://github.com/aiwc/examples.

For C++ developers: Participant Program Development Guide for C++

For Python developers: Participant Program Development Guide for Python


Next Page - Section 3 - Development Guide (C++) (1/3)

Next Page - Section 3 - Development Guide (Python) (1/3)