-
Notifications
You must be signed in to change notification settings - Fork 62
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
Key error in treys.evaluator #12
Comments
I can't really think of a reasonable explanation for passing 8 cards to I'll look into it, but a reproducer example or at least debug output would be thoroughly welcomed. |
I've also merged in some changes to end conditions to You can add git references via
|
Yeah I was getting this as well with the latest code commit where you changed/added this in env.py:
On the face of it the logic looks right, but something's amiss and it's causing extra community cards to be dealt. I rolled back to previous version with the addition of
|
It already works fine in the PR I made. Been running for millions of hands and haven't seen any errors from environment for days. |
Sorry, I wasn't up-to-speed with the changes you'd made, so you may have fixed it with the other commits you performed. I'll need to do some updates to my code. |
Getting this after thousands of iterations with RL algo. Apparently our hand + community cards add up to 8 cards for some reason and evaluator can't rank this hand.
The text was updated successfully, but these errors were encountered: