ROLGSYFeb 9, 2023

AdaptSim: Task-Driven Simulation Adaptation for Sim-to-Real Transfer

arXiv:2302.04903v226 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient sim-to-real transfer for roboticists, offering a novel approach that improves task performance and data efficiency, though it builds incrementally on prior methods like domain randomization and system identification.

The paper tackles the sim-to-real transfer gap in robotics by proposing AdaptSim, a task-driven adaptation framework that optimizes simulation parameters for specific tasks rather than matching dynamics, achieving 1-3x asymptotic performance and ~2x real data efficiency in experiments on robotic tasks like pendulum swing-up and food scooping.

Simulation parameter settings such as contact models and object geometry approximations are critical to training robust robotic policies capable of transferring from simulation to real-world deployment. Previous approaches typically handcraft distributions over such parameters (domain randomization), or identify parameters that best match the dynamics of the real environment (system identification). However, there is often an irreducible gap between simulation and reality: attempting to match the dynamics between simulation and reality across all states and tasks may be infeasible and may not lead to policies that perform well in reality for a specific task. Addressing this issue, we propose AdaptSim, a new task-driven adaptation framework for sim-to-real transfer that aims to optimize task performance in target (real) environments -- instead of matching dynamics between simulation and reality. First, we meta-learn an adaptation policy in simulation using reinforcement learning for adjusting the simulation parameter distribution based on the current policy's performance in a target environment. We then perform iterative real-world adaptation by inferring new simulation parameter distributions for policy training, using a small amount of real data. We perform experiments in three robotic tasks: (1) swing-up of linearized double pendulum, (2) dynamic table-top pushing of a bottle, and (3) dynamic scooping of food pieces with a spatula. Our extensive simulation and hardware experiments demonstrate AdaptSim achieving 1-3x asymptotic performance and $\sim$2x real data efficiency when adapting to different environments, compared to methods based on Sys-ID and directly training the task policy in target environments. Website: https://irom-lab.github.io/AdaptSim/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes