LGRONov 3, 2023

Domain Randomization via Entropy Maximization

arXiv:2311.01885v226 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the reality gap problem in robotics and RL by improving policy generalization without real-world data, though it is an incremental advance over existing DR methods.

The paper tackles the challenge of selecting dynamics parameter distributions in Domain Randomization for sim-to-real transfer in Reinforcement Learning by proposing DORAEMON, which automatically shapes these distributions via entropy maximization, resulting in policies that solve tasks across a wider range of dynamics parameters compared to baselines and enabling successful zero-shot transfer in robotic manipulation.

Varying dynamics parameters in simulation is a popular Domain Randomization (DR) approach for overcoming the reality gap in Reinforcement Learning (RL). Nevertheless, DR heavily hinges on the choice of the sampling distribution of the dynamics parameters, since high variability is crucial to regularize the agent's behavior but notoriously leads to overly conservative policies when randomizing excessively. In this paper, we propose a novel approach to address sim-to-real transfer, which automatically shapes dynamics distributions during training in simulation without requiring real-world data. We introduce DOmain RAndomization via Entropy MaximizatiON (DORAEMON), a constrained optimization problem that directly maximizes the entropy of the training distribution while retaining generalization capabilities. In achieving this, DORAEMON gradually increases the diversity of sampled dynamics parameters as long as the probability of success of the current policy is sufficiently high. We empirically validate the consistent benefits of DORAEMON in obtaining highly adaptive and generalizable policies, i.e. solving the task at hand across the widest range of dynamics parameters, as opposed to representative baselines from the DR literature. Notably, we also demonstrate the Sim2Real applicability of DORAEMON through its successful zero-shot transfer in a robotic manipulation setup under unknown real-world parameters.

Foundations

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

Your Notes