CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 495 forks source link

XOR example doesn't work #161

Open Ploppz opened 5 years ago

Ploppz commented 5 years ago

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'
rmyhovych commented 5 years ago

Can confirm, I have the same error

techwithtim commented 5 years ago

I received this error as well

RiwEZ commented 4 years ago

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

Flamyng0 commented 2 years ago

Has someone found a fix for this?