HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bupticybee

33 karmajoined قبل 5 سنوات

Submissions

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

bupticybee.github.io
4 points·by bupticybee·قبل 4 أيام·2 comments

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

bupticybee.github.io
1 points·by bupticybee·قبل 4 أشهر·0 comments

comments

bupticybee
·قبل 4 أيام·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 أشهر·discuss
[dead]