8000 Validate before creating combos · Issue #127 · fedden/poker_ai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Validate before creating combos #127
Open
@GaussianZero

Description

@GaussianZero

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}

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0