Skip to content

SocialNerds/Genetic-Algorithm-for-Snake-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm for Snake AI

We use TensorFlow.js as a base to create multiple neural networks for Snake games. Then we use neuroevolution to optimize the neural networks for multiple generations.

Check the full explanation video (GR)

Γενετικός Αλγόριθμος με TensorFlow.js & Gaming AI, #76 Live

Installation

Requirements

Run

Run in root folder,

npm install
npm start

Check http://localhost:8080 on your browser

Enjoy evolution in progress!

By SocialNerds