Computer learns how to play flappy bird with the help of genetic algorithm. Try it here
- A population of birds is created. Each bird has a neural network attached to it. The weights of all the neural networks are initialised randomly
- Each bird has a score associated to it. The score is equal to the number of frames the bird survives.
- This score is used to find the fitness of each bird.