Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 595 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 595 Bytes

Pacman-AI-Simulator

A Pacman Game Simulation using ncurses for UI, implementing ML/RL Algorithms like Astar and Qlearning.

Requirements

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.