Third year project for RMIT Artificial Intelegent course. The project follows UC Berkeley Pacman Project from project 1 to 3. The project require us to implement search algorithm, AI algorithm, and agent-based machine learning.
The list of algorithms implemented here are:
Minimax
Expectiminimax
Alpha-Beta
Breadth First Search
Depth First Search
Uniform Cost Search
A Star Search