README

Two Perl scripts to analyze the learning files of the bots Overkill
and AIUR after they have learned for a while.
Point each script at the matching learning directory.
Output is in HTML.

Written under a *nix, likely does not run on Windows
though the tweaks needed would be slight.

Works for the AIIDE 2015 versions of the two bots
with the AIIDE I/O files from here:
  http://webdocs.cs.ualberta.ca/~cdavid/starcraftaicomp/2015/
The "write" directory in each opponent's hierarchy has the latest.

"overkill-2015.pl" is the only version of Overkill that I know of.
"aiur-2014.pl" is the version that ran in AIIDE 2015.

To use it for another tournament, you could change the line
  my @opponents = sort by_aiide_2015 keys %$data;
to
  my @opponents = sort by_case_insensitive keys %$data;
as one possibility.

Use them something like this:

  perl overkill-2015.pl <directory> >overkill.html
  perl aiur-2014.pl <directory> >aiur.html
  
I PLACE THESE BOT LEARNING ANALYSIS FILES IN THE
PUBLIC DOMAIN. They are yours to steal.

  Jay Scott
  March 2016

-- files

overkill-2015.pl
aiur-2014.pl

README.txt - this file
aiide-2015-results.pl - for sorting the bots by order of finish
blf.css - included in the HTML for more readable output
utility.pl - library for low-level stuff like reading files
