Jimboom7 / AlphaJong

A Mahjong AI for Mahjong Soul
GNU General Public License v3.0
396 stars 54 forks source link

Suggestion to display statistics calculation of bot #55

Closed keyarz closed 2 years ago

keyarz commented 2 years ago

Displaying statistics helping users to understand what's the bot thinking and how is these decision are made in real time. So users can adjusting parameters in real time to fine tune the bot, Also to find out whether the bot making wrong or right decision so it can be debug easily instead of watching replay.

Here's a project from neighborhood what i using to understand what's the bot thinking for reference.

majsoul

Jimboom7 commented 2 years ago

Logging is output to the browser console, you can open it with F12: image If you want logging for more tiles you can increase the LOG_AMOUNT parameter.