lifrordi / DeepStack-Leduc

Example implementation of the DeepStack algorithm for no-limit Leduc poker
https://www.deepstack.ai/
878 stars 211 forks source link

Does anyone have try use extend lookahead to solve two street in total. #28

Open DWingHKL opened 6 years ago

DWingHKL commented 6 years ago

Does anyone have try use extend lookahead to solve two street in total ? In deepstack example code, it just solve one street, I try to implement to two street in total, but it hard to implement.