This Repo contains templates and practise Agents for the AI Sports Challenge 2020 (Dungeons and Data Structures).
Download the Agent file and save this in your working directory for the challenge.
Agents:
my_agent.py
: a template file to help you get started with your first Agentwanderer.py
: a bot that wanders aimlessly around the mapstand_still.py
: a bot that thinks for 1s and does nothingrandom_agent.py
: a bot that makes random movesflee_bot.py
: a bot that places bombs and runs away
The Agents within the folder Legacy Agents, are for an older version of Dungeons and Data Structures, available here
For full documentation on how to create your Agent, check out the resources here. (Resources available from 11 Dec 5PM AEST)