2022

Provably Efficient Offline Reinforcement Learning with Trajectory-Wise Reward

Xu, Tengyu, Wang, Yue, Zou, Shaofeng et al.

Understand

The remarkable success of reinforcement learning (RL) heavily relies on observing the reward of every visited state-action pair.

  • In many real world applications, however, an agent can observe only a score that represents the quality of the whole trajectory, which is referred to as the {\em trajectory-wise reward}.
  • In such a situation, it is difficult for standard RL methods to well utilize trajectory-wise reward, and large bias and variance errors can be incurred in policy evaluation.
  • In this work, we propose a novel offline RL algorithm, called Pessimistic vAlue iteRaTion with rEward Decomposition (PARTED), which decomposes the trajectory return into per-step proxy rewards via least-squares-based reward redistribution, and then performs pessimistic value iteration based on the learned proxy reward.

Reading the bibliography…