MCTS for Pacman Capture the Flag Contest
This project implements an agent to participate in the Pacman Capture the Flag contest.
More information on the contest can be found at: http://ai.berkeley.edu/contest.html. The contest rules can also be found on this link.
The team implemented in this project is named MonteCarloTeam. It uses Monte Carlo Tree Search (MCTS) to implement an offensive and a defensive agent. Its source code and its documentation can be found here.