ericgjackson / slumbot2019

Implementations of CFR for solving a variety of Holdem-like poker games
MIT License
133 stars 31 forks source link

No response from server on slumbot.com #23

Open shiweixu97 opened 2 years ago

shiweixu97 commented 2 years ago

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!

ericgjackson commented 2 years ago

I'll take a look later today when I'm back home. Thanks for letting me know.

JbCourtois commented 2 years ago

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.

ericgjackson commented 2 years ago

The site is up and running again.

shiweixu97 commented 2 years ago

I wonder if i can peek slumbot's hands through API at the end of the game?

JbCourtois commented 2 years ago

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.

shiweixu97 commented 2 years ago

Thanks! It helps me a lot.