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-Pacman
Install the required python
libraries:
JAVA_HOME=/usr/lib/jvm/default pip install -r requirements.txt
Test our machine learning
algorithm
python busters.py -p QLearningAgent -l openClassic -t 0.1 -g RandomGhost
Note: -l
specifies map to try (from layouts folder), -g RandomGhost
specifies that ghosts will move at random instead of staying still.
May 4th, 2021