![Logo](/onlyEugeneLi/pacman-mdp/raw/main/images/pac-man.png)
This repo acts as a documentation of my coursework as part of Artificial Intelligence Reasoning and Decision Making, which requires students to write code to control Pacman and win games using an MDP-solver.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The Value-iteration Algorithm is the essential engine to support Pac-Man assessing situations and making most benetficial decision at each step.
A simple environment
A complete environment