Quiz 6 (CS1573)

    Suppose your goal was to learn how to play chess using reinforcement learning.

  1. What are the states?
  2. What are the actions?
  3. What should the value of a state represent?

    Suppose that after 10 games of chess you believe that a certain opening move is clearly best.

  4. Would you open the 11th game with this move if you were exploring?
  5. Would you open the 11th game with this move if you were exploiting?