Question 10
Consider a reinforcement learning agent navigating a complex environment with sparse rewards. Which of the following statements accurately describes a key advantage of using Double Q- learning in this scenario?
Double Q-learning helps to reduce the variance in action value estimates, leading to more stable learning.
Double Q-learning is guaranteed to converge to the optimal policy even with non-linear function approximation.
Double Q-learning requires fewer samples to achieve the same level of performance compared to traditional Q-learning.
Double Q-learning is less sensitive to hyperparameter tuning, making it easier to train in complex environments.