An open API service indexing awesome lists of open source software.

https://github.com/demindiro/mlsnakes

A quick implementation of snakes learning to eat apples & survive using neural networks and genetic algorithms. (mirror of https://git.sr.ht/~demindiro/mlsnake)
https://github.com/demindiro/mlsnakes

Last synced: 11 months ago
JSON representation

A quick implementation of snakes learning to eat apples & survive using neural networks and genetic algorithms. (mirror of https://git.sr.ht/~demindiro/mlsnake)

Awesome Lists containing this project

README

          

# MLSnakes: Somewhat intelligent snakes.

I was in the mood to create a species of apple-eating snakes so I banged out a
quick neural network and genetic algorithm along with a tty snake game in a
morning.