Question 8
Suppose you face a 2-armed bandit task where, at each time step, the true action values are either (10, 20) with probability 0.7 (case A) or (90, 80) with probability 0.3 (case B).
Based on the above data, answer the given subquestions.
If you cannot observe which case you face, what is the best expected reward per step you can achieve, and what strategy should you follow?
Randomly choose between Action 1 and Action 2; expected reward is 3.
Choose Action 1 always; expected reward is 34.
Choose Action 2 always; expected reward is 38.
Alternate between Action 1 and Action 2; expected reward is 40.