-
Notifications
You must be signed in to change notification settings - Fork 6
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
Non card-counters are making profits #2
Comments
Maybe default table conditions are unrealistic ? By default, all 4 are at true:
|
After this commit: When you start the program, house rules have incorrect values, reverting the change, we get this again:
|
If the player has blackjack, it wins automatically:
I think in casinos it's not like that |
Also it allways allow double down after split on the code, no matter what's in the house rules ... |
Something is not right. Players without card counting should be losing money even with perfect basic strategy. Simulations with 75% accurate non-card counters are even making money.
python blackjack.py -b 100000 -h 60000
The text was updated successfully, but these errors were encountered: