Attempt at fixing memory mess.
[progcomp10.git] / src / link / C / c_agents.py
index dfc1393..ed461b5 100644 (file)
@@ -1,5 +1,5 @@
 # add your agents to this file by copying the definition and adjusting
-# you then need to modify simulate.py
+# you then need to make sure there's an arena that imports your agent
 
 from link.cAgent import cAgent
 
@@ -15,6 +15,6 @@ class c_streetfighter (cAgent):
        def __init__ (self):
                cAgent.__init__(self, "./link/C/agents/c_streetfighter")
 
-class c_frenchie (cAgent):
+class c_wash (cAgent):
        def __init__ (self):
-               cAgent.__init__(self, "./link/C/agents/c_frenchie")
+               cAgent.__init__(self, "./link/C/agents/c_wash")

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