Artificial Intelligence Assignments DIT UoA
-
Updated
Dec 9, 2022 - Python
Artificial Intelligence Assignments DIT UoA
A bot for playing the 1D PAC-MAN game PakuPaku by ABA Games with a high score of 1M+.
Implementation of classical AI search algorithms (DFS, BFS, UCS, A*) using the Berkeley Pacman framework.
Two implementations of a DFS-based reflex agent to explore search mazes (Recursive vs. Iterative/Stack-Based) within the UC Berkeley Pacman framework. Optimized for Python 2.7.
Add a description, image, and links to the pacman-ai topic page so that developers can more easily learn about it.
To associate your repository with the pacman-ai topic, visit your repo's landing page and select "manage topics."