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)
- Host: GitHub
- URL: https://github.com/demindiro/mlsnakes
- Owner: Demindiro
- License: agpl-3.0
- Created: 2021-11-05T12:26:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T14:55:10.000Z (over 4 years ago)
- Last Synced: 2025-06-03T14:39:31.068Z (about 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.