Skip to content

DouglasOrr/PhotonAi

Repository files navigation

Photonai

A simulator for an AI challenge.

Run locally

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.

Tournament

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