bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.69k stars 301 forks source link

Bet size % issue #67

Open sc24evr opened 2 years ago

sc24evr commented 2 years ago

I think I am having a bet % issue, but it could be user error. In this hand I set the bet %s to be 20% and 70%. The turn is when things go weird. The starting pot is 16.4. If I bet 4 on the flop and get a call, the pot should be around 24.8 (~25). On the turn, after OOP checks, IP gets the option to bet 4 which is around 16% close enough, but IP also gets the option to bet 32 which is massive into the 25 pot. I set the bet % to be 70 so I would have expected it to offer 16 or 17, but not 32. Did I enter the numbers in wrong? This felt like a bug but I wasn't sure.

Screen Shot 2021-11-14 at 9 44 06 PM
bupticybee commented 2 years ago

Would you submit an exported parameter file here? I would like to debug based on that.

sc24evr commented 2 years ago

Gladly. Thank you for looking into it. Q63dcc.txt

bupticybee commented 2 years ago

Thank you. I'm going to look into this when I got the time.