Poker-AI.org
http://poker-ai.org/phpbb/

Computing a CFR strategy with GPUs?
http://poker-ai.org/phpbb/viewtopic.php?f=24&t=3098
Page 1 of 1

Author:  onionsareyummy [ Thu Dec 07, 2017 8:13 pm ]
Post subject:  Computing a CFR strategy with GPUs?

According to the alberta cfr paper, they used a 200 node computer with 24 cores per node. Would it be more efficient to use gpus?

Author:  spears [ Fri Dec 08, 2017 11:04 am ]
Post subject:  Re: Computing a CFR strategy with GPUs?

Maybe not. Often the benefits of a GPU cannot be realised because there is insufficient memory on the GPU or the data transfer time to and from the GPU hold it up. I've hit this problem myself. I don't know if UoA had this problem.

Author:  menc [ Thu Jan 11, 2018 8:41 pm ]
Post subject:  Re: Computing a CFR strategy with GPUs?

the advantage of using gpu for calculating is that gpus do float calculations much faster, but for CFR algo in poker, it is mainly MCMC and integer calculation, so gpus cannot do much better than cpu.
if you are using tensorflow or pytorch or other deep learning libs, you can see that they put integet operations on CPU instead of GPU.

Author:  FlashPlayer [ Thu Dec 06, 2018 10:18 am ]
Post subject:  Re: Computing a CFR strategy with GPUs?

But GPU also allows to parallel computations more than CPU. In CFR algo we have a place, where as much you can parallel - is better. This also is not important, or i missed smth?

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/