Neuroevolution
- Genetic algorithm on ANN (Artificial neural networks)
- Algorithm :
- Population of ANN is generated
- After end of their performance, their fitness is calculated
- Natural selection occurs based on fitness score probabilistically
- Selected ones go through crossover to generate new offspring
- Offspring is mutated
- After multiple crossover, a new generation is created..we are back to step 1
Go try escape-jump game now (controls for game), and then see this neuroevolution algorithm learn to play this game.