ericgjackson / slumbot2019

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

solve_all_subgames or solve_all_backup_subgames encounter segmentfault #22

Closed xishuaidelin closed 2 years ago

xishuaidelin commented 2 years ago

hi Eric. I have run the code with

../bin/solve_all_subgames GameParams/ms1f3_params  CardAbstraction/NLFH_params CardAbstraction/NLFH_params \
    BettingAbstraction/mb1b2_params  BettingAbstraction/mb1b2_params CFR/cfrps_params CFR/cfrps_params  \
    1 10000 10000 unsafe cfrs bucket raw avg none mem 1 8

I also ran the code with the config before this. but it always encounter segmentfault when running code to solve the subgame. 303099066b66c0c6cd9e43557343af3

I've read the code for a long time, but I'm still confused. could u plz give some tips for this ? thks a lot.