Update index.html

This commit is contained in:
bdelhaisse
2019-10-07 04:28:03 +02:00
committed by GitHub
parent 36ebdef706
commit 0f8b66e346
+4 -2
View File
@@ -1,6 +1,7 @@
<h1>PyRoboLearn</h1>
<p>Abstract: "On the quest for building autonomous robots, several robot learning frameworks with different functionalities have
<p>
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."</p>
utility of our framework through different use cases."
</p>
<ul>
<li>Link to paper: arxiv </li>