Skip to content

Commit e8483ce

Browse files
authored
Update README.md
1 parent 2013516 commit e8483ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Flappy Bird in action](FB.gif)
44

5-
Using NEAT Python to learn to play Flappy Bird. This code uses search and optimise technique called genetic algorithm which creates a particular number of random configurations, the best configuration of them is used to create the next generation of neural networks, as we repeat the process, again and again, we observe that the performance gets better.
5+
Using NEAT Python to learn to play Flappy Bird. This code uses search and optimise technique called genetic algorithm which creates a particular number of random configurations, the best configuration of them is used to create the next generation of neural networks, as we repeat the process, with time, we observe that the performance gets better.
66

77
## NEAT Python
88
Here is the documentation for the genetic module : https://neat-python.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)