用无标签数据预训练探索技能,提升强化学习在线探索效率
Leveraging Skills from Unlabeled Prior Data for Efficient Online Exploration
- 用变分自编码器从无标签轨迹中提取底层技能
- 伪标签生成高阶动作与乐观奖励,驱动新颖性探索
- 结合预训练技能与在线学习,42个稀疏奖励任务均表现更优
无监督预训练在监督学习中已带来变革,但在强化学习中面临独特挑战:微调不依赖模仿特定任务数据,而是通过迭代自我改进进行探索。本文研究如何利用无标签离线轨迹数据来学习高效探索策略。现有方法或用于预训练低层技能,或作为在线强化学习的额外离线数据,但二者如何有效结合尚不明确。本文提出SUPE(Skills from Unlabeled Prior data for Exploration)方法,首先使用变分自编码器(VAE)提取低层技能,再对无标签轨迹进行伪标签处理,赋予乐观奖励与高层动作标签,将原始数据转化为具任务相关性的高阶示例,激发新颖性探索行为。最终,这些转化后的样本作为额外离线数据,用于在线强化学习,以学习组合预训练低层技能的高层策略,实现高效探索。实验表明,SUPE在42个长时程、稀疏奖励任务中持续优于已有策略。
原文摘要 · Abstract (English)
Unsupervised pretraining has been transformative in many supervised domains. However, applying such ideas to reinforcement learning (RL) presents a unique challenge in that fine-tuning does not involve mimicking task-specific data, but rather exploring and locating the solution through iterative self-improvement. In this work, we study how unlabeled offline trajectory data can be leveraged to learn efficient exploration strategies. While prior data can be used to pretrain a set of low-level skills, or as additional off-policy data for online RL, it has been unclear how to combine these ideas effectively for online exploration. Our method SUPE (Skills from Unlabeled Prior data for Exploration) demonstrates that a careful combination of these ideas compounds their benefits. Our method first extracts low-level skills using a variational autoencoder (VAE), and then pseudo-labels unlabeled trajectories with optimistic rewards and high-level action labels, transforming prior data into high-level, task-relevant examples that encourage novelty-seeking behavior. Finally, SUPE uses these transformed examples as additional off-policy data for online RL to learn a high-level policy that composes pretrained low-level skills to explore efficiently. In our experiments, SUPE consistently outperforms prior strategies across a suite of 42 long-horizon, sparse-reward tasks. Code: https://github.com/rail-berkeley/supe.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。