lucas98774 / rl-blackjack

Implementing rl on blackjack
0 stars 0 forks source link

Missed a win with 21 #8

Closed Ndiedrick21 closed 2 years ago

Ndiedrick21 commented 2 years ago

image

This was done on the branch with the new total calculation, so it may not exist on the current master branch.

Check bust condition in Hand. Should be <= 21 return false