Skip to forum
[OFFICIAL Support T...
 
Notifications
Clear all

[OFFICIAL Support Thread] TexasHoldemSolverJava -- An opensouced GTO solver

14 Posts
5 Users
2 Reactions
4,399 Views
icybee
Joined: 20.02.2021

Since 2015, pro Texas Holdem players has been playing holdem with solvers. And by the time 2020, solver is so widely used by players online that if you try to play online poker without a solver, you most likely is going to lose money. However pro level solvers are extremely expensive, for example piosolver is $1000. And since I really want to have a solver and don't want to pay the extremely expensive price, I finally decide to write one myself.

That's how the github porject is created:

https://github.com/bupticybee/TexasHoldemSolverJava

It took me serval months to finally finish this project. It provid the exact same result as piosolver, but it's opensourced and free.

I'm very sure that projects like this will finally lead to breakthroughs in texas holdem AI and finally solve it. But before that, we can just sitdown and watch the show

Important: please note that PokerStrategy.com does not take any responsibility for the software advertised in this thread.
We were not involved in the development and thus cannot guarantee the reliability or proper functionality of this software.
You use the software described in this thread at your own risk.


Reply
Quote
13 replies
Super Moderator
VorpalF2F
Joined: 02.09.2010

Hi icybee,
Welcome to PokerStrategy.com! :welcome:

Your project sounds cool.

Please read this post https://forums.pokerstrategy.com/forum/thread.php?postid=2002004#post2002004
When done, please edit your thread title and your post to comply with those instructions.
Don't forget the disclaimer.

For the moment, I've removed the URL -- feel free to put it back in when you're editing.
Since you're a basic member, you won't be able to make it a link, however I'll update it for you.

It sounds like you have a lot to offer the community -- I sure hope you stick around and participate beyond the support thread for your solver.

All the best,
VS


Reply
Quote
icybee
Joined: 20.02.2021

Oh thank you for you replay, I will read the rules and modify.


Reply
Quote
icybee
Joined: 20.02.2021

I have modified the thread as requested in the rules, sorry I didn't read it before posting the thread.

I really believe I have created something interesting here,I did a lot of work to make the solver as friendly as possible and write a lot of document.
I will stay to answer any question asked by anyone. Really hope you guys like it.


Reply
Quote
Super Moderator
VorpalF2F
Joined: 02.09.2010

Hi icybee,
I'll check it out later.

I've fixed the link in your opening post.

All the best,
VS


Reply
Quote
jawoftheox
Joined: 11.09.2013

This is great, will definitely check it out. I don't think I will be able to run it on the laptop I have atm, but will get a new one after a month.


Reply
Quote
icybee
Joined: 20.02.2021

I will release a entire new version with gui tomorrow. I think you will like it even more


Reply
Quote
icybee
Joined: 20.02.2021

I hava just release the 0.2.0 version (with gui) , but I find I cannot update the post @VorpalF2F what I should do now?


Reply
Quote
Super Moderator
VorpalF2F
Joined: 02.09.2010

Originally posted by icybee
I hava just release the 0.2.0 version (with gui) , but I find I cannot update the post @VorpalF2F what I should do now?

Sorry, I missed this when you posted it.

The best thing you could do is to sign up to one of the affiliated poker rooms -- use the links and follow the instructions.
You'll then have bronze status, and can add images and so on.

For now, just reply to this post and tell me what you need to do but can't.
If you need to include an image just post the url with (dot) where a dot would be.
I just went to the link in the first post though, and it still works fine.

Cheers,
VS


Reply
Quote

@icybee great Solver, Works excellent on turn and river but It takes a lot of time while running on the flop and receive the following error

Exception in thread "AException in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

i am using MacBook air i5intel processor with 8 gb ram


Reply
Quote
icybee
Joined: 20.02.2021

this solver is optimized to run on turn and river, flop is not well optimized. I'm currently working on a c++ version, which is optimized on flop, it will be released some day in the near future.


Reply
Quote
icybee
Joined: 20.02.2021

For now you might want to use a larger memory (32G maybe) to run flop


Reply
Quote