diff --git a/docs/assets/img/gifs/AutoDR_medium_progress.gif b/docs/assets/img/gifs/AutoDR_medium_progress.gif new file mode 100644 index 0000000..91f9687 Binary files /dev/null and b/docs/assets/img/gifs/AutoDR_medium_progress.gif differ diff --git a/docs/assets/img/gifs/FixedDR_medium_progress.gif b/docs/assets/img/gifs/FixedDR_medium_progress.gif new file mode 100644 index 0000000..5deb332 Binary files /dev/null and b/docs/assets/img/gifs/FixedDR_medium_progress.gif differ diff --git a/docs/assets/img/gifs/LSDR_medium_progress.gif b/docs/assets/img/gifs/LSDR_medium_progress.gif new file mode 100644 index 0000000..069c658 Binary files /dev/null and b/docs/assets/img/gifs/LSDR_medium_progress.gif differ diff --git a/docs/assets/img/gifs/NoDR_medium_progress.gif b/docs/assets/img/gifs/NoDR_medium_progress.gif new file mode 100644 index 0000000..118c82a Binary files /dev/null and b/docs/assets/img/gifs/NoDR_medium_progress.gif differ diff --git a/readme.md b/readme.md index 2af55d0..6a941d8 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,8 @@ In this paper, we propose a novel approach to address sim-to-real transfer, whic 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. +![Alt Text](docs/assets/img/gifs/AutoDR_medium_progress.gif) + ## Installation 1. Install mujoco 2.1 (follow instructions below or [here](https://github.com/openai/mujoco-py)):