This repository contains all work for my Artificial Intelligence course. The projects include:
-
Search:
- Implemented uninformed and informed search algorithms such as DFS, BFS, A* search for the Pacman agent to find paths through the maze world, both to reach a particular location and to collect food efficiently.
-
Multi-Agent Search:
- Implement both minimax and expectimax search to perform adversarial search