2021

Decoupling Value and Policy for Generalization in Reinforcement Learning

Raileanu, Roberta, Fergus, Rob

Understand

Standard deep reinforcement learning algorithms use a shared representation for the policy and value function, especially when training directly from images.

  • However, we argue that more information is needed to accurately estimate the value function than to learn the optimal policy.
  • Consequently, the use of a shared representation for the policy and value function can lead to overfitting.
  • To alleviate this problem, we propose two approaches which are combined to create IDAAC: Invariant Decoupled Advantage Actor-Critic.

Reading the bibliography…