LGFeb 27, 2021

Reducing Conservativeness Oriented Offline Reinforcement Learning

arXiv:2103.00098v16 citations
Originality Incremental advance
AI Analysis

This work addresses performance degradation in offline RL for mixed datasets, offering an incremental improvement over existing conservative methods.

The paper tackles the problem of excessive conservativeness in offline reinforcement learning, which impairs policy generalization, by proposing a method that addresses data imbalance with minority samples and provides a tighter lower bound for the value function. Experimental results show it outperforms state-of-the-art methods on D4RL tasks and mixed datasets.

In offline reinforcement learning, a policy learns to maximize cumulative rewards with a fixed collection of data. Towards conservative strategy, current methods choose to regularize the behavior policy or learn a lower bound of the value function. However, exorbitant conservation tends to impair the policy's generalization ability and degrade its performance, especially for the mixed datasets. In this paper, we propose the method of reducing conservativeness oriented reinforcement learning. On the one hand, the policy is trained to pay more attention to the minority samples in the static dataset to address the data imbalance problem. On the other hand, we give a tighter lower bound of value function than previous methods to discover potential optimal actions. Consequently, our proposed method is able to tackle the skewed distribution of the provided dataset and derive a value function closer to the expected value function. Experimental results demonstrate that our proposed method outperforms the state-of-the-art methods in D4RL offline reinforcement learning evaluation tasks and our own designed mixed datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes