ericgjackson / slumbot2019

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

mccfr and cfr+ performance #7

Open KK666-AI opened 5 years ago

KK666-AI commented 5 years ago

cool open source for the popular slumbot.

does mccfr can converge faster than cfr+ in your implementation. any acceleration technique for the implementation of mccfr.

In my experiment, i find mccfr is much slower than cfr+. If we want to achieve a low-exploitability strategy, why we need to run mccfr when solving the subgame of hunl?