bupticybee / TexasHoldemSolverJava

A Java implemented Texas holdem and short deck Solver
MIT License
814 stars 186 forks source link

How to deal with multiple players? #19

Closed Walter0807 closed 3 years ago

Walter0807 commented 3 years ago

Thanks for sharing the great work!

I wonder if current solvers can be applied to multiple people (e.g. 3-way pot), or are there any techniques related to it?

bupticybee commented 3 years ago

There are other techs for this. Multiplayer texas is too massive for pure cfr methods to handle. In Pluribus papers they use a depth-limit variant to attack the problem.

bupticybee commented 3 years ago

Not active too long, closing, reopen if necessary