Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty board evaluation #10

Open
max-uho opened this issue Jan 13, 2022 · 1 comment
Open

Empty board evaluation #10

max-uho opened this issue Jan 13, 2022 · 1 comment

Comments

@max-uho
Copy link

max-uho commented Jan 13, 2022

Sorry to ask this here, it's less of an issue than a request for explanation.

The "Evaluator.evaluate" method contains a docstring stating that empty boards can be used, but I can't figure it out.

My use case is that I'd like to evaluate hands before the flop (basically playing the entire game open-faced).

Hope you can shed some light on this, and thanks again for maintaining this fork.

@ihendley
Copy link
Owner

ihendley commented May 4, 2022

Hi, I cannot explain the note about supporting empty board evaluation in the docstring, so I will delete it. The code clearly doesn't support evaluation 2 card hands. It works by looking up 5+ card hands in a hash table.

What exactly do you mean by evaluating hands before the flop? This isn't as well defined since it might mean equity vs opponent, equity vs random, or some description of hand and/or potential e.g. "pair + flush draw".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants