Skip to content

agrod1/Pacman-In-AI

Repository files navigation

Pacman-In-AI

Steps to run program

  1. Clone our project repository (Unless already you already have the zip folder)

    git clone --recursive https://github.com/aaron873/Pacman-In-AI.git

  2. Install Python 3.6.5 or any newer version
  3. Installing PyBrain, the Reinforcement Learning Library we implemented
    1. Traverse to Pacman-In-AI/libs/pybrain

    python setup.py install

  4. Installing PyGame library

    pip install pygame

  5. Run program

    python pacman.py

Libraries We Used

The two main libraries we used are:

  1. PyBrain

    1. Source: Tom Schaul, Justin Bayer, Daan Wierstra, Sun Yi, Martin Felder, Frank Sehnke, Thomas Rückstieß, Jürgen Schmidhuber. PyBrain. To appear in: Journal of Machine Learning Research, 2010.
    2. http://pybrain.org/
  2. PyGame

    1. Source: https://www.pygame.org/news

About

Purple Potato's Semester Project for CMSC 471, Introduction to AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages