diff --git a/_layouts/default.html b/_layouts/default.html index 37bfb7c..c7b86ce 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,7 +27,10 @@

{{ page.description | default: site.description | default: site.github.project_tagline }}

{% if site.github.is_project_page %} View on GitHub + View on Arxiv View Examples + View Documentation + View on Youtube {% endif %} {% if site.show_downloads %} Download .zip diff --git a/index.md b/index.md index a171f58..151a8f7 100644 --- a/index.md +++ b/index.md @@ -6,15 +6,9 @@ into a common place are scarce. Existing ones tend to be robot-specific, and oft other robots. Also, their architecture is often weakly structured, mainly because of a lack of modularity and flexibility. This leads users to reimplement several pieces of code to integrate them into their own experimental or benchmarking work. -To overcome these issues, we introduce PyRoboLearn, a new Python robot learning framework that combines different learning +To overcome these issues, we introduce *PyRoboLearn*, a new Python robot learning framework that combines different learning paradigms into a single framework. Our framework provides a plethora of robotic environments, learning models and algorithms. -PyRoboLearn is developed with a particular focus on modularity, flexibility, generality, and simplicity to favor (re)usability. +*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. - -- Paper -- [Github repository](https://github.com/robotlearn/pyrobolearn) -- [Documentation](https://github.com/robotlearn/pyrobolearn/tree/master/docs) -- [Examples](https://github.com/robotlearn/pyrobolearn/tree/master/examples) -- [Videos](https://www.youtube.com/playlist?list=PL7luWwjSAezVxBTindZWUo7hn-Dj9w3gL)