From 7c04d2874123b8c270ff8573d84746c16ebc6ae0 Mon Sep 17 00:00:00 2001 From: Jungsub Lim Date: Thu, 29 Sep 2022 21:11:28 +0900 Subject: [PATCH] Update README.md add paper link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca5b382..eb65cf9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Efficient Task Adaptation by Mixing Discovered Skills; -This repository implements agents introduced in 'Efficient Task Adaptation by Mixing Discovered Skills' paper. +This repository implements agents introduced in [Efficient Task Adaptation by Mixing Discovered Skills](https://openreview.net/forum?id=zkG3N8uff3V) paper. Same importance agent : agents/diayn_same_weight.py Simple importance agent : agents/diayn_simple_weight.py @@ -45,4 +45,4 @@ We support the following domains. |---|---| | `walker` | `stand`, `walk`, `run`, `flip` | | `quadruped` | `walk`, `run`, `stand`, `jump` | -| `jaco` | `reach_top_left`, `reach_top_right`, `reach_bottom_left`, `reach_bottom_right` | \ No newline at end of file +| `jaco` | `reach_top_left`, `reach_top_right`, `reach_bottom_left`, `reach_bottom_right` |