arXiv:2510.18828cs.LGcs.AI2025-10NeurIPS

不依赖演员的连续控制新方法,用结构最大化提升稳定性与效率

Actor-Free Continuous Control via Structurally Maximizable Q-Functions

  • 通过结构化最大化直接优化价值函数,无需单独训练演员
  • 在多种模拟任务中性能媲美顶尖基线,样本效率高
  • 特别适合动作空间受限、价值函数不平滑的场景

基于值的方法因其简洁性和训练稳定性,是离策略强化学习的核心。然而,传统方法仅适用于离散动作空间,因需对每个状态-动作对估算Q值。在连续动作空间中,对整个动作空间评估Q值在计算上不可行。为此,通常采用演员-评论家方法:评论家在离策略数据上训练以估计Q值,演员则被训练以最大化评论家输出。尽管流行,这些方法常在训练中出现不稳定。本文提出一种纯基于值的连续控制框架,重新审视了价值函数的结构最大化,引入一系列关键架构与算法选择,实现高效且稳定的训练。我们在多个标准仿真任务上评估了所提出的无演员Q学习方法,结果表明其性能与样本效率达到当前最优水平,且无需学习独立的演员。尤其在动作空间受限、价值函数通常不光滑的环境中,采用结构最大化的本方法优于传统基于梯度的最大化演员-评论家方法。代码已开源:https://github.com/USC-Lira/Q3C。

原文摘要 · Abstract (English)

Value-based algorithms are a cornerstone of off-policy reinforcement learning due to their simplicity and training stability. However, their use has traditionally been restricted to discrete action spaces, as they rely on estimating Q-values for individual state-action pairs. In continuous action spaces, evaluating the Q-value over the entire action space becomes computationally infeasible. To address this, actor-critic methods are typically employed, where a critic is trained on off-policy data to estimate Q-values, and an actor is trained to maximize the critic's output. Despite their popularity, these methods often suffer from instability during training. In this work, we propose a purely value-based framework for continuous control that revisits structural maximization of Q-functions, introducing a set of key architectural and algorithmic choices to enable efficient and stable learning. We evaluate the proposed actor-free Q-learning approach on a range of standard simulation tasks, demonstrating performance and sample efficiency on par with state-of-the-art baselines, without the cost of learning a separate actor. Particularly, in environments with constrained action spaces, where the value functions are typically non-smooth, our method with structural maximization outperforms traditional actor-critic methods with gradient-based maximization. We have released our code at https://github.com/USC-Lira/Q3C.

强化学习连续控制价值方法无演员

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