Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fakkiie/blackjack-ai


https://github.com/fakkiie/blackjack-ai

ai blackjack blackjack-python machine-learning python

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

Blackjack and Card Counting Simulation
This project simulates playing blackjack with strategies incorporating card counting. It is designed to help understand and analyze the effectiveness of different betting and playing strategies in blackjack, based on card counting techniques.

Features
Blackjack Simulation: Play blackjack games programmatically, simulating various scenarios and strategies.
Card Counting: Incorporates the Hi-Lo card counting system to make betting and playing decisions.
Strategy Analysis: Evaluate the effectiveness of different strategies by tracking the outcome of games, including wins, losses, and draws.
Customizable Settings: Adjust the number of decks, the player's starting balance, betting strategies, and more.

Creating a blackjack player using reinforcement learning and Q-learning techniques.
https://github.com/omeedf/blackjack-bot is the original source of this code.