Open shiweixu97 opened 2 years ago
I'll take a look later today when I'm back home. Thanks for letting me know.
Same issue here.
Coincidentally, I had not tried to play agianst slumbot for about 2 months, so I don't know when the downtime started.
The site is up and running again.
I wonder if i can peek slumbot's hands through API at the end of the game?
Yes, the response at the end of of each end contains slightly more details:
{"action":"b200c/kb200f","client_pos":0,"hole_cards":["Kd","2h"],"board":["Th","9s","4s"],"bot_hole_cards":["Kh","7h"],"winnings":-200,"won_pot":-600,"session_num_hands":19,"baseline_winnings":0,"session_total":8850,"session_baseline_total":4450}
Slumbot's hand is in the attribute bot_hole_cards
.
Thanks! It helps me a lot.
Dear @ericgjackson
I developed a poker agent and try to evaluate it on slumbot.com. However I found something wrong on the website, showing that "no response from server on slumbot.com". Could you help solve this problem? Thanks!