

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- how much work would it be to make it work on some other card game? :Dby visox
- I’ve done good deal of cfr/deepstack work my self, can you tell us bit more details how it works under the hood?
In particular, what is the gpu part?
by rh94 - GPU is good at doing parallel task that in nature is the same. So it fit perfectly in CFR context. CFR is basically doing a lot of similar work across nodes. So if you implememnt a cuda kernel for regret matching, it will accelerate the solving process a lot.by bupticybee