Poker-AI.org

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

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: Mon Aug 23, 2021 3:04 am 
Offline
Junior Member

Joined: Sun Feb 16, 2020 5:26 am
Posts: 11
TexasSolver https://github.com/bupticybee/TexasSolver is the c++ version of my java solver https://github.com/bupticybee/TexasHoldemSolverJava.

but it's 5x faster and takes less than 1/3 memory than the java version, and best of all, it's now (under smaller tree settings) faster than piosolver.

check the speed benchmark https://github.com/bupticybee/TexasSolver#speed-benchmark-with-piosolver i have done with piosolver.

| | Input config | thread number | memory usage | accuracy | converge time |
|:------------------------------:|:------------------------------:|:-------------:|:------------:|:--------:|:-------------:|
| piosolver 1.0 | piosolver 1.0 | 6 | 492Mb | 0.29% | 242s |
| TexasSolver 0.1.0 (Our solver) | TexasSolver 0.1.0 (Our solver) | 6 | 1600Mb | 0.288% | 172s |

So why spent 1000$ on piosolver? TexasSolver is free and opensourced.


Top
 Profile  
 
PostPosted: Wed Aug 25, 2021 6:10 am 
Offline
Junior Member

Joined: Sun Feb 16, 2020 5:26 am
Posts: 11
You can also check https://colab.research.google.com/githu ... Demo.ipynb for a web demo version of the solver


Top
 Profile  
 
PostPosted: Fri Aug 27, 2021 3:40 am 
Offline
New Member

Joined: Sat Jul 18, 2020 6:24 am
Posts: 3
Hi, what about multyway and preflop solver?


Top
 Profile  
 
PostPosted: Mon Aug 30, 2021 3:24 am 
Offline
Junior Member

Joined: Sun Feb 16, 2020 5:26 am
Posts: 11
Jonathan wrote:
Hi, what about multyway and preflop solver?


That's another story, I'm still struggling to make it faster on 2-player game, and a gui, multyway and preflop maybe after that.


Top
 Profile  
 
PostPosted: Tue Sep 21, 2021 5:30 pm 
Offline
Junior Member

Joined: Wed Mar 04, 2020 8:21 am
Posts: 27
Hi. Cool job! Is it possible to download the entire source project and open it in Visual Studio 2019 and debug and change the code?


Top
 Profile  
 
PostPosted: Wed Sep 22, 2021 7:27 am 
Offline
Junior Member

Joined: Sun Feb 16, 2020 5:26 am
Posts: 11
Ant0hin wrote:
Hi. Cool job! Is it possible to download the entire source project and open it in Visual Studio 2019 and debug and change the code?


I wrote it using Clion, but at least two other people compiled it under Visio Studio, so I guess yes


Top
 Profile  
 
PostPosted: Thu Sep 23, 2021 3:26 pm 
Offline
Junior Member

Joined: Wed Mar 04, 2020 8:21 am
Posts: 27
when call the solver using command line tools from Windows, is it possible not to display the console with the log?


Top
 Profile  
 
PostPosted: Sun Sep 26, 2021 3:54 am 
Offline
Junior Member

Joined: Sun Feb 16, 2020 5:26 am
Posts: 11
Ant0hin wrote:
when call the solver using command line tools from Windows, is it possible not to display the console with the log?


Of course it's possible, you can use another program to create a subprocess and run the solving process there. But by default, the console will exist, I mean it's a "console version" right? What kind of console version will it be if it runs without a console?


Top
 Profile  
 
PostPosted: Mon Sep 27, 2021 11:35 pm 
Offline
New Member

Joined: Tue Apr 07, 2015 6:22 pm
Posts: 1
Great job, thank you for sharing! :)


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


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