2020

DisCor: Corrective Feedback in Reinforcement Learning via Distribution Correction

Kumar, Aviral, Gupta, Abhishek, Levine, Sergey

Understand

Deep reinforcement learning can learn effective policies for a wide range of tasks, but is notoriously difficult to use due to instability and sensitivity to hyperparameters.

  • The reasons for this remain unclear.
  • When using standard supervised methods (e.g., for bandits), on-policy data collection provides "hard negatives" that correct the model in precisely those states and actions that the policy is likely to visit.
  • We call this phenomenon "corrective feedback." We show that bootstrapping-based Q-learning algorithms do not necessarily benefit from this corrective feedback, and training on the experience collected by the algorithm is not sufficient to correct errors in the Q-function.

Reading the bibliography…