Solve Blackjack - Monte Carlo ES
Using Monte Carlo ES to solve blackjack, find the optimal policy (strategy).
See following result, which is the optimal strategy on blackjack game:
See following result, which is the optimal strategy on blackjack game:

The game blackjack was simulated 2 million times using the Monte Carlo ES method and converged to the optimal solution.
[->GitHub]