Stochastic Gradient Descent with Dependent Data for Offline Reinforcement Learning
Jing Dong, Xin T. Tong

TL;DR
This paper develops a stochastic gradient descent approach for offline reinforcement learning, providing convergence guarantees and complexity bounds for policy evaluation and learning that match online algorithms.
Contribution
It introduces an aSGD-based method for offline policy evaluation and learning, with convergence rates independent of the discount factor, extending to contractive algorithms like TD(0).
Findings
aSGD achieves $ ilde O(1/t)$ convergence for policy evaluation.
Algorithm complexity matches online RL bounds, $ ilde O( ext{epsilon}^{-2}(1- ext{gamma})^{-5})$.
Method applies to policy iteration and approximate contractive algorithms.
Abstract
In reinforcement learning (RL), offline learning decoupled learning from data collection and is useful in dealing with exploration-exploitation tradeoff and enables data reuse in many applications. In this work, we study two offline learning tasks: policy evaluation and policy learning. For policy evaluation, we formulate it as a stochastic optimization problem and show that it can be solved using approximate stochastic gradient descent (aSGD) with time-dependent data. We show aSGD achieves convergence when the loss function is strongly convex and the rate is independent of the discount factor . This result can be extended to include algorithms making approximately contractive iterations such as TD(0). The policy evaluation algorithm is then combined with the policy iteration algorithm to learn the optimal policy. To achieve an accuracy, the complexity…
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
TopicsOptimization and Search Problems · Age of Information Optimization · Stochastic Gradient Optimization Techniques
