CodeReclaimers / neat-python

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

AttributeError: 'DefaultGenome' object has no attribute 'activate' #197

Open LucasColas opened 4 years ago

LucasColas commented 4 years ago

Hello

When I want to run my code, I get an error :

AttributeError: 'DefaultGenome' object has no attribute 'activate'

The line of the code where the error comes from :

outputs = nets[x].activate(inputs)