HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bupticybee

33 karmajoined 5 anni fa

Submissions

Show HN: A free, GPU-accelerated Texas Hold'em GTO solver in C++/CUDA

bupticybee.github.io
4 points·by bupticybee·4 giorni fa·2 comments

Releasing my GPU Texas holdem solver (4x faster than piosolver)

bupticybee.github.io
1 points·by bupticybee·4 mesi fa·0 comments

comments

bupticybee
·4 giorni fa·discuss
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.
bupticybee
·4 mesi fa·discuss
[dead]