arXiv:2506.05968cs.LGcs.AI2025-06ICML被引 1

将贝尔曼最优算子渐进过渡到贝尔曼算子,提升连续动作强化学习效率与稳定性。

Gradual Transition from Bellman Optimality Operator to Bellman Operator in Online Reinforcement Learning

  • 设计渐变策略,从贝尔曼最优算子平滑过渡到贝尔曼算子。
  • 在多种运动与操作任务中,性能超越TD3/SAC等基线方法。
  • 显著提升样本效率,且对超参数不敏感,适合实际应用。

针对连续动作空间的在线强化学习,传统演员-评论家方法通常使用贝尔曼算子建模当前策略的Q值,依赖策略更新来改进,导致样本效率低。本文研究将贝尔曼最优算子引入演员-评论家框架的效果:实验表明,建模最优值可加速学习但引发过估计偏差。为此提出一种退火机制,逐步从贝尔曼最优算子过渡至贝尔曼算子,在加速学习的同时缓解偏差。该方法结合TD3与SAC,在多种运动与操作任务中显著优于现有方法,表现出更优性能与更强的超参数鲁棒性。代码已开源:https://github.com/motokiomura/annealed-q-learning。

原文摘要 · Abstract (English)

For continuous action spaces, actor-critic methods are widely used in online reinforcement learning (RL). However, unlike RL algorithms for discrete actions, which generally model the optimal value function using the Bellman optimality operator, RL algorithms for continuous actions typically model Q-values for the current policy using the Bellman operator. These algorithms for continuous actions rely exclusively on policy updates for improvement, which often results in low sample efficiency. This study examines the effectiveness of incorporating the Bellman optimality operator into actor-critic frameworks. Experiments in a simple environment show that modeling optimal values accelerates learning but leads to overestimation bias. To address this, we propose an annealing approach that gradually transitions from the Bellman optimality operator to the Bellman operator, thereby accelerating learning while mitigating bias. Our method, combined with TD3 and SAC, significantly outperforms existing approaches across various locomotion and manipulation tasks, demonstrating improved performance and robustness to hyperparameters related to optimality. The code for this study is available at https://github.com/motokiomura/annealed-q-learning.

强化学习连续动作贝尔曼算子样本效率

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