neat-python
neat-python copied to clipboard
AttributeError: 'DefaultGenome' object has no attribute 'activate'
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)