English

Optimistic Actor-Critic with Parametric Policies for Linear Markov Decision Processes

Machine Learning 2026-04-02 v2 Machine Learning

Abstract

Although actor-critic methods have been successful in practice, their theoretical analyses have several limitations. Specifically, existing theoretical work either sidesteps the exploration problem by making strong assumptions or analyzes impractical methods with complicated algorithmic modifications. Moreover, the actor-critic methods analyzed for linear MDPs often employ natural policy gradient and construct "implicit" policies without explicit parameterization. Such policies are computationally expensive to sample from, making the environment interactions inefficient. To that end, we focus on the finite-horizon linear MDPs and propose an optimistic actor-critic framework that uses parametric log-linear policies. In particular, we introduce a tractable logit-matching\textit{logit-matching} regression objective for the actor. For the critic, we use approximate Thompson sampling via Langevin Monte Carlo to obtain optimistic value estimates. We prove that the resulting algorithm achieves O~(ϵ4)\widetilde{\mathcal{O}}(\epsilon^{-4}) and O~(ϵ2)\widetilde{\mathcal{O}}(\epsilon^{-2}) sample complexity in the on-policy and off-policy setting, respectively. Our results match prior theoretical work in achieving the state-of-the-art sample complexity, while our algorithm is more aligned with practice.

Keywords

Cite

@article{arxiv.2603.28595,
  title  = {Optimistic Actor-Critic with Parametric Policies for Linear Markov Decision Processes},
  author = {Max Qiushi Lin and Reza Asad and Kevin Tan and Haque Ishfaq and Csaba Szepesvari and Sharan Vaswani},
  journal= {arXiv preprint arXiv:2603.28595},
  year   = {2026}
}

Comments

61 pages, 9 figures

R2 v1 2026-07-01T11:44:21.008Z