用预训练模型提升机器人行走强化学习的样本效率和性能
Pretraining in Actor-Critic Reinforcement Learning for Locomotion
- 通过无任务探索收集数据,训练本体感知逆动力学模型
- 预训练权重使策略优化样本效率提升36.2%,性能提高4.3%
- 适用于需快速适应新任务的机器人控制场景
预训练-微调范式已在人工智能多个领域带来突破性进展,但在机器人行走强化学习中,个体技能仍常从零开始学习,尽管同一机器人形态的任务间可能存在可共享的通用知识。本文提出一种预训练神经网络模型的范式,以封装此类知识,并作为经典演员-评论家算法(如PPO)中策略优化的热启动基础。首先采用任务无关的探索式数据采集算法,收集多样化的动态转移数据,再通过监督学习训练本体感知逆动力学模型(PIDM)。将预训练权重加载至演员与评论家网络,用于实际任务的策略优化。在包含3种机器人形态的9个不同行走环境上系统验证,该初始化策略平均提升样本效率36.2%,任务性能提升4.3%。进一步的消融实验与实证分析揭示了该方法有效性的机制。
原文摘要 · Abstract (English)
The pretraining-finetuning paradigm has facilitated numerous transformative advancements in artificial intelligence research in recent years. However, in the domain of reinforcement learning (RL) for robot locomotion, individual skills are often learned from scratch despite the high likelihood that some generalizable knowledge is shared across all task-specific policies belonging to the same robot embodiment. This work aims to define a paradigm for pretraining neural network models that encapsulate such knowledge and can subsequently serve as a basis for warm-starting the RL process in classic actor-critic algorithms, such as Proximal Policy Optimization (PPO). We begin with a task-agnostic exploration-based data collection algorithm to gather diverse, dynamic transition data, which is then used to train a Proprioceptive Inverse Dynamics Model (PIDM) through supervised learning. The pretrained weights are then loaded into both the actor and critic networks to warm-start the policy optimization of actual tasks. We systematically validated our proposed method with 9 distinct robot locomotion RL environments comprising 3 different robot embodiments, showing significant benefits of this initialization strategy. Our proposed approach on average improves sample efficiency by 36.2% and task performance by 4.3% compared to random initialization. We further present key ablation studies and empirical analyses that shed light on the mechanisms behind the effectiveness of this method.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。