Skip to content

Simple experiment on neural networks playing Snake game based on evolutionary algorithms.

License

Notifications You must be signed in to change notification settings

Tearth/Neural-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Snake

Simple experiment on neural networks playing Snake game based on evolutionary algorithms.

example screenshot

Neural network parameters

Input (1 = yes, -1 = no):

  • is top available to move
  • is right available to move
  • is bottom available to move
  • is left available to move
  • is food above snake
  • is food to the right of snake
  • is food under snake
  • is food to the left of snake

Output ([-1, 1]):

  • move top
  • move right
  • move down
  • move left

Used libraries:

  • AForge: neural networks stuff

About

Simple experiment on neural networks playing Snake game based on evolutionary algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages