paper-with-me

Papers

Online vs. Offline Adaptive Domain Randomization Benchmark

2022-06-29 · Gabriele Tiboni, Karol Arndt, Giuseppe Averta, Ville Kyrki, Tatiana Tommasi

Physics simulators have shown great promise for conveniently learning reinforcement learning policies in safe, unconstrained environments. However, transferring the acquired knowledge to the real world can be challenging due to the reality gap. To this end, several methods have been recently proposed to automatically tune simulator parameters with posterior distributions given real data, for use with domain randomization at training time. These approaches have been shown to work for various robotic tasks under different settings and assumptions. Nevertheless, existing literature lacks a thorough comparison of existing adaptive domain randomization methods with respect to transfer performance and real-data efficiency. In this work, we present an open benchmark for both offline and online methods (SimOpt, BayRn, DROID, DROPO), to shed light on which are most suitable for each setting and task at hand. We found that online methods are limited by the quality of the currently learned policy for the next iteration, while offline methods may sometimes fail when replaying trajectories in simulation with open-loop commands. The code used will be released at https://github.com/gabrieletiboni/adr-benchmark.

📄 PDF Abstract BibTeX arXiv:2206.14661

Code (1)

gabrieletiboni/adr-benchmark 공식 구현

Similar Papers 제목 키워드 기반

BayRnTune: Adaptive Bayesian Domain Randomization via Strategic Fine-tuning

2023-10-16 · Tianle Huang, Nitish Sontakke, K. Niranjan Kumar, Irfan Essa 외

Domain randomization (DR), which entails training a policy with randomized dynamics, has proven to be a simple yet effective algorithm for reducing the gap between simulation and the real world. However, DR often require…

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)

Provable Sim-to-Real Transfer via Offline Domain Randomization

2025-06-11 · Arnaud Fickinger, Abderrahim Bendahi, Stuart Russell

Reinforcement-learning agents often struggle when deployed from simulation to the real-world. A dominant strategy for reducing the sim-to-real gap is domain randomization (DR) which trains the policy across many simulato…

Targeted Environment Design from Offline Data

2021-09-29 · Izzeddin Gur, Ofir Nachum, Aleksandra Faust

In reinforcement learning (RL) the use of simulators is ubiquitous, allowing cheaper and safer agent training than training directly in the real target environment. However, this approach relies on the simulator being a …

Offline RLReinforcement Learning (RL)

ContraBAR: Contrastive Bayes-Adaptive Deep RL

2023-06-04 · Era Choshen, Aviv Tamar

In meta reinforcement learning (meta RL), an agent seeks a Bayes-optimal policy -- the optimal policy when facing an unknown task that is sampled from some known task distribution. Previous approaches tackled this proble…

Contrastive LearningMeta Reinforcement LearningVariational Inference