Greed: Getting different outcome than written in ladder for my code when viewing the match

Ok to try to win the max number of match, but it’s diffilcult to cont by hand without the ranking.
To fine tune, the ranking is needed.

The different seed can lead to different end for the match. Also there is the possibility that the other player change the code from the time the ranking was done. But in some cases, when the match was just simulated for few seconds, and you win largely, and you try with multiple seed, then you can be pretty close to be sure that there is something strange.

The situation is far better now, but there is still some issues. I’ll try to remove the for in loops, as I use them a lot.
Thanks for your effort to solve this :sunny:

More data for bug confirmation and testing.

Victory marked as tie:
/play/level/greed?team=ogres&opponent=5381e3537585483905a829c1

Victory marked as lost:
/play/level/greed?team=ogres&opponent=537cab392f6e3aee0ed58020
/play/level/greed?team=ogres&opponent=537bb34a8698e13805226ae1

We discovered another bug with the random seeds that I introduced with my last fix, which would have made the seed change on each simulation. I’ve uploaded a fix for that now to make the seeds consistent for each opponent pairing, so simulations in the next couple days should grow more accurate as more clients get the new simulator fixes and start to behave deterministically again.

The same bug happened on python …