用仿真学习探索策略,解决真实世界强化学习样本效率低的问题
Overcoming the Sim-to-Real Gap: Leveraging Simulation to Learn to Explore for Real-World RL
- 通过仿真训练探索性策略,提升真实环境下的探索效率
- 在低秩马尔可夫决策过程下,实现多项式样本复杂度
- 适合机器人控制等需高效探索的真实场景
为降低真实世界强化学习的样本复杂度,通常先在仿真环境中训练策略(样本成本低),再部署到真实世界,期望其能有效泛化。然而,这种直接的‘仿真到现实’迁移并不总成功,且失败时难以利用仿真。本文表明,在许多情形下,尽管直接迁移可能失败,仍可通过仿真学习一组探索性策略,显著提升真实环境中的探索效率。特别地,在低秩马尔可夫决策过程设定下,将这些探索策略与简单实用方法(如最小二乘回归预言机或朴素随机探索)结合,可在真实世界实现多项式样本复杂度,相比直接仿真迁移或无仿真时的学习,具有指数级优势。据我们所知,这是首个在直接仿真迁移失败场景中证明仿真转移能带来理论收益的证据。我们在多个真实机器人仿真器及一个真实机器人任务上验证了理论结果,表明转移探索策略在实践中也能带来显著性能提升。
原文摘要 · Abstract (English)
In order to mitigate the sample complexity of real-world reinforcement learning, common practice is to first train a policy in a simulator where samples are cheap, and then deploy this policy in the real world, with the hope that it generalizes effectively. Such \emph{direct sim2real} transfer is not guaranteed to succeed, however, and in cases where it fails, it is unclear how to best utilize the simulator. In this work, we show that in many regimes, while direct sim2real transfer may fail, we can utilize the simulator to learn a set of \emph{exploratory} policies which enable efficient exploration in the real world. In particular, in the setting of low-rank MDPs, we show that coupling these exploratory policies with simple, practical approaches -- least-squares regression oracles and naive randomized exploration -- yields a polynomial sample complexity in the real world, an exponential improvement over direct sim2real transfer, or learning without access to a simulator. To the best of our knowledge, this is the first evidence that simulation transfer yields a provable gain in reinforcement learning in settings where direct sim2real transfer fails. We validate our theoretical results on several realistic robotic simulators and a real-world robotic sim2real task, demonstrating that transferring exploratory policies can yield substantial gains in practice as well.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。