UC berkeley Pacman A.I. Agent Project Series
Published:
A voluntary attempt to solve UCBerkeley’s pacman AI project series problems. It starts by implementing simple search algorithms and ends with implementing Q-learning to play as the pacman agent. (link)
Algorithms and technologies used
- Search Algorithms
- MinMax Algorithm
- Markov Decision Process
- Q-learning
- Implemented in pure Python