From e0316d0b505efbb7660b0bc1c9b15f84dc1693fe Mon Sep 17 00:00:00 2001 From: Brian Delhaisse Date: Fri, 16 Aug 2019 17:32:53 +0200 Subject: [PATCH] update readme --- CITATION.rst | 16 ++++++++++++++++ README.rst | 12 +----------- 2 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 CITATION.rst diff --git a/CITATION.rst b/CITATION.rst new file mode 100644 index 0000000..a0ba661 --- /dev/null +++ b/CITATION.rst @@ -0,0 +1,16 @@ +Citation +-------- + +.. code-block:: latex + + @misc{delhaisse2019pyrobolearn, + author = {Delhaisse, Brian and Xin, Songyan and Rozo, Leonel, and Caldwell, Darwin}, + title = {PyRoboLearn: A Python Framework for Robot Learning Practitioners}, + publisher = {GitHub}, + journal = {GitHub repository}, + howpublished = {\url{https://github.com/robotlearn/pyrobolearn}}, + year=2019, + } + + +If you use a specific learning model, algorithm, robot, controller, and so on, please cite the corresponding paper. The reference(s) can usually be found in the class documentation (at the end), and sometimes in the README file in the corresponding folder. diff --git a/README.rst b/README.rst index 24a647f..72ec67c 100644 --- a/README.rst +++ b/README.rst @@ -197,17 +197,7 @@ PyRoboLearn is currently released under the `GNU GPLv3