arXiv:2503.12932cs.LG2025-03ICLR被引 8

用拒绝采样和增强MDP实现高效无约束动作约束强化学习

Efficient Action-Constrained Reinforcement Learning via Acceptance-Rejection Method and Augmented MDPs

  • 用拒绝采样将原策略转为满足动作约束的策略
  • 构建双目标增强MDP提升可行动作接受率,训练更快更准
  • 适合对安全性和推理速度要求高的机器人与资源调度场景

动作约束强化学习(ACRL)是一种可避免动作违反约束的通用框架,适用于各类安全关键与资源受限场景。现有方法虽能良好满足约束,但常因二次规划带来高计算开销,或因使用复杂生成模型导致结构复杂。本文提出一种通用且高效的框架,通过两项改进将标准无约束强化学习方法适配至ACRL:(i)采用经典拒绝采样法,将无约束策略作为提议分布,推导出具有可行动作的修正策略;(ii)构建包含自环状态转移与拒绝动作惩罚信号的增强双目标马尔可夫决策过程,激励策略靠近可行动作集。在机器人控制与资源分配领域的大量实验表明,该框架相比当前最优方法具备更快训练进度、更好约束满足度及更低动作推理时间。源代码已公开,以推动该方向研究。

原文摘要 · Abstract (English)

Action-constrained reinforcement learning (ACRL) is a generic framework for learning control policies with zero action constraint violation, which is required by various safety-critical and resource-constrained applications. The existing ACRL methods can typically achieve favorable constraint satisfaction but at the cost of either high computational burden incurred by the quadratic programs (QP) or increased architectural complexity due to the use of sophisticated generative models. In this paper, we propose a generic and computationally efficient framework that can adapt a standard unconstrained RL method to ACRL through two modifications: (i) To enforce the action constraints, we leverage the classic acceptance-rejection method, where we treat the unconstrained policy as the proposal distribution and derive a modified policy with feasible actions. (ii) To improve the acceptance rate of the proposal distribution, we construct an augmented two-objective Markov decision process (MDP), which include additional self-loop state transitions and a penalty signal for the rejected actions. This augmented MDP incentives the learned policy to stay close to the feasible action sets. Through extensive experiments in both robot control and resource allocation domains, we demonstrate that the proposed framework enjoys faster training progress, better constraint satisfaction, and a lower action inference time simultaneously than the state-of-the-art ACRL methods. We have made the source code publicly available to encourage further research in this direction.

强化学习动作约束拒绝采样MDP优化

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