LGMay 29, 2023

Off-Policy RL Algorithms Can be Sample-Efficient for Continuous Control via Sample Multiple Reuse

arXiv:2305.18443v121 citations
Originality Incremental advance
AI Analysis

This addresses sample efficiency for RL practitioners in continuous control, but it is incremental as it builds on existing off-policy methods.

The paper tackles the problem of sample inefficiency in online reinforcement learning by proposing sample multiple reuse (SMR), which updates off-policy RL agents on fixed batches multiple times, and shows that SMR significantly boosts sample efficiency across most continuous control benchmarks without hyperparameter tuning.

Sample efficiency is one of the most critical issues for online reinforcement learning (RL). Existing methods achieve higher sample efficiency by adopting model-based methods, Q-ensemble, or better exploration mechanisms. We, instead, propose to train an off-policy RL agent via updating on a fixed sampled batch multiple times, thus reusing these samples and better exploiting them within a single optimization loop. We name our method sample multiple reuse (SMR). We theoretically show the properties of Q-learning with SMR, e.g., convergence. Furthermore, we incorporate SMR with off-the-shelf off-policy RL algorithms and conduct experiments on a variety of continuous control benchmarks. Empirical results show that SMR significantly boosts the sample efficiency of the base methods across most of the evaluated tasks without any hyperparameter tuning or additional tricks.

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