用时序逻辑约束让四足机器人自动学会稳定步态。
Learning Gait-Aware Quadruped Locomotion with Temporal Logic Specifications

- 用时序逻辑定义步态规则,生成可学习的奖励信号。
- 相比手工设计奖励,速度跟踪更准且训练更稳定。
- 适合对机器人步态控制有精度要求的研究者。
强化学习用于四足机器人行走时,通常依赖固定、手工设计且马尔可夫式的奖励函数,这限制了策略的可解释性,也难以显式控制步态行为。本文提出一种新框架,使用参数化时序逻辑(STL)表达不同步态的约束,包括安全边界、步态同步、指令跟踪和执行器约束。基于这些规范,构建奖励塑造机制,生成密集连续的奖励,编码期望行为。针对三种速度模式(步行-小跑、小跑、跳跃),定义可调参数的STL模板,通过参考轨迹校准参数,并利用平滑近似计算滚动中STL鲁棒性作为奖励。该奖励可与近端策略优化(PPO)兼容。在MuJoCo XLA(MJX)中的Google Barkour机器人上验证,采用模拟器内并行化提升训练速度,结合领域随机化增强策略鲁棒性。结果表明,相较于手工奖励基线,基于STL的奖励显著提升速度跟踪精度,训练更稳定。视频见项目主页:https://stl-locomotion.github.io/。
原文摘要 · Abstract (English)
Reinforcement learning (RL) for quadruped locomotion commonly depends on fixed, hand-crafted, and Markovian reward functions that limit both interpretability of learned policies and lack explicit control over gait behaviors. We introduce a framework where distinct gaits are specified using parameterized constraints expressed in Signal Temporal Logic (STL). These include safety bounds, gait synchronization constraints, command tracking, and actuation bounds. From these specifications, we develop a reward shaping mechanism that provides learning agents a dense, continuous reward landscape that encodes desired behavior. We define parametric STL templates for three speed regimes (walking-trot, trot, bound), calibrate their parameters from reference rollouts, and compute rewards from using smooth approximations of STL robustness over the rollouts. The generated rewards can be used to provide shaped gradients compatible with Proximal Policy Optimization (PPO). We instantiate the approach on Google's Barkour quadruped robot in MuJoCo XLA (MJX). We use parallelization within the simulator to improve training speeds and use domain randomization to robustify learned policies. We show that compared to a baseline of hand-crafted rewards, the STL-shaped rewards yield tighter velocity tracking and more stable training. Videos can be found on our project website: https://stl-locomotion.github.io/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。