A Pacman Game Simulation using ncurses for UI, implementing ML/RL Algorithms like Astar and Qlearning.
![](https://github.com/tanaypandya1818/Pacman-AI-Simulator/raw/main/screenshot/screenshot2.png?raw=true)
Please run pip install -r requirements.txt
or pip3 install -r requirements.txt
to install all dependencies
For manual installation, here is the list of dependencies:
- windows-curses (for Windows)
- numpy
Watch the Demo Videos of working Gameplay of Astar and Q learning.