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
{{ message }}
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
It should be the runner that will run 4 copy of our bots and will play a lot of hanchans.
We need it to test our improvements in bot strategy.
So, for example we have version 0.0.1 of our bot logic and we did some improvements in our code, for example our bot can build hand more effective now. We will load three copy of bot with v.0.0.1 and one copy with new logic. Runner will play a lot of hanchans (for example 1000), and calculate what is winning rate of new bot version.
Ability to load any version of the code (so, not only code that in current project)