You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've been using this tutorial to make a game of my own.
however, when using NEAT, I cannot make the program do more than one generation and I have no idea why.
I think you are reaching the fitness_threshold after just 1 generation, thus neat decides that the model has trained enough.
Try adding "no_fitness_termination= True" in your neat configuration file under "reset_on_extinction" or try using a bigger number for fitness_threshold alternatively, try giving your model less fitness for surviving, you are giving each lander around 66 fitness per second for staying alive.
So, I've been using this tutorial to make a game of my own.
however, when using NEAT, I cannot make the program do more than one generation and I have no idea why.
The text was updated successfully, but these errors were encountered: