arXiv:2605.14297cs.LGcs.AI2026-05被引 1

混合动作空间强化学习新方法,提升复杂控制任务性能

Policy Optimization in Hybrid Discrete-Continuous Action Spaces via Mixed Gradients

论文配图:Policy Optimization in Hybrid Discrete-Continuous Action Spaces via Mixed Gradients
图 1 · 摘自论文原文
  • 采用路径与得分函数混合梯度,实现平滑部分的反向传播
  • 在库存控制和切换线性二次调节器上显著优于PPO,维度越高越明显
  • 揭示梯度交叉项在最优附近可忽略,支持分步优化降低方差

我们研究混合离散-连续动作空间中的强化学习问题,例如离散动作选择模式(或索引),连续动作在其中进行优化——此类结构常见于机器人、控制与运筹问题。标准无模型策略梯度方法依赖得分函数估计器,在高维情形下存在严重信用分配问题,导致梯度质量差。而可微仿真虽能规避此问题,但离散动作或非光滑动态会带来有偏或无效梯度。为此,我们提出混合策略优化(HPO),在允许平滑时通过模拟器反向传播,使用结合路径梯度与得分函数梯度的混合估计器,保持无偏性。我们还展示了如何将具有动作不连续性的问题重构为混合形式,进一步拓展适用范围。实验表明,HPO在库存控制与切换线性二次调节器任务中显著优于PPO,且随着连续动作维度增加,性能差距扩大。最后,我们分析了混合梯度结构,发现其交叉项(描述连续动作对未来离散决策的影响)在接近离散最优响应时趋于消失,从而支持对连续与离散组件的近似解耦更新,降低近最优时的方差。所有资源见github.com/MatiasAlvo/hybrid-rl。

原文摘要 · Abstract (English)

We study reinforcement learning in hybrid discrete-continuous action spaces, such as settings where the discrete component selects a regime (or index) and the continuous component optimizes within it -- a structure common in robotics, control, and operations problems. Standard model-free policy gradient methods rely on score-function (SF) estimators and suffer from severe credit-assignment issues in high-dimensional settings, leading to poor gradient quality. On the other hand, differentiable simulation largely sidesteps these issues by backpropagating through a simulator, but the presence of discrete actions or non-smooth dynamics yields biased or uninformative gradients. To address this, we propose Hybrid Policy Optimization (HPO), which backpropagates through the simulator wherever smoothness permits, using a mixed gradient estimator that combines pathwise and SF gradients while maintaining unbiasedness. We also show how problems with action discontinuities can be reformulated in hybrid form, further broadening its applicability. Empirically, HPO substantially outperforms PPO on inventory control and switched linear-quadratic regulator problems, with performance gaps increasing as the continuous action dimension grows. Finally, we characterize the structure of the mixed gradient, showing that its cross term -- which captures how continuous actions influence future discrete decisions -- becomes negligible near a discrete best response, thereby enabling approximate decentralized updates of the continuous and discrete components and reducing variance near optimality. All resources are available at github.com/MatiasAlvo/hybrid-rl.

强化学习混合动作策略优化控制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。