Slumbot
Slumbot is one of the top no-limit poker bots in the world. The 2016 version of Slumbot placed second in the Annual Computer Poker Competition, the premier event for poker software.
Working on Slumbot taught me about the terms.
“BB/100” = big blinds per 100 hands measures how many big blinds you win per 100 hands played
Sample output API
{'old_action': 'b200c/kk/kk/', 'action': 'b200c/kk/kk/kk', 'client_pos': 0, 'hole_cards': ['Ac', '5d'], 'board': ['Qs', '4s', '3h', 'Th', '8c'], 'bot_hole_cards': ['Ad', '6h'], 'winnings': -200, 'won_pot': -400, 'session_num_hands': 3, 'baseline_winnings': 0, 'session_total': -550, 'session_baseline_total': -200}
won_potresults of the current pot, how much you gain, doesn’t take into account how much you put inwinningsthis is the profit from the current potbaseline_winningswinnings relative to the baseline??session_num_handsnumber of hands you’ve played in this current sessionsession_totalthis is when you sum all of thewinningsfor each hand played, how much you actually gainsession_baseline_totalsame assession_totalexcept you sumbaseline_winnings