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.66k stars 294 forks source link

Game Tree build is rounding bet sizes down, instead to nearest #106

Closed maosatgithub closed 2 years ago

maosatgithub commented 2 years ago

Of course that's also a question of design, but I would think that counting to the nearest would be more intuitive. I found this when constructing the example for #105, so when using 33% instead of 34% I finally used there, the 3-bet into a pot of 15 would be 4 instead of 5.

maosatgithub commented 2 years ago

Sorry, I think I made a mistake here, I cannot reproduce it now.

bupticybee commented 2 years ago

Okay, I will still check it. Thanks for the test data