A simulator for an AI challenge.
Install Docker.
Copy run.sh and make executable (chmod +x run.sh
).
Download examples/spiral.py and run your first bot:
./run.sh -b examples/spiral.py -o eg.jsonl
Vizualize the replay.
Read documentation and design your bot.
Submit bots to our server.
N.B. Our tournament is being run with the following game configuration (which can be
passed as config.yaml to ./run.sh -c config.yaml
).
time_limit: 60
step_duration: 0.01
timeout: 0.1
maps:
- empty
- singleton
- orbital
- binary