Skip to content

A reinforcement learning based snake game

Notifications You must be signed in to change notification settings

rahulbhadani/rl-snake-game

 
 

Repository files navigation

Reinforcement learning

The primary theory is based on the series: https://www.coursera.org/specializations/reinforcement-learning

Setting up a virtual environment

python3 -m venv rl-env
source rl-env/bin/activate
pip install -r requirements.txt

Chapters

The chapters are in notebooks.

Chapter 1: RL basics

chapter-1-rl-basics.ipynb

Chapter 2: k armed bandits

chapter-2-k-armed-bandits.ipynb

About

A reinforcement learning based snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%