Module pacai.student.myTeam

Functions

def createTeam(firstIndex, secondIndex, isRed, first='pacai.agents.capture.dummy.DummyAgent', second='pacai.agents.capture.dummy.DummyAgent')

This function should return a list of two agents that will form the capture team, initialized using firstIndex and secondIndex as their agent indexed. isRed is True if the red team is being created, and will be False if the blue team is being created.