Skip to content

Learning reinforcement learning by implementing it to a snake game

Notifications You must be signed in to change notification settings

Masterpepin/Snake_AI

Repository files navigation

Snake Reinforcement Learning

This project is created for the purpose of learning "reinforcement learning" and how to apply it in a simple game of snake, a lot of libraries are being used so to further review please see the "requirements.txt" file.

Installation

To install the project you'll only need to run

  git clone [email protected]:Masterpepin/Snake_AI.git

Once cloned you need to start a virtual environment on your computer and install all the dependencies and libraries used in the project by running the command:

  pip install -r requirements.txt

About

Learning reinforcement learning by implementing it to a snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages