ericgjackson / slumbot2019

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

Slumbot does not raise the nuts on the river #25

Closed JbCourtois closed 2 years ago

JbCourtois commented 2 years ago

2022-08-24 0100

NB: this is a custom UI I developed. You can find the source code here: https://github.com/JbCourtois/SlumbotUI

ericgjackson commented 2 years ago

Yeah, this is a limitation of Slumbot's betting abstraction. It doesn't have a good model of how to respond to that last bet of 7200. In the betting state b250c/kk/b250b800b2750c/b3000, the abstraction allows a call or an all-in, but not any bet size in the middle.