manny405 / sapai

Super auto pets engine built with reinforment learning training in mind
MIT License
67 stars 21 forks source link

Fixed whale bug #23

Closed alexdriedger closed 2 years ago

alexdriedger commented 2 years ago

This was a weird bug that I wasn't able to reproduce with a unit test but would always get in the arena. Somehow, numpy's internal string representation, str_ got exported, and since it's not a str, caused the exception to be thrown. Whenever this bug appeared, a whale was on the team.

manny405 commented 2 years ago

Changes look good if you've seen this error out before.

Also, new CI tests have passed. Pulling into main.