mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-09 11:31:38 +08:00
update readme
This commit is contained in:
-15
@@ -148,21 +148,6 @@ How to use it?
|
||||
|
||||
Check the ``README.rst`` file in the ``examples`` folder.
|
||||
|
||||
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},
|
||||
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.
|
||||
|
||||
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
<mujoco>
|
||||
<worldbody>
|
||||
<light diffuse=".5 .5 .5" pos="0 0 3" dir="0 0 -1"/>
|
||||
<!-- <geom type="plane" size="1 1 0.1" rgba=".9 0 0 1"/>-->
|
||||
<!-- <body pos="0 0 1">-->
|
||||
<!-- <joint type="free"/>-->
|
||||
<!-- <geom type="box" size=".1 .2 .3" rgba="0 .9 0 1"/>-->
|
||||
<!-- </body>-->
|
||||
</worldbody>
|
||||
</mujoco>
|
||||
Reference in New Issue
Block a user