Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fakkiie/blackjack-ai
- Owner: Fakkiie
- Created: 2024-01-30T17:07:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T23:58:48.000Z (9 months ago)
- Last Synced: 2024-04-01T00:33:33.744Z (9 months ago)
- Topics: ai, blackjack, blackjack-python, machine-learning, python
- Language: Python
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.