日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
歩行arXiv:2608.20852

模擬変形地表面上での人間型ロボットの立ち上がり動作のデモンストレーション誘導

Demonstration-Guided Humanoid Stand-Up on an Emulated Deformable Surface

シェア:XThreadsFacebookLINEはてブBluesky

硬い地面で記録した人間のデモンストレーションを参照として、変形する柔らかい地面での29自由度ヒューマノイドの立ち上がり動作を強化学習で生成する手法を提案した。

詳しい要約

1. どんなもの?

本論文は、29-DOFのUnitree G1ヒューマノイドが、硬い地面で記録された人間のデモンストレーションを用いて、変形する柔らかい地面での立ち上がり動作を生成するための、参照ガイド付き強化学習フレームワークを提案する。地形のコンプライアンスは、MuJoCoの剛体ソフトコンタクトモデルのsolrefとsolimpパラメータを用いてモデル化される。報酬は、(i)残差関節位置制御による参照動作追跡と、(ii)骨盤高さ、胴体の直立、最終姿勢などの明示的な回復目標から構成される。

2. 先行研究と比べてどこがすごい?

先行研究では、硬い地面での立ち上がり動作が主に扱われてきたが、本手法は変形する柔らかい地面での立ち上がりを扱う点で新しい。また、人間のデモンストレーションを参照として用いることで、自然な動作を生成しつつ、明示的な回復報酬を追加することで、参照追跡だけでは不十分な課題を解決している。

3. 技術・手法の肝は?

手法の肝は、まず硬い地面で報酬を指定してポリシーを訓練し、その後、solrefを更新して地形の剛性を下げ、solimpを用いて公称表面貫入ゾーンを拡張することで、柔らかい地面に適応させる点にある。これにより、接触の多いフェーズでの表面貫入による遅延した支持力生成に適応しつつ、元のデモンストレーションパターンを維持する。

4. どうやって有効だと検証した?

シミュレーションにおいて、転倒から立ち上がるタスクを完了し、目標の骨盤高さと直立性を達成し、最大接触貫入は約40mmであった。2つの立ち上がりシーケンスでデモンストレーションされ、硬い地面と柔らかい地面の両方で最終回復目標を達成した。アブレーション研究により、参照追跡だけでは立ち上がりに不十分であり、明示的な回復報酬が不可欠であることが示された。

5. 議論はある?

要旨からは、実機での検証や、より複雑な地形や外乱への拡張性、報酬設計の一般性などに関する議論は不明である。また、最大接触貫入40mmが実機の許容範囲内かどうかや、学習の安定性、計算コストなども要旨からは不明である。

6. 次に読むべき論文は?

要旨で参照されている関連研究として、MuJoCoのソフトコンタクトモデル(solref, solimp)に関する文献や、参照動作追跡を用いた強化学習によるヒューマノイド制御の研究が挙げられる。具体的には、同分野の定番として、DeepMimicや、ヒューマノイドの立ち上がり動作を扱った既存研究が関連する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Aniruddh Kushwah, Vyankatesh Ashtekar, Ashish Dutta

分類: cs.RO

原文アブストラクト

This paper presents a reference-guided reinforcement learning framework to generate stand-up motion for a 29-DOF Unitree G1 humanoid on deformable soft ground, using a human demonstration recorded on hard ground. The terrain compliance is modelled using solref and solimp parameters from MuJoCo's rigid body soft-contact model. The rewards consists of (i) reference motion tracking through residual joint-position control and (ii) explicit recovery objectives such as pelvis height, torso uprightness, and the final posture. First, the policy is trained with the specified rewards considering hard ground. Next, the terrain stiffness is lowered by updating solref and the nominal surface penetration zone is expanded using solimp. Subsequent training enables the policy to adapt to the delayed support force generation due to significant surface penetration during contact-intensive phases while preserving the original demonstration pattern. The learned policy successfully completes the fallen-to-standing task in simulation, reaching the targeted pelvis height and uprightness, with a maximum contact penetration of approximately 40 mm during the process. The proposed method is demonstrated on two stand-up sequences and successfully achieves the final recovery objective on both hard and soft ground. Ablation studies show that reference tracking alone is insufficient for successful stand-up, and that explicit recovery rewards are essential.

関連論文