CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.42k stars 492 forks source link

Opening and Closing of the code when I try to run it #267

Open Sevenunknown opened 1 year ago

Sevenunknown commented 1 year ago

so I wrote some code and I will put a file below to all of it. and for some reason whenever I run it the generations go quickly and they never learn. and by quickly I mean a second or less. I don't know why it is happening or if something is wrong. can someone help me? code.txt

is it an issue with my config file? I am using this. config1.txt

Thanks in advance!

ntraft commented 1 year ago

It's because nothing happens after the line # Rest of the evaluation logic. It's just blank.