neat-python
neat-python copied to clipboard
XOR example doesn't work
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'
Can confirm, I have the same error
I received this error as well
I have this error too. It makes me curious, Is it about our pc that was wrong?
Has someone found a fix for this?