First attempt at a matlab link.
[progcomp10.git] / src / arenas / MatlabSampleAgents.py
1 '''MatlabSampleAgents.py
2 An areana that runs the sample bots in Matlab.
3 Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
4
5 Licensed under an MIT-style license: see the LICENSE file for details.
6 '''
7
8 from link.MATLAB.agents.ml_angel import ml_angel
9 from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
10
11 class arena:
12         Agents =  [ml_angel,Frenchie]

UCC git Repository :: git.ucc.asn.au