ericgjackson / slumbot2019

Implementations of CFR for solving a variety of Holdem-like poker games
MIT License
133 stars 31 forks source link

Help building local version of API #41

Closed nathanielyoon closed 2 months ago

nathanielyoon commented 2 months ago

I want to to compile an instance to call from a bash script, instead of making a network call to the website's API. Is this possible? I've tried the examples in the readme and felt out a few other configurations, but I couldn't figure out how to send input and so on.

ericgjackson commented 2 months ago

Slumbot relies on huge data files which are only present on the slumbot.com server. (I do not share them.) So I think there is no alternative to using the API.

nathanielyoon commented 2 months ago

Alright.