If your question isn't listed below, please ask the team in the #questions-and-help channel on Discord.
🎮 Game Environment
- What happens if my Agent makes an invalid move?
- The game keeps hanging when my Agent code hits errors
- If both Agents try and occupy the same spot (or explode the same block) which Agent ends up in the spot (or takes the points)?
- Why is my agent able to walk through exploding bombs unharmed?
- Is there a simple way to run the game one step at a time?
- How do I change the default settings for the game environment?
- Where are the game files located? Can I modify them?
🤖 Writing Your Agent
- Is there a memory limit for agents?
- What other packages can I install?
- How long can the init class function run for?
- Can I make network calls? Can I download other external resources?
- What should I put in the initialisation code? (i.e.
def init(self)
)
- Can I load CSV or other files?
- Do you provide any free credits for resources (e.g. GPU's)?
🛠️ Known Errors/Issues