Dealing with the Unknown: Pessimistic Offline Reinforcement Learning
Jinning Li, Chen Tang, Masayoshi Tomizuka, Wei Zhan

TL;DR
This paper introduces PessORL, a novel offline reinforcement learning algorithm that penalizes out-of-distribution states to address distributional shift and improve policy performance in static datasets.
Contribution
It proposes a new pessimistic value function approach that explicitly handles OOD states, enhancing offline RL performance over existing methods.
Findings
PessORL outperforms existing methods on benchmark tasks.
Explicit OOD state handling improves policy robustness.
PessORL effectively mitigates distributional shift issues.
Abstract
Reinforcement Learning (RL) has been shown effective in domains where the agent can learn policies by actively interacting with its operating environment. However, if we change the RL scheme to offline setting where the agent can only update its policy via static datasets, one of the major issues in offline reinforcement learning emerges, i.e. distributional shift. We propose a Pessimistic Offline Reinforcement Learning (PessORL) algorithm to actively lead the agent back to the area where it is familiar by manipulating the value function. We focus on problems caused by out-of-distribution (OOD) states, and deliberately penalize high values at states that are absent in the training dataset, so that the learned pessimistic value function lower bounds the true value anywhere within the state space. We evaluate the PessORL algorithm on various benchmark tasks, where we show that our method…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Data Stream Mining Techniques · Adversarial Robustness in Machine Learning
