Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 278 Bytes

snakeNN

A Snake Neural Network trained via genetic algorithms. To run,

pip install -r requirements.txt 
cd src
python main.py # to play
python main.py train name=demo # to train
python main.py watch name=demo # to watch the trained model

Note: Written in Python 2.7