pluribus icon indicating copy to clipboard operation
pluribus copied to clipboard

Implement Subgame Solving

Open zanussbaum opened this issue 4 years ago • 2 comments

This is the bulk of the computation for the real-time-search. Once this is implemented, we have a basic MVP.

zanussbaum avatar Jun 07 '20 22:06 zanussbaum

A good first starting point would be to implement this for Leduc Poker

zanussbaum avatar Jun 10 '20 19:06 zanussbaum

We also need to figure out a way to denote when a leaf node is reached. Should we build another tree or should we just keep track of the possible public states of a leaf node and check if we reach that state?

zanussbaum avatar Jun 17 '20 19:06 zanussbaum