Finding the best path using A*
Run python astar.py
to generate an image displaing the path.
This assignement is about a multiagent environment. Modeled as a MinimaxAgent or AlphaBetaAgent, Pacman tries to win the game.
python pacman.py -p AlphaBetaAgent
python pacman.py -p MinimaxAgent
More information can be found here