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:
Blackjack Thumbnail
The game blackjack was simulated 2 million times using the Monte Carlo ES method and converged to the optimal solution. [->GitHub]
 
 
Back to Homepage