Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 377 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 377 Bytes

Reinforcement Learning Snake game

AI that learns how to play snake game using Pytorch and take generations to perfect the game (no GPU required).

Get Started

See this program in action

  virtualenv env

then

  source env/bin/activate 

then

  pip install -r requirements.txt

to run the program :

  python agent.py