lifrordi / DeepStack-Leduc

Example implementation of the DeepStack algorithm for no-limit Leduc poker
https://www.deepstack.ai/
878 stars 211 forks source link

boards in next_round_value are not blocked by private card? #38

Open krunt opened 4 years ago

krunt commented 4 years ago

Hi, does it matter much that NextRoundValue:get_value computes average cfr across all next boards including blocked by private card, or the difference is negligible? Thank you for open sourcing this!