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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Not a problem, a recommendation to help users of the library speed up their interactions with the library.
Describe the solution you'd like
When I ran "poker_ai cluster" with an invalid set of values, the code first created combos of flop/turn/river (takes ~3 minutes), and then validated the inputs. I think it will help folks have faster iterations with the code base if validation happens before the creation of combos.
ValueError: Preflop lossless abstraction only works for a short deck with ranks [10, jack, queen, king, ace]. What was specified={2, 3, 4, 5, 6} doesn't equal what is allowed={10, 11, 12, 13, 14}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not a problem, a recommendation to help users of the library speed up their interactions with the library.
Describe the solution you'd like
When I ran "poker_ai cluster" with an invalid set of values, the code first created combos of flop/turn/river (takes ~3 minutes), and then validated the inputs. I think it will help folks have faster iterations with the code base if validation happens before the creation of combos.
ValueError: Preflop lossless abstraction only works for a short deck with ranks [10, jack, queen, king, ace]. What was specified={2, 3, 4, 5, 6} doesn't equal what is allowed={10, 11, 12, 13, 14}
The text was updated successfully, but these errors were encountered: