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

This is an RNN implementation that supports multiple layers within each time step. I had opened issue #126 a few days back where I described the problem. This is a...

I just wanted to suggest an alternative (and probably more adequate) initialization for recurrent networks. In evolutionary robotics experiments people usually work with CTRNN that at least start with some...

Some of the documentation seemed a little unclear to me regarding the mutation rates. For example... weight_mutate_rate - The probability that mutation will change the weight of a connection by...

I wish to check what solution the algorithm finds when only position information is available, x and theta. Do I have to add multilayer recurrent capability or is a recurrent...

Car specs - I've modeled the car using unity and interfaced it with python using Unity ML Agents(https://github.com/Unity-Technologies/ml-agents). The car has 5 radar sensors mounted on the front bumper each...

line 10 eval_function takes two arguments not one tuple

**This is not an issue.** This is to help contributors @CodeReclaimers, @drallensmith, @bennr01, @evolvingmeat, a glimpse at all the TODO's found in this repository. # Code related ### [@](https://github.com/CodeReclaimers/neat-python/blob/master/docs/module_summaries.rst) Module...

I'm sure this error has been brought up but whenever I run an example i.e. xor evolve-feedforward.py, there appears to be an error with the visualize program in that the...

Now AFAIK the only way to save a network is with pickle. It would be very helpful if it could be saved in xml file so it will be more...

Hello, I am trying to understand the code. I would really appreciate it if someone could direct me to the section in which duplicate structural mutations are prevented - for...