cfr fix
This commit is contained in:
@@ -3,6 +3,7 @@ class KuhnPoker:
|
||||
self.cards = ['J', 'Q', 'K']
|
||||
self.actions = [0, 1] # Check/Fold=0, Bet/Call=1
|
||||
|
||||
# 结构是不是要修改下?
|
||||
def is_terminal(self, history):
|
||||
return history in ['00', '10', '010', '011', '11']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user