English

Uncertainty Weighted Actor-Critic for Offline Reinforcement Learning

Machine Learning 2021-05-19 v1

Abstract

Offline Reinforcement Learning promises to learn effective policies from previously-collected, static datasets without the need for exploration. However, existing Q-learning and actor-critic based off-policy RL algorithms fail when bootstrapping from out-of-distribution (OOD) actions or states. We hypothesize that a key missing ingredient from the existing methods is a proper treatment of uncertainty in the offline setting. We propose Uncertainty Weighted Actor-Critic (UWAC), an algorithm that detects OOD state-action pairs and down-weights their contribution in the training objectives accordingly. Implementation-wise, we adopt a practical and effective dropout-based uncertainty estimation method that introduces very little overhead over existing RL algorithms. Empirically, we observe that UWAC substantially improves model stability during training. In addition, UWAC out-performs existing offline RL methods on a variety of competitive tasks, and achieves significant performance gains over the state-of-the-art baseline on datasets with sparse demonstrations collected from human experts.

Keywords

Cite

@article{arxiv.2105.08140,
  title  = {Uncertainty Weighted Actor-Critic for Offline Reinforcement Learning},
  author = {Yue Wu and Shuangfei Zhai and Nitish Srivastava and Joshua Susskind and Jian Zhang and Ruslan Salakhutdinov and Hanlin Goh},
  journal= {arXiv preprint arXiv:2105.08140},
  year   = {2021}
}

Comments

To appear in ICML 2021

R2 v1 2026-06-24T02:12:00.927Z