You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI, i try to run your code 'test_oscfr.py' to obtain the exploitability curve for leduc hold'em, but i meet an error like that below:
next_reachprobs = [{ hc: reachprobs[player][hc[0:prevlen]] / possible_deals for hc in root.children[0].holecards[player] } for player in range(self.rules.players)]
KeyError: (Ks,)
BTW, i write another code to calculate exploitability for leduc hold'em (stack=5), but i could only obtain an exploitability=0.4 after 100,000+ iterations. I am not sure it's the reason of the high variance of out-come sampling or there exists some bugs in my code.
The text was updated successfully, but these errors were encountered:
HI, i try to run your code 'test_oscfr.py' to obtain the exploitability curve for leduc hold'em, but i meet an error like that below:
next_reachprobs = [{ hc: reachprobs[player][hc[0:prevlen]] / possible_deals for hc in root.children[0].holecards[player] } for player in range(self.rules.players)]
KeyError: (Ks,)
BTW, i write another code to calculate exploitability for leduc hold'em (stack=5), but i could only obtain an exploitability=0.4 after 100,000+ iterations. I am not sure it's the reason of the high variance of out-come sampling or there exists some bugs in my code.
The text was updated successfully, but these errors were encountered: