- This directory will be included all of my solutions to the Berkeley AI Projects of Pacman.
- I've implemented three of them as my Intro to AI course projects at AUT Fall 2021.
- You can get more info about projects in details here
Project Title | Algorithms | 🔗 Links (My Repository, Project Manual) |
---|---|---|
Search | DFS, BFS, UCS, Greedy Search, A* Search | Solution / More Info |
Multi-Agent Search | Minimax, Alpha-Beta Pruning, Expectimax | Solution / More Info |
Reinforcement Learning | Value Iteration, Q-learning, Approximate Q-learning | Solution / More Info |