neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

XOR example doesn't work

Open Ploppz opened this issue 6 years ago • 4 comments

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'

Ploppz avatar Mar 14 '19 16:03 Ploppz

Can confirm, I have the same error

rmyhovych avatar Jul 06 '19 20:07 rmyhovych

I received this error as well

techwithtim avatar Jul 15 '19 14:07 techwithtim

I have this error too. It makes me curious, Is it about our pc that was wrong?

RiwEZ avatar Nov 24 '19 10:11 RiwEZ

Has someone found a fix for this?

Flamyng0 avatar Sep 03 '22 21:09 Flamyng0