2021

A Dataset Perspective on Offline Reinforcement Learning

Schweighofer, Kajetan, Radler, Andreas, Dinu, Marius-Constantin et al.

Understand

The application of Reinforcement Learning (RL) in real world environments can be expensive or risky due to sub-optimal policies during training.

  • In Offline RL, this problem is avoided since interactions with an environment are prohibited.
  • Policies are learned from a given dataset, which solely determines their performance.
  • Despite this fact, how dataset characteristics influence Offline RL algorithms is still hardly investigated.

Reading the bibliography…