Table of Contents
Fetching ...

Sample Complexity of Neural Policy Mirror Descent for Policy Optimization on Low-Dimensional Manifolds

Zhenghao Xu, Xiang Ji, Minshuo Chen, Mengdi Wang, Tuo Zhao

TL;DR

The work addresses why deep policy gradient methods using CNNs can tackle high-dimensional RL challenges by exploiting low-dimensional state-space structure. It introduces Neural Policy Mirror Descent (NPMD) with an actor-critic CNN architecture and proves that both iteration and sample complexities depend on the intrinsic dimension $d$ of the state manifold rather than the ambient space dimension $D$, achieving a bound of $ ilde{O}( ext{ε}^{-d/α-2})$ under Lipschitz MDP assumptions. The paper develops a robust CNN approximation theory on manifolds, derives explicit CNN-size requirements, and couples them with probabilistic arguments to obtain tight sample-complexity bounds for both critic and actor updates. Numerical experiments on image-based CartPole demonstrate that the method remains effective with increasing ambient dimension, aligning with the theory that intrinsic geometry governs learning efficiency. Overall, the results provide a principled explanation for the empirical success of deep policy gradient methods in high-dimensional tasks by leveraging low-dimensional state-space structures.

Abstract

Policy gradient methods equipped with deep neural networks have achieved great success in solving high-dimensional reinforcement learning (RL) problems. However, current analyses cannot explain why they are resistant to the curse of dimensionality. In this work, we study the sample complexity of the neural policy mirror descent (NPMD) algorithm with deep convolutional neural networks (CNN). Motivated by the empirical observation that many high-dimensional environments have state spaces possessing low-dimensional structures, such as those taking images as states, we consider the state space to be a $d$-dimensional manifold embedded in the $D$-dimensional Euclidean space with intrinsic dimension $d\ll D$. We show that in each iteration of NPMD, both the value function and the policy can be well approximated by CNNs. The approximation errors are controlled by the size of the networks, and the smoothness of the previous networks can be inherited. As a result, by properly choosing the network size and hyperparameters, NPMD can find an $ε$-optimal policy with $\widetilde{O}(ε^{-\frac{d}α-2})$ samples in expectation, where $α\in(0,1]$ indicates the smoothness of environment. Compared to previous work, our result exhibits that NPMD can leverage the low-dimensional structure of state space to escape from the curse of dimensionality, explaining the efficacy of deep policy gradient algorithms.

Sample Complexity of Neural Policy Mirror Descent for Policy Optimization on Low-Dimensional Manifolds

TL;DR

The work addresses why deep policy gradient methods using CNNs can tackle high-dimensional RL challenges by exploiting low-dimensional state-space structure. It introduces Neural Policy Mirror Descent (NPMD) with an actor-critic CNN architecture and proves that both iteration and sample complexities depend on the intrinsic dimension of the state manifold rather than the ambient space dimension , achieving a bound of under Lipschitz MDP assumptions. The paper develops a robust CNN approximation theory on manifolds, derives explicit CNN-size requirements, and couples them with probabilistic arguments to obtain tight sample-complexity bounds for both critic and actor updates. Numerical experiments on image-based CartPole demonstrate that the method remains effective with increasing ambient dimension, aligning with the theory that intrinsic geometry governs learning efficiency. Overall, the results provide a principled explanation for the empirical success of deep policy gradient methods in high-dimensional tasks by leveraging low-dimensional state-space structures.

Abstract

Policy gradient methods equipped with deep neural networks have achieved great success in solving high-dimensional reinforcement learning (RL) problems. However, current analyses cannot explain why they are resistant to the curse of dimensionality. In this work, we study the sample complexity of the neural policy mirror descent (NPMD) algorithm with deep convolutional neural networks (CNN). Motivated by the empirical observation that many high-dimensional environments have state spaces possessing low-dimensional structures, such as those taking images as states, we consider the state space to be a -dimensional manifold embedded in the -dimensional Euclidean space with intrinsic dimension . We show that in each iteration of NPMD, both the value function and the policy can be well approximated by CNNs. The approximation errors are controlled by the size of the networks, and the smoothness of the previous networks can be inherited. As a result, by properly choosing the network size and hyperparameters, NPMD can find an -optimal policy with samples in expectation, where indicates the smoothness of environment. Compared to previous work, our result exhibits that NPMD can leverage the low-dimensional structure of state space to escape from the curse of dimensionality, explaining the efficacy of deep policy gradient algorithms.
Paper Structure (47 sections, 36 theorems, 211 equations, 2 figures, 2 tables)

This paper contains 47 sections, 36 theorems, 211 equations, 2 figures, 2 tables.

Key Result

Lemma 1

The exact solution of eq:PMD-approximate with neural policy $\pi_k$ defined as eq:pitheta is given by where $g_{k+1}^\star=\lambda_k^{-1}f_{\theta_k}-\eta_k Q_{w_k}$.

Figures (2)

  • Figure 1: Convolution of $\mathcal{W} * Z$. $\mathcal{W}_{j,:,:}$ is a $I\times C$ matrix for the $j$-th output channel.
  • Figure 2: Evaluated rewards in different setups. The opaque lines are the average of 5 runs.

Theorems & Definitions (47)

  • Definition 1: Smooth manifold
  • Definition 2: Reach
  • Lemma 1
  • Remark 1
  • Remark 2
  • Lemma 2
  • Theorem 1
  • Remark 3
  • Definition 3: Geodesic distance
  • Definition 4: Lipschitz function
  • ...and 37 more