uiz Space

September 2023 term · Reinforcement Learning · BSDA5007

Reinforcement Learning Quiz 1: 29 October 2023 (September 2023 term)

The IIT Madras BS Reinforcement Learning (Reinforcement Learning) Quiz 1 paper sat on 29 Oct 2023, in the September 2023 term: 17 questions for 40 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
17
Marks
40
Duration
120 min
MSQ
5
MCQ
4
Numerical
8

Updated

Official paper: IIT M DEGREE AN2 EXAM QPE2 29 Oct 2023 · No negative marking.

Question 1

+2 marksOne or more correct options

Select correct statements about UCB1 algorithm:

Select all that apply.

  1. A

    Each arm is selected atleast twice before any arm is selected third time.

  2. B

    Each arm is selected atleast once before any arm is selected second time.

  3. C

    Constant c controls degree of exploration, higher its value, higher the exploration.

  4. D

    Constant c controls degree of exploration, higher its value, lower the exploration.

Show answer

Correct answers

  • B

    Each arm is selected atleast once before any arm is selected second time.

  • C

    Constant c controls degree of exploration, higher its value, higher the exploration.

Question 2

+2 marksOne or more correct options

For the value iteration algorithm, which of the following statements are correct?

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • B
  • D

Question 3

+2 marksOne correct option

Choose the correct statement(s) regarding explore-exploit dilemma:

  1. A

    Always exploring is not optimal.

  2. B

    Always exploiting is optimal.

  3. C

    None of these.

Show answer

Correct answer

  • A

    Always exploring is not optimal.

Question 4

+2 marksOne correct option

Which of the following is the correct Bellman equation for deterministic transitions? The symbols have the usual meaning.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • B

Question 5

+2 marksOne correct option

Consider the following statements and select the correct option.
Assertion: Monte Carlo value function approximation methods do not need knowledge of the model to be implemented.
Reason: Monte Carlo value function approximation methods require only a way to sample trajectories from the environment and aggregate the results.

  1. A

    Assertion and Reason are both true and Reason is a correct explanation of Assertion.

  2. B

    Assertion and Reason are both true and Reason is not a correct explanation of Assertion.

  3. C

    Assertion is true but Reason is false.

  4. D

    Assertion is false but Reason is true.

Show answer

Correct answer

  • A

    Assertion and Reason are both true and Reason is a correct explanation of Assertion.

Question 6

+2 marksNumerical answer

Based on the above data, answer the given subquestions.

What is the probability of choosing arm A2 at timestamp t = 6?

Show answer

Correct answer: 0.09 (accepted within ±0.01)

Question 7

+2 marksOne correct option

Based on the above data, answer the given subquestions.

At time stamp t = 6, suppose the arm with least estimate so far is pulled and the reward is ln(4). Which of the following is correct after timestamp t = 6?

  1. A

    Arm A1 is optimal arm.

  2. B

    Arm A2 is optimal arm.

  3. C

    Arm A3 is optimal arm.

  4. D

    An optimal arm can not be determined.

  5. E

    There is a tie for optimal arm.

Show answer

Correct answer

  • C

    Arm A3 is optimal arm.

Question 8

+2 marksNumerical answer
Show answer

Correct answer: 7

Question 9

+3 marksNumerical answer
Show answer

Correct answer: 1

Question 10

+2 marksOne or more correct options

Based on the above data, answer the given subquestions.

Consider the following deterministic policies in table (1) :

Which of the following are optimal policies?

Select all that apply.

  1. A

    π1

  2. B

    π2

  3. C

    π3

  4. D

    π4

  5. E

    Can not be determined.

Show answer

Correct answers

  • A

    π1

  • B

    π2

  • C

    π3

Question 11

+2 marksOne or more correct options

Based on the above data, answer the given subquestions.

Refer to table (1) and choose the correct statements from the following:

Select all that apply.

  1. A

    π1 = π2

  2. B

    π2 < π3

  3. C

    π1 ≤ π4

  4. D

    π3 ≥ π4

  5. E

    None of these

Show answer

Correct answers

  • A

    π1 = π2

  • D

    π3 ≥ π4

Question 12

+2 marksNumerical answer

Based on the above data, answer the given subquestions.

Show answer

Correct answer: -3

Question 13

+3 marksNumerical answer

Based on the above data, answer the given subquestions.

Show answer

Correct answer: -3

Question 14

+2 marksOne or more correct options

Based on the above data, answer the given subquestions.

Select all that apply.

  1. A

    1 and 2.

  2. B

    1 and 3.

  3. C

    2 and 3.

  4. D

    2 and 5.

  5. E

    2 and 4.

  6. F

    4 and 5.

Show answer

Correct answers

  • B

    1 and 3.

  • D

    2 and 5.

Question 15

+3 marksNumerical answer

Based on the above data, answer the given subquestions.

What will be the value of v(hot) after one round of value iteration? Assuming v(hot) and v(cold) are initialized with 0. Note the value function is updated synchronously.

Show answer

Correct answer: 6

Question 16

+3 marksNumerical answer

Based on the above data, answer the given subquestions.

What will be the value of v(cold) after one round of value iteration? Assuming v(hot) and v(cold) are initialized with 0. Note the value function is updated synchronously.

Show answer

Correct answer: -3

Question 17

+4 marksNumerical answer

Based on the above data, answer the given subquestions.

What will be the value of v(hot) + v(cold) after two rounds of value iteration? Assuming v(hot) and v(cold) are initialized with 0. Note the value function is updated synchronously.

Show answer

Correct answer: 10.8 (accepted within ±0.05)