Question 1
In which of the following scenarios is Expected SARSA a good fit?
When the environment has a high degree of stochasticity, makingbootstrapping unstable in value-based methods
When function approximation is necessary due to large state spaces, requiringdeep networks for learning representations
When learning needs to prioritize separating state value and advantagefunctions for better decision-making
When experience replay is essential for stable learning and sample efficiency
