The Classic ghost-eating game 👾
This project introduces us to new notions on Machine Learning. I developed this project with @chriss1245.
Dependencies:
jre-openjdk python python-pip git
Clone the repo:
git clone https://github.com/madebypixel02/Machine-Learning-Pacman.git
cd Machine-Learning-PacmanInstall the required python libraries:
JAVA_HOME=/usr/lib/jvm/default pip install -r requirements.txtTest our machine learning algorithm
python busters.py -p QLearningAgent -l openClassic -t 0.1 -g RandomGhostNote: -l specifies map to try (from layouts folder), -g RandomGhost specifies that ghosts will move at random instead of staying still.
May 4th, 2021
