Hello, everyone.
This is icybee. I'm current an reinforcement learning engineer and I'm very interested in texas holdem solvers and finally decide to make one. I have been working on a solver for some time, and now I'm announcing it.
https://github.com/bupticybee/TexasHoldemSolverJavait's a java version of texas/shortdeck postflop solver with python/bash apis.
Another cpp version is finished but I still don't have time to write document for it (it also provides python apis):
https://github.com/bupticybee/TexasSolverI took some code from Fossana's java project (special thanks to Fossana, without his code my project is impossible), fix some of it's bugs, do some "optimization", and make the code more general, supported both standarded texas holdem and it's popular variant short-deck. I also extand the code to flop as Fossana suggested. Python and commandline apis are also provided.
Also I do a little bit of small modification to the algorithm itself to make dcfr a little bit faster:
https://github.com/bupticybee/TexasHold ... #algorithm.
If Fossana's code is an awesome prototype, I hope TexasHoldemSolverJava is more close to a product.
Really hope you guys like this project, or give me a lot of advices.