AIIDE 2017 AILien does not learn
AILien’s learning turned out to be non-existent in the AIIDE 2017 version. It writes files but does not read them back in.
Here is AILien’s recorded data from AIIDE 2017 for the opponent XIMP.
lingScore=24.4783 hydraScore=-4762.48 lurkerScore=0 mutaScore=-904.381 ultraScore=-1757.08 guardScore=0 macroHeavyness=0 supplyISawAir=149 strategy=17 victory=false
The first six lines are information about what units to make, as updated during the game. macroHeavyness and supplyISawAir are updated but I didn’t find any sign that they are used for anything; I think they were used in a former version. strategy likely used to be an index into the unused GameCommander::strategyMap, but no matter what it originally was, now it is a constant. And victory is the result of the most recent game. As I said at the start, the information is written out but is never read back in.
Next: Those tscmoo games I promised last month.