/Artificial-Intelligence-Pacman-Project

My implementations to the UC Berkeley's Artificial Intelligence Pac-Man Projects. http://ai.berkeley.edu/project_overview.html

Primary LanguagePython

AI-Pacman-Project

======================================

Intro

The Pacman Projects

Animated gif pacman game

======================================

Project1 Search

  • DFS, BFS, UCS, ASTAR, ASTAR heuristic

for more information, check here for details

======================================

Project2 Multi-Agent

  • Reflex Agent, Minimax, Alpha-Beta Pruning, Expectimax, Evaluation Function

for more information, check here for details