Skip to content

Saheb/rl-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

RL Snake ๐Ÿ

This project contains a Jupyter notebook to demonstrate a reinforcement learning agent playing the game of Snake.

Setup & Run

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.

1. Clone the Repository

Clone this project to your local machine.

git clone git@github.com:Saheb/rl-snake.git
cd rl-snake

2. Create Environment & Install Dependencies

uv venv && uv sync
source .venv/bin/activate

3. Launch the notebook

jupyter lab

About

applying reinforcement learning on the game of snake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published