English

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

Machine Learning 2023-05-31 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2305.18443,
  title  = {Off-Policy RL Algorithms Can be Sample-Efficient for Continuous Control via Sample Multiple Reuse},
  author = {Jiafei Lyu and Le Wan and Zongqing Lu and Xiu Li},
  journal= {arXiv preprint arXiv:2305.18443},
  year   = {2023}
}

Comments

37 pages

R2 v1 2026-06-28T10:49:44.893Z