From 0f8b66e34635a2fa771b908f28b4756dcbfcd2a1 Mon Sep 17 00:00:00 2001 From: bdelhaisse Date: Mon, 7 Oct 2019 04:28:03 +0200 Subject: [PATCH] Update index.html --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 32d25a6..9524d4f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@

PyRoboLearn

-

Abstract: "On the quest for building autonomous robots, several robot learning frameworks with different functionalities have +

+ Abstract: "On the quest for building autonomous robots, several robot learning frameworks with different functionalities have recently been developed. Yet, frameworks that combine diverse learning paradigms (such as imitation and reinforcement learning) into a common place are scarce. Existing ones tend to be robot-specific, and often require time-consuming work to be used with other robots. @@ -11,7 +12,8 @@ PyRoboLearn is developed with a particular focus on modularity, flexibility, generality, and simplicity to favor (re)usability. This is achieved by abstracting each key concept, undertaking a modular programming approach, minimizing the coupling among the different modules, and favoring composition over inheritance for better flexibility. We demonstrate the different features and - utility of our framework through different use cases."

+ utility of our framework through different use cases." +