Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 577 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 577 Bytes

MCTS for Pacman Capture the Flag Contest

screenshot

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.