Multiagent Search
- Category: AI
- Project URL: https://github.com/Hanszhang12/cs188/tree/main/multiagent
Project Details
In this project, we designed agents for the classic version of Pacman, including ghosts. We implemented minimax and expectimax search. In addition to this, we implemented a reflex agent that reacts to the food locations and ghost locations.