Closed leshchenko1979 closed 4 years ago
Confirmed - two brains are using the same context, which messes up the recurring parts of the network, which are in turn much needed in vision processing.
Need to clone the brain of the splitting fish with network.clone() and add it to neat.population with neat.resize().
To dos:
Alternatively we can switch to another paradigm altogether:
Investigate and, if confirmed, insert an additional network into neat.population when splitting the fish