Skip to content

lachiemurray/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

About

A simulator for an AI challenge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.3%
  • JavaScript 9.6%
  • HTML 7.1%
  • Shell 1.7%
  • CSS 1.3%