bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.69k stars 301 forks source link

Could you please share the python interface of this work? #78

Closed Gridnn closed 2 years ago

Gridnn commented 2 years ago

You shared this link in an other issue, but it can not be accessed now. I am a python programmer and highly interested in the work of this area. Could you please share this work in python version? Thank you very much!

bupticybee commented 2 years ago

Actually it's now located in the console branch here: https://colab.research.google.com/github/bupticybee/TexasSolver/blob/console/TexasSolverTechDemo.ipynb

And it's hardly a python interface, it's just a way to call the solver from python.

Offical python interface was a part of this project before, but was abandoned now.

bupticybee commented 2 years ago

Closing because this issue is inactive for too long and considered solved.