neat-python
neat-python copied to clipboard
Python implementation of the NEAT neuroevolution algorithm
Looking at the connection genes, they do not keep track of any global historical marker. Apparently the only thing they're keyed on are the start nodes and end nodes. A...
Running test-feedforward.py results in the following error: C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing>python test-feedforward.py Traceback (most recent call last): File "C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing\test-feedforward.py", line 10, in from movie import make_movie File "C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing\movie.py", line 2, in import moviepy.editor...