Skip to content

Commit

Permalink
Update limitholdem_rule_models.py
Browse files Browse the repository at this point in the history
Former-commit-id: a0d6e0e
  • Loading branch information
ruzhwei committed Apr 17, 2020
1 parent 74c8c5f commit cd98771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlcard/models/limitholdem_rule_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def step(self, state):
def eval_step(self, state):
''' Step for evaluation. The same to step
'''
return self.step(state)
return self.step(state), []

class LimitholdemRuleModelV1(Model):
''' Limitholdem Rule Model version 1
Expand Down

0 comments on commit cd98771

Please sign in to comment.