The question list is as follows:
- What is the Monte Carlo Method?
- Estimate the value of the Golden Ratio using the Monte Carlo method.
- What is the use of Monte Carlo prediction?
- What is the difference between first visit MC and every visit MC?
- Why do we estimate the state-action value?
- What is the difference between on-policy MC control and off-policy MC control?
- Write some Python code for playing a Blackjack game with on-policy MC control.