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.65k stars 295 forks source link

River data not included in json output file #164

Closed EddieMataEwy closed 1 year ago

EddieMataEwy commented 1 year ago

The generated json file when exported from GUI with default setting and parameters does not include river data. Maybe this is normal behavior because of file size. If this is the case, you can mark the issue as closed.

bupticybee commented 1 year ago

The generated json file when exported from GUI with default setting and parameters does not include river data. Maybe this is normal behavior because of file size. If this is the case, you can mark the issue as closed.

As I mentioned in the video, by default export file would only contain 2 rounds of data (flop,turn), if you want to dump river strategy, you need to mannually set round to 3 in setting.

EddieMataEwy commented 1 year ago

Sorry, I must have missed it. Thank you!.