I've just pushed out an update of the code on the website.
http://julian.togelius.com/mariocompetition2009/marioai.zip
The main changes are:
1. This new method in the Agent interface:
public float[] getEnemiesFloatPos();
Which is used to get the exact positions of enemies, and
2. A reworking of the TCP interface to increase both the efficiency of
transmission and the completeness of the observation transmitted.
Sergey, who carried out these modifications, will post instructions to
the group as soon as possible.
In the meantime, I need your help to check that everything works as it
should with the new code update. I've taken care to make sure that all
the resource files are in the all places they should be. It works on
my machine... if it doesn't work on yours, now is the time to tell me,
so that I can fix it straight away while I have the code in front of
me!
Julian
--
Julian Togelius
Assistant Professor
IT University of Copenhagen
Rued Langgaards Vej 7
2300 Copenhagen S
Denmark
jul...@togelius.com
http://julian.togelius.com
+46-705-192088
Julian
2009/8/6 Julian Togelius <julian....@gmail.com>: