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
New class texasholdem.game.move.MoveIterator which is a special collection of moves which includes attributes such as action_types and raise_range. Also supports iteration and checking for membership with the in operator. Use the sample() method to sample from the collection.
New method texasholdem.game.game.TexasHoldEm.get_available_moves() which returns a MoveIterator of the available moves for the current player.