Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Code-Bullet/SnakeFusion
Using the genetic algorithm and neural networks I trained up 5 snakes who will then fuse to become the ultimate snake, this is how I did it
https://github.com/Code-Bullet/SnakeFusion
Last synced: 4 months ago
JSON representation
Using the genetic algorithm and neural networks I trained up 5 snakes who will then fuse to become the ultimate snake, this is how I did it
- Host: GitHub
- URL: https://github.com/Code-Bullet/SnakeFusion
- Owner: Code-Bullet
- Created: 2018-02-07T23:58:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T08:48:22.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:27:52.628Z (7 months ago)
- Language: Processing
- Size: 23.4 KB
- Stars: 786
- Watchers: 77
- Forks: 215
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeFusion
Using the genetic algorithm and neural networks I trained up 5 snakes who will then fuse to become the ultimate snake, this is how I did itThe program I used to write and run this code was processing https://processing.org/download/
If you get it working some instructions
press Space to just show the current best from each population
press d to double the mutation rate
press h to halve it
after you run it some snakes will be saved press 0 to 4 to check them out
to further train the snakes of legend (the saved snakes) press L
to fuse snakes together to create a super snake press fI hope my commenting makes sense
Have fun :)