Blackjack

In the context of programming, we can use Dynamic Programming to solve a perfect information blackjack game.

I thought about Blackjack and its parallels to Poker since I was making an AI for Poker, and it was an imperfect information game. However, I remember that we can solve Blackjack using Poker since I was making an AI for Poker, and it was an imperfect information game. However, I remember that we can solve Blackjack using Monte-Carlo Control.

And then I realized that in Blackjack, the opponent (dealer) always has a fixed-strategy. And so there is no way you can get exploited. But in Poker, that is not the case.