NEAT Error - AttributeError: 'tuple' object has no attribute 'connections'
问题 I'm currently trying to create a NEAT algorithm to solve FlappyBird but am coming across an error while running my code (see title). Currently I have set up my run function and my eval_genomes functions. I've simplified them to remove the pygame stuff and tried to keep it just to the neat-python relevant bits. I know there are ways I could make this better, but I can someone help in finding how to solve the error I'm seeing below. The error seems to stem from the neat-python module, but I've