Mathieu Torchiamathieutorchia.com·Jun 11, 2024Blackjack: Is It Beatable?This is my first blog and first Python coding project. I have always been fascinated with casino games, especially Blackjack and Texas Hold'em. The appeal of Texas Hold'em is that if played correctly, it can be beaten. Why? Because your opponents are...22 likes·185 readsPython
SoJSblog.sojs.dev·Sep 4, 2023Teaching a model to beat BlackjackReinforcement learning has been a hot topic in the world of artificial intelligence and machine learning for some time now. It's a field that has brought us self-driving cars, advanced game-playing agents, and much more. The real question, however, i...1 likeReinforcement learningAI
Sven Willhauksvensblog.hashnode.dev·Jul 3, 2023Day 11 of learning JavaScript: Objects and logical operatorsToday I finished the blackjack app and I also learned two new fundamental things in JavaScript. First, I have learned about logical operators. "&&" stands for "and" and "||" stands for or. I applied this to the Blackjack app so that we can only trigg...38 readsJavaScript
Sven Willhauksvensblog.hashnode.dev·Jun 25, 2023Day 7 of learning JavaScript: Start Button and SumToday I did a few things on the Blackjack app project. At first, I made the start button display, work and also look good. It was also a very good revision of many things that I have learned so far. I created the button in HTML and told the document ...38 readsJavaScript
Sven Willhauksvensblog.hashnode.dev·Jun 20, 2023Day 6 of learning JavaScript: Blackjack appToday I started a new project after finishing the People Counter app last time. The app I want to create is called Blackjack. It's a very popular casino game and it works like that: You get 2 cards. If the sum of all cards is under 21, you are still ...32 readsJavaScript