/blobGame-RL

Tabular q-learning agent that seeks food and finds exit

Primary LanguagePython

blobGame-RL

Getting Started

1.) setup env

python3 -m venv RL

cd RL

2.) clone repo

git clone "LINK TO REPO"

3.) activate env

source bin/activate

4.) install requirements

pip3 install requirements.txt

5.) run

python3 main.py

Prerequisites

numpy, matplotlib

Authors

Tristan Shah

Credits

Sentdex - inspiration for blobGame Reinforcement Learning: Ritchard S Sutton Andrew G Barto

License

This project is licensed under the MIT License - see the LICENSE.md file for details