This project contains a Jupyter notebook to demonstrate a reinforcement learning agent playing the game of Snake.
You'll need Python 3.8+ and uv installed to run this project. If you don't have uv, you can install it with: pip install uv.
Clone this project to your local machine.
git clone git@github.com:Saheb/rl-snake.git
cd rl-snakeuv venv && uv sync
source .venv/bin/activatejupyter lab