When I try to run evolve-feedforward-parallel.py, I get:
Traceback (most recent call last):
File "evolve-feedforward-parallel.py", line 93, in <module>
run(config_path)
File "evolve-feedforward-parallel.py", line 55, in run
config = neat.Config(neat.DefaultGenome, neat.DefaultReproduction,
AttributeError: module 'neat' has no attribute 'Config'
When I try to run
evolve-feedforward-parallel.py
, I get: