Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Using the genetic algorithm and neural networks I trained up 5 snakes who will t

The 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 f
*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 f


I hope my commenting makes sense
Expand Down