NEAT (NeuroEvolution of Augmenting Topologies) is an evolutionary algorithm that creates artificial neural networks. I have used this algorithm to make the AI learn to play Flappy Bird.
Issue Related
https://github.com//issues/1
## Motivation and Context
How was this tested?
Screenshots (if appropriate):
Types of Changes
[ ] Bug fix (change that fixes a issue and does not change any existing features)
[x] New feature (change that adds a feature and does not change any existing features)
[ ] Disruptive change (Breaking change) (Correction or functionality that causes changes in existing functionality)
Check list:
[x] My code follows the code style of this project.
[x] My commits follow the style pattern of this project.
[ ] My change requires a change in documentation.
[ ] We updated the documentation accordingly.
[x] I have read the Contribution document (CONTRIBUTING).
Description
NEAT (NeuroEvolution of Augmenting Topologies) is an evolutionary algorithm that creates artificial neural networks. I have used this algorithm to make the AI learn to play Flappy Bird.
Issue Related
https://github.com//issues/1 ## Motivation and ContextHow was this tested?
Screenshots (if appropriate):
Types of Changes
Check list: