Provably Efficient Exploration in Policy Optimization
Abstract
While policy-based reinforcement learning (RL) achieves tremendous successes in practice, it is significantly less understood in theory, especially compared with value-based RL. In particular, it remains elusive how to design a provably efficient policy optimization algorithm that incorporates exploration. To bridge such a gap, this paper proposes an Optimistic variant of the Proximal Policy Optimization algorithm (OPPO), which follows an ``optimistic version'' of the policy gradient direction. This paper proves that, in the problem of episodic Markov decision process with linear function approximation, unknown transition, and adversarial reward with full-information feedback, OPPO achieves regret. Here is the feature dimension, is the episode horizon, and is the total number of steps. To the best of our knowledge, OPPO is the first provably efficient policy optimization algorithm that explores.
Cite
@article{arxiv.1912.05830,
title = {Provably Efficient Exploration in Policy Optimization},
author = {Qi Cai and Zhuoran Yang and Chi Jin and Zhaoran Wang},
journal= {arXiv preprint arXiv:1912.05830},
year = {2024}
}
Comments
We have fixed a technical issue in the first version of this paper. We remark the technical assumption of the linear MDP in this version of the paper is different from that in the first version