Question 1
The discount factor used during option execution

The IIT Madras BS Reinforcement Learning (Reinforcement Learning) End Term paper sat on 10 May 2026, in the January 2026 term, set S2: 21 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.
The discount factor used during option execution
Correct answer
In DDPG, exploration is typically achieved by:
Randomly sampling from the replay buffer with higher priority
Injecting noise into the critic network parameters
Adding time-correlated noise (e.g., Ornstein-Uhlenbeck) or Gaussian noise to the deterministic policy output
Correct answer
Adding time-correlated noise (e.g., Ornstein-Uhlenbeck) or Gaussian noise to the deterministic policy output
Reduces variance without introducing bias
Eliminates all bias in the gradient estimate
Makes the algorithm off-policy
Removes the need for a value function approximator
Correct answer
Reduces variance without introducing bias
Correct answer
[Bonus] TRPO uses a backtracking line search after computing the natural gradient direction. What is the primary purpose of this line search?
To reduce the computational cost of the conjugate gradient solver
To transform the natural gradient into a standard gradient
To eliminate the need for importance sampling corrections
Correct answer
Which of the following statements about DDPG are correct?
DDPG maintains four networks: actor, critic, target actor, and target critic
The critic is trained by minimising the Bellman error using off-policy data sampled from the replay buffer
DDPG is directly applicable to discrete action spaces without modification
The actor is updated by ascending the gradient of the critic's Q-value with respect to actor parameters
Correct answers
DDPG maintains four networks: actor, critic, target actor, and target critic
The critic is trained by minimising the Bellman error using off-policy data sampled from the replay buffer
The actor is updated by ascending the gradient of the critic's Q-value with respect to actor parameters
Which of the following are not valid conditions required for the DPG theorem to hold?
The policy must be stochastic to ensure sufficient exploration
The MDP transition dynamics must be differentiable
Correct answers
The policy must be stochastic to ensure sufficient exploration
The MDP transition dynamics must be differentiable
Which of the following statements are correct? Select all that apply.
(A figure from the original paper is missing from the source site.)
(A figure from the original paper is missing from the source site.)
(A figure from the original paper is missing from the source site.)
Correct answers
(A figure from the original paper is missing from the source site.)
Correct answer: 5.33 (accepted within ±0.02)
Correct answer: 3.24 (accepted within ±0.02)
It causes the replay buffer to overfit to recent transitions
It forces the actor to update faster than the critic, creating a policy-value mismatch
It eliminates the exploration noise injected into actions, causing the policy to get stuck
Correct answer
Aditi's unstable DDPG implementation is likely to suffer from which of the following problems? Select all that apply.
Brittle training that may diverge without careful hyperparameter tuning
DDPG cannot be applied to 4-dimensional action spaces because of curse of dimensionality in the action space
Temporal correlation between consecutive samples
Correct answers
Brittle training that may diverge without careful hyperparameter tuning
Temporal correlation between consecutive samples
Correct answer: 0.405 (accepted within ±0.005)
Which of the following statements about the eligibility vector for a Bernoulli-logistic unit are correct? Select all that apply.
Correct answers
Correct answers
Why does the REINFORCE gradient estimator exhibit high variance, particularly in long-horizon robotic tasks?
The policy network's weights are initialised randomly, causing gradient noise
The policy gradient theorem does not hold for tasks with continuous action spaces
REINFORCE requires a critic to reduce variance, which is absent by definition
Correct answer
Correct answer: 0.3 (accepted within ±0.05)
Correct answers
Which of the following is a key advantage of Intra-Option Q-Learning over SMDP Q-Learning?
Intra-Option Q-Learning converges to the globally optimal policy, whereas SMDP Q-Learning only converges to locally optimal solutions
Intra-Option Q-Learning learns only a single option, avoiding the need for a high-level policy
Correct answer
Correct answer: 1.65 (accepted within ±0.01)
Correct answer: 2.74 (accepted within ±0.01)