ericgjackson / slumbot2019

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

Multiplayer betting tree #20

Open eSkyline opened 2 years ago

eSkyline commented 2 years ago

Hi Eric, Thanks for making this available.

This GetNewBetTos function call is used in building the multiplayer betting tree, but its implementation assumes 2 players only when calculating the pot (and later on, the pot fractions)

Is this a bug or am I missing something ?