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
If I want to play the game on a webpage. Which means I would get the info about the game by opencv and more important I can just has one bird a time. So I have to set the pop in the config file to 1.
But I get some division zero error. So I check this link below: CodeReclaimers/neat-python#214
And make the means related function return 0, when the length of values is 0.
But now seems the train is not working. Since I run for 50 generation, and at final the ai still do noting even failed for 49 times.
So how to fix this problem?
The text was updated successfully, but these errors were encountered:
If I want to play the game on a webpage. Which means I would get the info about the game by opencv and more important I can just has one bird a time. So I have to set the pop in the config file to 1.
But I get some division zero error. So I check this link below:
CodeReclaimers/neat-python#214
And make the means related function return 0, when the length of values is 0.
But now seems the train is not working. Since I run for 50 generation, and at final the ai still do noting even failed for 49 times.
So how to fix this problem?
The text was updated successfully, but these errors were encountered: