块策略镜像下降

Block Policy Mirror Descent

SIAM Journal on Optimization · 2023
被引 1
ABS 3

中文导读

提出一种新的策略梯度方法BPMD,通过部分更新规则在采样状态上更新策略,实现线性收敛到全局最优,并扩展到随机设置,为大规模强化学习问题提供新视角。

Abstract

In this paper, we present a new policy gradient (PG) method, namely, the block policy mirror descent (BPMD) method, for solving a class of regularized reinforcement learning (RL) problems with (strongly) convex regularizers. Compared to the traditional PG methods with a batch update rule, which visits and updates the policy for every state, the BPMD method has cheap per-iteration computation via a partial update rule that performs the policy update on a sampled state. Despite the nonconvex nature of the problem and a partial update rule, we provide a unified analysis for several sampling schemes and show that BPMD achieves fast linear convergence to the global optimality. In particular, uniform sampling leads to worst-case total computational complexity comparable to batch PG methods. A necessary and sufficient condition for convergence with on-policy sampling is also identified. With a hybrid sampling scheme, we further show that BPMD enjoys potential instance-dependent acceleration, leading to improved dependence on the state space and consequently outperforming batch PG methods. We then extend BPMD methods to the stochastic setting by utilizing stochastic first-order information constructed from samples. With a generative model, (resp., ) sample complexities are established for the strongly convex (resp., non-strongly convex) regularizers, where denotes the target accuracy. To the best of our knowledge, this is the first time that block coordinate descent methods have been developed and analyzed for policy optimization in reinforcement learning, which provides a new perspective on solving large-scale RL problems.

强化学习数学优化策略梯度块坐标下降收敛分析