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

Releasing my solver code
http://poker-ai.org/phpbb/viewtopic.php?f=24&t=3235
Page 1 of 1

Author:  Fossana [ Wed Jul 17, 2019 3:01 am ]
Post subject:  Releasing my solver code

I've written a solver that solves turn and river subgames with limited bet size options like commercial solvers (e.g. piosolver, Simple Postflop, GTO+). I went with an implementation of discounted cfr, which is very similar to cfr+. My code is multi-threaded and written in Java. It could easily be modified to solve flop subgames. Currently I'm working on a c++ implementation to get more speed (my solver is 50% slower than piosolver, at least in the few tests I've ran).

Here's the repository: https://github.com/Fossana/discounted-cfr-poker-solver

Hope this helps!

Author:  spears [ Wed Jul 17, 2019 5:36 am ]
Post subject:  Re: Releasing my solver code

Good man. :D

Author:  Knightenno [ Thu Aug 01, 2019 5:39 am ]
Post subject:  Re: Releasing my solver code

Excelent work,dude

Author:  HontoNiBaka [ Sun Aug 04, 2019 7:05 pm ]
Post subject:  Re: Releasing my solver code

Great work. I am working on a similar project, really the CFR algorithms are something I just implement from papers and hope to forget soon. But if you need help with C++ I would be happy to help, it can be quite weird coming from Java.

Author:  Fossana [ Tue Aug 06, 2019 5:53 am ]
Post subject:  Re: Releasing my solver code

HontoNiBaka wrote:
Great work. I am working on a similar project, really the CFR algorithms are something I just implement from papers and hope to forget soon. But if you need help with C++ I would be happy to help, it can be quite weird coming from Java.


I actually got my c++ implementation done. I did a lot of optimizing and it’s 30-50% faster than piosolver on turn subgames and 10% slower than piosolver for for flop subgames (not sure why flop subgames are so much slower). My trees take 2-4x as much memory as piosolver though, depending on the number of bet sizes, so i’m working on compression.

Author:  Alex89 [ Wed Aug 14, 2019 7:39 am ]
Post subject:  Re: Releasing my solver code

He's fuk**n Genius, )) Dude it's amazing!

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