This page contains the code for running experiments described in the following article that will appear in Connection Science:
Reinforcement Learning Agents Providing Advice in Complex Video Games by Matthew E. Taylor, Nicholas Carboni, Anestis Fachantidis, Ioannis Vlahavas and Lisa Torrey.
 
StarCraft

To begin, install Blizzard's StarCraft game in a Windows machine. Then, download and install the Brood War Application Programming Interface (BWAPI). We used version 3.7.4. Follow the BWAPI install instructions. Once it, and StarCraft injection are both working, install our StarCraft code (C++). Note that there is currently minimal documentation. We hope to have more extensive documentation and installation instructions in the near future

 
Pac-Man

Our code is based on the Ms. Pac-Man vs. Ghosts contest. You should be able to run this code on any machine that can run Java. Our Pac-Man Java code contains minimial documentation. We hope to have more extensive documentation and installation instructions in the near future

 

This software is provided as-is, with no express or implied warentee. If you find it useful, consider dropping us an email, and please cite the above paper.