A Pacman Game Simulation using ncurses for UI, implementing ML/RL Algorithms like Astar and Qlearning.
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.