Simulates blackjack card counting EV using Hi-Lo.
To run: python3 sim.py --parallel n to run n shoes in parallel (utilizes the maximum number of threads possible)
Options:
--h17to simulate dealer hitting soft 17--decks nto set n decks (default 6)--pen nto set penetration to n (default 0.75)--min_bet nto set minimum bet to n (TODO: custom bet spreading. Default is 1 to 9)--wong_out nto set TC threshold at which the shoe ends (default -2)
TODO: add options for DAS (currently allowed) and RSA (currently not allowed)