slumbot2019 icon indicating copy to clipboard operation
slumbot2019 copied to clipboard

Implementations of CFR for solving a variety of Holdem-like poker games

Results 20 slumbot2019 issues
Sort by recently updated
recently updated
newest added

I was just exploring the sample_api.py script, but i am unable to make any request. I get a exception as "Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')"

Hey, as it seems I cant enter the website nor get any response from the API currently

When running ../bin/build_unique_buckets holdem_params 3 hs hs from the tutorial section of the readme for MCCFR, I get the following error: terminate called after throwing an instance of 'std::bad_alloc' what():...

Hey, My team and I are working on a poker project and are looking to hire experienced CFR and C++ developers. Is this something you would be interested in? We...

I used the command ../bin/show_probs_at_node ms1f3_params none_params mb1b1_params cfrps_params 500 cum c. This gave me a segmentation fault. I'm not sure what's causing this as it appears others do not...

Hi, The leaderboard is empty, Any idea why and when will it be recovered?

b200b1103c/b940c/ b200b1103c/b940c/b778b6957 Sending incremental action: b13136 ----------------- {'old_action': 'b200b1103c/b940c/b778b6957', 'action': 'b200b1103c/b940c/b778b6957b13136b17957', 'client_pos': 0, 'hole_cards': ['Ah', 'Qc'], 'board': ['Qh', 'Jd', '6s', 'Ks']} Action: b200b1103c/b940c/b778b6957b13136b17957 Client hole cards: ['Ah', 'Qc'] Board: ['Qh',...

It appears the entire server is down since at least yesterday.

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"....

At the end of a hand, in addition of `baseline_winnings`, I would like to compare my line to the baseline further. This would include: - The exact line chosen by...