arXiv Analytics

Sign in

arXiv:2104.07662 [cs.RO]AbstractReferencesReviewsResources

Auto-Tuned Sim-to-Real Transfer

Yuqing Du, Olivia Watkins, Trevor Darrell, Pieter Abbeel, Deepak Pathak

Published 2021-04-15Version 1

Policies trained in simulation often fail when transferred to the real world due to the `reality gap' where the simulator is unable to accurately capture the dynamics and visual properties of the real world. Current approaches to tackle this problem, such as domain randomization, require prior knowledge and engineering to determine how much to randomize system parameters in order to learn a policy that is robust to sim-to-real transfer while also not being too conservative. We propose a method for automatically tuning simulator system parameters to match the real world using only raw RGB images of the real world without the need to define rewards or estimate state. Our key insight is to reframe the auto-tuning of parameters as a search problem where we iteratively shift the simulation system parameters to approach the real-world system parameters. We propose a Search Param Model (SPM) that, given a sequence of observations and actions and a set of system parameters, predicts whether the given parameters are higher or lower than the true parameters used to generate the observations. We evaluate our method on multiple robotic control tasks in both sim-to-sim and sim-to-real transfer, demonstrating significant improvement over naive domain randomization. Project videos and code at https://yuqingd.github.io/autotuned-sim2real/

Comments: ICRA 2021. First two authors contributed equally. Website at https://yuqingd.github.io/autotuned-sim2real/
Categories: cs.RO, cs.AI, cs.CV, cs.HC, cs.LG
Related articles: Most relevant | Search more
arXiv:1709.05746 [cs.RO] (Published 2017-09-18)
Sim-to-real Transfer of Visuo-motor Policies for Reaching in Clutter: Domain Randomization and Adaptation with Modular Networks
arXiv:2308.08737 [cs.RO] (Published 2023-08-17)
ReProHRL: Towards Multi-Goal Navigation in the Real World using Hierarchical Agents
arXiv:2111.00765 [cs.RO] (Published 2021-11-01, updated 2022-03-01)
Validate on Sim, Detect on Real -- Model Selection for Domain Randomization