-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jorge Aparicio
committed
Sep 28, 2020
1 parent
098cff3
commit bff1a27
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# snake | ||
Snake | ||
# SNAIKE | ||
|
||
SNAIKE is a project built to make a competent player of the classic game of Snake using artificial intelligence. This project uses the Genetic Neural Network Algorithm with a custom implemented neural network. | ||
|
||
Multiple snakes are spawned every generation. The amount of snakes and number of generations can be customized in the program. After each generation plays for an alloted amount of time, the snakes who ate the most fruit are taken and the weights of their neural networks swapped in minor ways to simulate breeding. | ||
|
||
After each generation the snakes get consecutively better, until we have very competetant snakes! |