MLLGFeb 26, 2022

Statistically Efficient Advantage Learning for Offline Reinforcement Learning in Infinite Horizons

arXiv:2202.13163v220 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of applying reinforcement learning in offline domains like mobile health, where incremental improvements over existing methods are needed for efficient policy optimization without online data collection.

The paper tackles the problem of offline reinforcement learning in infinite horizons, where data cannot be collected online, by developing a novel advantage learning framework that improves policy optimization from pre-collected data. The result is a method that guarantees faster convergence rates for policy values compared to using initial Q-estimators, as supported by theoretical findings and numerical experiments.

We consider reinforcement learning (RL) methods in offline domains without additional online data collection, such as mobile health applications. Most of existing policy optimization algorithms in the computer science literature are developed in online settings where data are easy to collect or simulate. Their generalizations to mobile health applications with a pre-collected offline dataset remain unknown. The aim of this paper is to develop a novel advantage learning framework in order to efficiently use pre-collected data for policy optimization. The proposed method takes an optimal Q-estimator computed by any existing state-of-the-art RL algorithms as input, and outputs a new policy whose value is guaranteed to converge at a faster rate than the policy derived based on the initial Q-estimator. Extensive numerical experiments are conducted to back up our theoretical findings. A Python implementation of our proposed method is available at https://github.com/leyuanheart/SEAL.

Code Implementations1 repo
Foundations

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

Your Notes