Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emptymalei/blackjack-agent
blackjack agent
https://github.com/emptymalei/blackjack-agent
Last synced: 12 days ago
JSON representation
blackjack agent
- Host: GitHub
- URL: https://github.com/emptymalei/blackjack-agent
- Owner: emptymalei
- Created: 2019-12-09T23:25:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T00:03:30.000Z (about 5 years ago)
- Last Synced: 2024-11-02T05:22:22.654Z (2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blackjack-agent
## blackjack the game
Cards:
1. 2-10: worth the number 2-10 correspondingly
2. J,Q,K: worth 10
3. A: worth 1 or 11## Basics
If I already have 11, my probability of next draw is
(1+2+3+4+5+6+7+8+9+10+10+10+10)/13 = 6