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

Python implementation of the NEAT neuroevolution algorithm

Results 132 neat-python issues
Sort by recently updated
recently updated
newest added

hello! and thank you for your work.. it is excellent! I have a question related to an experiment that I am trying to reproduce. I would like to test NEAT...

I am running neat on a regression problem and in most of the possible configurations , it is returning 0 output for all inputs. Seems that I am missing something...

Hello, I am currently working on a project and I am using NEAT for some experiments. I have a parameter setting to be implemented which is splitting sexual and asexual...

It would be a real shame not to include the use of GPUs. https://weeraman.com/put-that-gpu-to-good-use-with-python-e5a437168c01 Great code by the way.

Hello when I run my code here is what I get in my console : `[-1.0, 1.0, 1.0, 1.0, -1.0] [-1.0, 1.0, 1.0, -1.0, -1.0] [-1.0, -1.0, -1.0, 1.0, -1.0]...

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...

For the inputs it would be good if we could add 2 lists and not only one.

I set 256 to be the population size but after some generations it change a bit to 257 or 255 and my fifteens function only works if the population size...

``` Traceback (most recent call last): File "", line 1, in runfile('D:/CartPoleNEAT/CartPole.py', wdir='D:/CartPoleNEAT') File "c:\programdata\miniconda\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 704, in runfile execfile(filename, namespace) File "c:\programdata\miniconda\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 108, in execfile exec(compile(f.read(), filename, 'exec'),...

I am having trouble with my evaluation. I run it through the neural network but the returned list when summed up make value grater then 1. Shouldn't it sum up...