AlexTheM8 / AiAi-AI

3 stars 0 forks source link

Investigate issue where "Goal" is detected for two contiguous genomes #11

Closed AlexTheM8 closed 2 years ago

AlexTheM8 commented 2 years ago

Occasionally, when getting a goal, the next genome is counted as also getting a goal almost instantly. This was originally thought to be a timing issue, but could be another cause.

AlexTheM8 commented 2 years ago

This could also relate to issue #10

AlexTheM8 commented 2 years ago

Extending the time.wait() to 2.5 seconds & doing a screencap before and after the wait seems to have resolved this. However, more investigation is necessary to review which of these fixes properly fixed the issue

AlexTheM8 commented 2 years ago

Removed the screencap before/after. Kept the 2.5 second wait. This seems to have solved the issue. Will reopen if issue persists