paper-with-me

Papers

How to pick the domain randomization parameters for sim-to-real transfer of reinforcement learning policies?

2019-03-28 · Quan Vuong, Sharad Vikram, Hao Su, Sicun Gao, Henrik I. Christensen

Recently, reinforcement learning (RL) algorithms have demonstrated remarkable success in learning complicated behaviors from minimally processed input. However, most of this success is limited to simulation. While there are promising successes in applying RL algorithms directly on real systems, their performance on more complex systems remains bottle-necked by the relative data inefficiency of RL algorithms. Domain randomization is a promising direction of research that has demonstrated impressive results using RL algorithms to control real robots. At a high level, domain randomization works by training a policy on a distribution of environmental conditions in simulation. If the environments are diverse enough, then the policy trained on this distribution will plausibly generalize to the real world. A human-specified design choice in domain randomization is the form and parameters of the distribution of simulated environments. It is unclear how to the best pick the form and parameters of this distribution and prior work uses hand-tuned distributions. This extended abstract demonstrates that the choice of the distribution plays a major role in the performance of the trained policies in the real world and that the parameter of this distribution can be optimized to maximize the performance of the trained policies in the real world

📄 PDF Abstract BibTeX arXiv:1903.11774

Code (1)

quanvuong/domain_randomization 공식 구현 pytorch

Tasks

Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Domain Randomization for Sim2real Transfer of Automatically Generated Grasping Datasets

2023-10-06 · Johann Huber, François Hélénon, Hippolyte Watrelot, Faiz Ben Amar 외

Robotic grasping refers to making a robotic system pick an object by applying forces and torques on its surface. Many recent studies use data-driven approaches to address grasping, but the sparse reward nature of this ta…

DiversityRobotic Grasping

DROPO: Sim-to-Real Transfer with Offline Domain Randomization

2022-01-20 · Gabriele Tiboni, Karol Arndt, Ville Kyrki

In recent years, domain randomization over dynamics parameters has gained a lot of traction as a method for sim-to-real transfer of reinforcement learning policies in robotic manipulation; however, finding optimal random…

Reinforcement Learning (RL)

Adaptive Curriculum Generation from Demonstrations for Sim-to-Real Visuomotor Control

2019-10-17 · Lukas Hermann, Max Argus, Andreas Eitel, Artemij Amiranashvili 외

We propose Adaptive Curriculum Generation from Demonstrations (ACGD) for reinforcement learning in the presence of sparse rewards. Rather than designing shaped reward functions, ACGD adaptively sets the appropriate task …

Reinforcement LearningReinforcement Learning (RL)

Understanding Domain Randomization for Sim-to-real Transfer

2021-10-07 · ICLR 2022 4 · Xiaoyu Chen, Jiachen Hu, Chi Jin, Lihong Li 외

Reinforcement learning encounters many challenges when applied directly in the real world. Sim-to-real transfer is widely used to transfer the knowledge learned from simulation to the real world. Domain randomization -- …

Autonomous DrivingFriction

Data-efficient Domain Randomization with Bayesian Optimization

2020-03-05 · Fabio Muratore, Christian Eilers, Michael Gienger, Jan Peters

When learning policies for robot control, the required real-world data is typically prohibitively expensive to acquire, so learning in simulation is a popular strategy. Unfortunately, such polices are often not transfera…

Bayesian Optimization