progcomp10.git
13 years agoFinal documentation tweaks. python-only v01
Daniel Axtens [Mon, 13 Sep 2010 06:11:38 +0000 (14:11 +0800)]
Final documentation tweaks.

13 years agooops, one more file
Daniel Axtens [Fri, 10 Sep 2010 05:13:32 +0000 (13:13 +0800)]
oops, one more file

13 years agotook out other languages
Daniel Axtens [Fri, 10 Sep 2010 04:50:28 +0000 (12:50 +0800)]
took out other languages

13 years ago[Hopefully] final documentation tweaks
Daniel Axtens [Fri, 10 Sep 2010 04:28:18 +0000 (12:28 +0800)]
[Hopefully] final documentation tweaks

13 years agofix USINGPYTHON, justify
Daniel Axtens [Fri, 10 Sep 2010 04:18:31 +0000 (12:18 +0800)]
fix USINGPYTHON, justify

13 years agosome trivial code cleanup
Daniel Axtens [Fri, 10 Sep 2010 03:59:39 +0000 (11:59 +0800)]
some trivial code cleanup

13 years agoMore documentation; an agents directory for people to write there agents in, and...
Daniel Axtens [Fri, 10 Sep 2010 03:59:04 +0000 (11:59 +0800)]
More documentation; an agents directory for people to write there agents in, and an associated arena

13 years agounbroke botched cap on max agents
Daniel Axtens [Thu, 9 Sep 2010 13:06:50 +0000 (21:06 +0800)]
unbroke botched cap on max agents

13 years agomore documentation and some cleanup
Daniel Axtens [Thu, 9 Sep 2010 13:05:54 +0000 (21:05 +0800)]
more documentation and some cleanup

13 years agooption to cap number of agents
Daniel Axtens [Thu, 9 Sep 2010 08:15:44 +0000 (16:15 +0800)]
option to cap number of agents

13 years agodocumentation
Daniel Axtens [Thu, 9 Sep 2010 08:14:28 +0000 (16:14 +0800)]
documentation

13 years ago[Hopefully] final point table
Daniel Axtens [Fri, 3 Sep 2010 04:27:53 +0000 (12:27 +0800)]
[Hopefully] final point table

13 years agoLet's not swear in the final product.
Daniel Axtens [Thu, 26 Aug 2010 13:55:36 +0000 (21:55 +0800)]
Let's not swear in the final product.

13 years agosmall bugfix
Daniel Axtens [Tue, 24 Aug 2010 08:34:58 +0000 (16:34 +0800)]
small bugfix

13 years agoSome docs
Daniel Axtens [Tue, 24 Aug 2010 08:15:50 +0000 (16:15 +0800)]
Some docs

13 years agoUn-accidentally blow away LICENSE
Daniel Axtens [Tue, 24 Aug 2010 07:47:49 +0000 (15:47 +0800)]
Un-accidentally blow away LICENSE

13 years agoApplied Frenchie's Wash Patch.
Daniel Axtens [Tue, 24 Aug 2010 07:45:54 +0000 (15:45 +0800)]
Applied Frenchie's Wash Patch.

13 years agounbroke
Daniel Axtens [Thu, 1 Jul 2010 09:41:41 +0000 (17:41 +0800)]
unbroke

13 years agoMerge branch 'c-agents'
Daniel Axtens [Thu, 1 Jul 2010 09:35:53 +0000 (17:35 +0800)]
Merge branch 'c-agents'

* c-agents:
  Created arenas - a way of playing off a predefined set of bots without reconfiguring simulate.py.
  split off c agents into cAgent.py. created a script to churn out a python module for an external agent.

13 years agoCreated arenas - a way of playing off a predefined set of bots without reconfiguring...
Daniel Axtens [Thu, 1 Jul 2010 09:33:10 +0000 (17:33 +0800)]
Created arenas - a way of playing off a predefined set of bots without reconfiguring simulate.py.

13 years agosplit off c agents into cAgent.py. created a script to churn out a python module...
Daniel Axtens [Tue, 29 Jun 2010 09:08:21 +0000 (17:08 +0800)]
split off c agents into cAgent.py. created a script to churn out a python module for an external agent.

13 years ago2008 -> 2010
Daniel Axtens [Tue, 29 Jun 2010 06:18:06 +0000 (14:18 +0800)]
2008 -> 2010

13 years agoPulling out magic numbers into conf.py.
Luke Williams [Mon, 28 Jun 2010 09:41:50 +0000 (17:41 +0800)]
Pulling out magic numbers into conf.py.

13 years agoMore debugging output.
Luke Williams [Mon, 28 Jun 2010 09:11:27 +0000 (17:11 +0800)]
More debugging output.

13 years agoReplaced slow pexpect with subprocess.popen which is fast. Implemented Results()...
Daniel Axtens [Mon, 28 Jun 2010 05:53:35 +0000 (13:53 +0800)]
Replaced slow pexpect with subprocess.popen which is fast. Implemented Results() in externAgent, this makes c_frenchie work (towards #11 - now all sample bots work). Updated technicalites document and sample agents to be consistent with actual supervisor code.

13 years agoWork towards C SDK (#11). Frenchie is still broken.
Daniel Axtens [Mon, 28 Jun 2010 02:23:45 +0000 (10:23 +0800)]
Work towards C SDK (#11). Frenchie is still broken.

13 years agounbroke large chunks
Daniel Axtens [Tue, 4 May 2010 09:07:45 +0000 (17:07 +0800)]
unbroke large chunks

13 years agocleanup
Daniel Axtens [Mon, 3 May 2010 15:21:45 +0000 (23:21 +0800)]
cleanup

13 years agoimplemented working externAgent wrapper
Daniel Axtens [Mon, 3 May 2010 14:13:51 +0000 (22:13 +0800)]
implemented working externAgent wrapper

13 years agocleanup
Daniel Axtens [Mon, 3 May 2010 02:23:26 +0000 (10:23 +0800)]
cleanup

14 years agoDon't forget Frenchie, he'll turn against you
Daniel Axtens [Thu, 22 Apr 2010 16:57:58 +0000 (00:57 +0800)]
Don't forget Frenchie, he'll turn against you

14 years agoMore work on C sample agents. Learning agents are a pain.
Daniel Axtens [Thu, 22 Apr 2010 16:54:45 +0000 (00:54 +0800)]
More work on C sample agents. Learning agents are a pain.

14 years agoc-link written
Daniel Axtens [Wed, 21 Apr 2010 08:01:08 +0000 (16:01 +0800)]
c-link written

14 years agocleanup
Daniel Axtens [Tue, 20 Apr 2010 16:42:12 +0000 (00:42 +0800)]
cleanup

14 years agoImplemented C I/O
Daniel Axtens [Tue, 20 Apr 2010 16:36:51 +0000 (00:36 +0800)]
Implemented C I/O

14 years agoinitial import, after some monkeying around
Daniel Axtens [Tue, 20 Apr 2010 15:55:07 +0000 (23:55 +0800)]
initial import, after some monkeying around

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