2020

First return, then explore

Ecoffet, Adrien, Huizinga, Joost, Lehman, Joel et al.

Understand

The promise of reinforcement learning is to solve complex sequential decision problems autonomously by specifying a high-level reward function only.

  • However, reinforcement learning algorithms struggle when, as is often the case, simple and intuitive rewards provide sparse and deceptive feedback.
  • Avoiding these pitfalls requires thoroughly exploring the environment, but creating algorithms that can do so remains one of the central challenges of the field.
  • We hypothesise that the main impediment to effective exploration originates from algorithms forgetting how to reach previously visited states ("detachment") and from failing to first return to a state before exploring from it ("derailment").

Reading the bibliography…