Skip to content

lukaszszymankiewicz/snake_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake_AI

Game of snake in which animal is learning by strengthen up neural network and genetic algorithm.

Neural net is creaed from three layers of neurons (only one hidden layer). As input we take snake "vision" - a set of things around the snake in distance of two blocks (this will change, because by far animal does not see apple or antyhing else).

To run program curses library is needes. Instalation process is shown below: https://stackoverflow.com/a/41224335/9988003

To run, simply use 'python main.py' in terminal.

About

Game of snake in which animal is learning by strengthen up neural network and genetic algorithm.

Topics

Resources

Stars

Watchers

Forks

Languages