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

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

Open LucasColas opened this issue 5 years ago • 0 comments

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)

LucasColas avatar Apr 26 '20 16:04 LucasColas