fedden / poker_ai

🤖 An Open Source Texas Hold'em AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append Skips on the Players Turn

big-c-note opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
In the current implementation, skips are appended to the _history attribute of the ShortDeckPokerState class before it would be their turn to act. Although perhaps technically correct, it has an odd effect given active players append actions on their turn.

Describe the solution you'd like
PR #76 adds a skip counter that adds skips before the next player acts.

See here for the bad skip and here for the previous action

commented

Fixed in #76