paper-with-me

Papers

Coordinate Ascent for Off-Policy RL with Global Convergence Guarantees

2022-12-10 · Hsin-En Su, Yen-ju Chen, Ping-Chun Hsieh, Xi Liu

We revisit the domain of off-policy policy optimization in RL from the perspective of coordinate ascent. One commonly-used approach is to leverage the off-policy policy gradient to optimize a surrogate objective -- the total discounted in expectation return of the target policy with respect to the state distribution of the behavior policy. However, this approach has been shown to suffer from the distribution mismatch issue, and therefore significant efforts are needed for correcting this mismatch either via state distribution correction or a counterfactual method. In this paper, we rethink off-policy learning via Coordinate Ascent Policy Optimization (CAPO), an off-policy actor-critic algorithm that decouples policy improvement from the state distribution of the behavior policy without using the policy gradient. This design obviates the need for distribution correction or importance sampling in the policy improvement step of off-policy policy gradient. We establish the global convergence of CAPO with general coordinate selection and then further quantify the convergence rates of several instances of CAPO with popular coordinate selection rules, including the cyclic and the randomized variants of CAPO. We then extend CAPO to neural policies for a more practical implementation. Through experiments, we demonstrate that CAPO provides a competitive approach to RL in practice.

📄 PDF Abstract BibTeX arXiv:2212.05237

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Distributed Dual Coordinate Ascent in General Tree Networks and Communication Network Effect on Synchronous Machine Learning

2017-03-14 · Myung Cho, Lifeng Lai, Weiyu Xu

Due to the big size of data and limited data storage volume of a single computer or a single server, data are often stored in a distributed manner. Thus, performing large-scale machine learning operations with the distri…

BIG-bench Machine Learning

Augmented Lagrangian Method for Last-Iterate Convergence for Constrained MDPs

2026-05-12 · Michael Lu, Max Qiushi Lin, Mo Chen, Sharan Vaswani arxiv

We study policy optimization for infinite-horizon, discounted constrained Markov decision processes (CMDPs). While existing theoretical guarantees typically hold for the mixture policy, deploying such a policy is computa…

Continuous Control

Theoretical and Computational Guarantees of Mean Field Variational Inference for Community Detection

2017-10-30 · Anderson Y. Zhang, Harrison H. Zhou

The mean field variational Bayes method is becoming increasingly popular in statistics and machine learning. Its iterative Coordinate Ascent Variational Inference algorithm has been widely applied to large scale Bayesian…

Bayesian InferenceCommunity DetectionStochastic Block ModelVariational Inference

Convergence of Multi-Agent Learning with a Finite Step Size in General-Sum Games

2019-03-07 · Xinliang Song, Tonghan Wang, Chongjie Zhang

Learning in a multi-agent system is challenging because agents are simultaneously learning and the environment is not stationary, undermining convergence guarantees. To address this challenge, this paper presents a new g…

Stability of Sequential and Parallel Coordinate Ascent Variational Inference

2026-03-21 · Debdeep Pati arxiv

We highlight a striking difference in behavior between two widely used variants of coordinate ascent variational inference: the sequential and parallel algorithms. While such differences were known in the numerical analy…

Computational Efficiency