Poker-AI.org

Poker AI and Botting Discussion Forum
It is currently Mon Nov 13, 2023 12:26 pm

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Releasing my solver code
PostPosted: Wed Jul 17, 2019 3:01 am 
Offline
Junior Member

Joined: Wed Jun 26, 2019 4:02 am
Posts: 28
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!


Top
 Profile  
 
PostPosted: Wed Jul 17, 2019 5:36 am 
Offline
Site Admin
User avatar

Joined: Sun Feb 24, 2013 9:39 pm
Posts: 642
Good man. :D


Top
 Profile  
 
PostPosted: Thu Aug 01, 2019 5:39 am 
Offline
New Member

Joined: Thu Aug 01, 2019 5:36 am
Posts: 2
Excelent work,dude


Top
 Profile  
 
PostPosted: Sun Aug 04, 2019 7:05 pm 
Offline
Veteran Member

Joined: Wed Mar 20, 2013 1:43 am
Posts: 267
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.


Top
 Profile  
 
PostPosted: Tue Aug 06, 2019 5:53 am 
Offline
Junior Member

Joined: Wed Jun 26, 2019 4:02 am
Posts: 28
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.


Top
 Profile  
 
PostPosted: Wed Aug 14, 2019 7:39 am 
Offline
New Member

Joined: Wed Aug 14, 2019 7:21 am
Posts: 1
Location: London
He's fuk**n Genius, )) Dude it's amazing!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group