Skip to content

Latest commit

 

History

History
executable file
·
5 lines (4 loc) · 436 Bytes

README.md

File metadata and controls

executable file
·
5 lines (4 loc) · 436 Bytes

pacman-ai-multiagent

This repository contains solutions to the Pacman AI Multi-Agent Search problems. The multiagent problem requires modeling an adversarial and a stochastic search agent using minimax algorithm with alpha-beta pruning and expectimax algorithms, as well as designing evaluation functions.

More information regarding this project can be found at UC Berkeley's Project page.