uiz Space

January 2026 term · Reinforcement Learning · BSDA5007

Reinforcement Learning End Term: 10 May 2026, Set 1 (January 2026 term)

The IIT Madras BS Reinforcement Learning (Reinforcement Learning) End Term paper sat on 10 May 2026, in the January 2026 term, set 1: 20 questions for 30 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.

Questions
20
Marks
30
Duration
180 min
MCQ
7
MSQ
7
Numerical
6

Updated

Official paper: Reinforcement Learning 10 May 26 (Session 2) · No negative marking.

Question 1

+1 markOne correct option
  1. A

    State space, action space, reward function

  2. B

    Initiation set, option policy, termination function

  3. C

    Value function, behaviour policy, discount factor

  4. D

    Transition model, reward model, termination condition

Show answer

Correct answer

  • B

    Initiation set, option policy, termination function

Question 2

+1 markOne correct option
  1. A

    To prevent the actor from updating faster than the critic

  2. B

    To stabilise training by preventing the TD target from changing too rapidly

  3. C

    To ensure the replay buffer contains on-policy data

  4. D

    To match the learning rate of the actor and critic networks

Show answer

Correct answer

  • B

    To stabilise training by preventing the TD target from changing too rapidly

Question 3

+1 markOne correct option

DDPG uses an experience replay buffer. What is the direct consequence of using an experience replay buffer

  1. A

    The policy gradient estimate becomes unbiased

  2. B

    The algorithm becomes on-policy

  3. C

    Temporal correlations between consecutive samples are broken

  4. D

    The critic no longer requires a target network

Show answer

Correct answer

  • C

    Temporal correlations between consecutive samples are broken

Question 4

+1 markOne correct option

Compared to the policy gradient, the DPG theorem requires integration over:

  1. A

    Both state and action spaces

  2. B

    State space only

  3. C

    Action space only

  4. D

    Neither — it requires only a single action sample per state

Show answer

Correct answer

  • B

    State space only

Question 5

+0 marksOne correct option
  1. A
  2. B
  3. C
  4. D

    The surrogate eliminates the need for a value function baseline

Show answer

Correct answer

  • B

Question 6

+1 markOne or more correct options

Which are known limitations or failure modes of DDPG?

Select all that apply.

  1. A

    High sensitivity to hyperparameters such as learning rate and architecture

  2. B

    Inability to handle continuous action spaces

  3. C

    Brittle training that may diverge without careful tuning

  4. D

    Deterministic policy requires explicit exploration noise during training

Show answer

Correct answers

  • A

    High sensitivity to hyperparameters such as learning rate and architecture

  • C

    Brittle training that may diverge without careful tuning

  • D

    Deterministic policy requires explicit exploration noise during training

Question 7

+2 marksOne or more correct options

Select all that apply.

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

Correct answer

  • D

Question 8

+3 marksOne or more correct options

Recall standard control algorithms in RL, like Q-Learning, SARSA, Expected SARSA, etc., involve a maximisation step in constructing their target policies.
For example: In Q-Learning, the target is:

Which of the following statements are correct? Select all that apply.

Select all that apply.

  1. A

    (A figure from the original paper is missing from the source site.)

  2. B

    (A figure from the original paper is missing from the source site.)

  3. C
  4. D

    (A figure from the original paper is missing from the source site.)

  5. E
  6. F
Show answer

Correct answers

  • B

    (A figure from the original paper is missing from the source site.)

  • C
  • E
  • F

Question 9

+1 markNumerical answer
Show answer

Correct answer: 3.615 (accepted within ±0.015)

Question 10

+0 marksNumerical answer

Round your final answer to 2 decimal places.

Show answer

Correct answer: 3.24 (accepted within ±0.02)

Question 11

+2 marksOne correct option

Why is DPG generally more sample-efficient than SPG in high-dimensional continuous action spaces?

  1. A
  2. B
  3. C

    DPG uses a target network which reduces gradient variance automatically

  4. D

    DPG enforces determinism, which eliminates exploration noise and thus requires fewer environment interactions

Show answer

Correct answer

  • B

Question 12

+2 marksOne or more correct options

Ganesh’s on-policy DPG implementation is likely to suffer from which of the following problems? Select all that apply.

Select all that apply.

  1. A
  2. B
  3. C

    The DPG theorem technically requires an off-policy behaviour policy to ensure sufficient state coverage; on-policy data violates this

  4. D
  5. E
Show answer

Correct answers

  • A
  • C

    The DPG theorem technically requires an off-policy behaviour policy to ensure sufficient state coverage; on-policy data violates this

  • D

Question 13

+0 marksNumerical answer
Show answer

Correct answer: 0.0215 (accepted within ±0.0005)

Question 14

+0 marksOne or more correct options

Select all that apply.

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

Correct answers

  • A
  • B
  • C
  • D

Question 15

+2 marksOne or more correct options

The REINFORCE gradient estimator is:

Why does REINFORCE exhibit high gradient variance, particularly in long-horizon tasks like text generation?

Select all that apply.

  1. A
  2. B
  3. C

    Monte Carlo rollouts are biased estimators of the true return

  4. D
Show answer

Correct answer

  • B

Question 16

+2 marksNumerical answer

The REINFORCE gradient estimator is:

Show answer

Correct answer: 0.00675 (accepted within ±0.00005)

Question 17

+2 marksOne or more correct options

The REINFORCE gradient estimator is:

Select all that apply.

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

Correct answer

  • A

Question 18

+2 marksOne correct option

What is the key advantage of Intra-Option Q-Learning (Algorithm B) over SMDP Q-Learning (Algorithm A)?

  1. A
  2. B
  3. C

    It converges to a globally optimal policy, whereas SMDP Q-learning only converges locally

  4. D

    It eliminates the need for a high-level policy by learning all options simultaneously

Show answer

Correct answer

  • B

Question 19

+2 marksNumerical answer
Show answer

Correct answer: 1.1 (accepted within ±0.05)

Question 20

+2 marksNumerical answer
Show answer

Correct answer: 3.11 (accepted within ±0.05)