NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth O. Stanley for evolving arbitrary neural networks. This project is a pure-Python implementation of NEAT with no ...
A small python library for a more compact application of neat-python. The "[environment]" must be a function that takes in observations and predicts an action. This is looped over every genome in the ...