From: Sam Moore Date: Sun, 4 Dec 2011 15:48:47 +0000 (+0800) Subject: Added a python sample agent X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=c753264adc8cc5c5a0309b37e8c7f3d0d3059523;hp=c753264adc8cc5c5a0309b37e8c7f3d0d3059523;p=progcomp2012.git Added a python sample agent - Learnt python (again). - Asmodeus just makes random moves like "dummy", except written in python. - Python programs need to be started with the -u switch to be unbuffered. Easier than expected. TODO (still) - Setup vm Involves kvm on motsugo? or qemu? kvm is faster, but otherwise are they the same thing? kvm's man page even calls it "qemu" (!?) - Come up with long term scoring and agent handling protocol I have a few ideas about this. But I need the vm setup to test most of the stuff properly. ---