Show HN: Blackjack Probabilities
chriszieba.com
Show HN: Blackjack Probabilities
1–9 of 9 posts
Re: Show HN: Blackjack Probabilities
#2Re: Show HN: Blackjack Probabilities
#3Great documentation as well. I'll definitely be referencing this.
Re: Show HN: Blackjack Probabilities
#4Re: Show HN: Blackjack Probabilities
#5Awesome work! It does the calculations based on what is currently in the shoe, correct? So it should be possible to give it a custom shoe with cards removed to find the best probability for a card counter.
Re: Show HN: Blackjack Probabilities
#6Awesome! I'm actually about to begin work on creating a machine-learning blackjack-playing agent for a CS class project. Great documentation as well. I'll definitely be referencing this.
Re: Show HN: Blackjack Probabilities
#7(What caused me to give up was an extremely expensive blackjack hand that started with betting $HOUSE_MAX on a hand, and getting a pair of aces. The best move is to split aces, resulting in two hands, at double the bet. And in this case, both those hands were then facing a dealer hand where basic strategy demands that you double down - so an already significant bet ended up being doubled, then doubled again. It was absolutely the right move, statistically, but didn't go my way in the end, and although I still walked away in profit, that hand is what made me think that Blackjack was something that could one day cause me a real problem if I didn't find something better to do with my time.)
Re: Show HN: Blackjack Probabilities
#8Some years ago (before I gave up gambling entirely) I noted that there was one UK online casino which not only offered a reasonable game of blackjack, but would also let you "auto play" as many hands as you wanted, using basic strategy. (i.e. to automatically play what is statistically the optimum response to any given hand.) I never saw that feature offered anywhere else, presumably because players playing imperfect…
So I guess it depends on how much $HOUSE_MAX was. Around here the Indian casinos are atwitter at $100 bets. In Vegas I could be playing with a bunch of $10 players and nobody bats an eye if someone walks by and, in the middle of a deck, bets $1000 on a single hand, and then goes on his way.
Re: Show HN: Blackjack Probabilities
#9Awesome! I'm actually about to begin work on creating a machine-learning blackjack-playing agent for a CS class project. Great documentation as well. I'll definitely be referencing this.