Diff of /docs/source/index.rst [000000] .. [87e8bf]

Switch to unified view

a b/docs/source/index.rst
1
Welcome to MyoSuite's documentation!
2
=====================================
3
4
`MyoSuite <https://sites.google.com/view/myosuite>`_  is a collection of musculoskeletal environments and tasks simulated with the `MuJoCo <http://www.mujoco.org/>`_ physics engine and wrapped in the OpenAI ``gym`` API to enable the application of Machine Learning to bio-mechanic control problems.
5
6
Check our `github repository <https://github.com/MyoHub/myosuite>`__ for more technical details.
7
8
Our paper can be found at: `https://arxiv.org/abs/2205.13600 <https://arxiv.org/abs/2205.13600>`__
9
10
Advanced user are invited to familiarize themselves with the basics of the `OpenAI Gym API <https://gymnasium.farama.org/>`__ and review the basic principle of Reinforcement Learning to make the most out of MyoSuite features and functionalities
11
12
.. note::
13
14
   This project is under active development.
15
16
17
18
19
.. toctree::
20
   :maxdepth: 1
21
   :caption: Get started
22
23
   install
24
   tutorials
25
26
.. toctree::
27
   :maxdepth: 1
28
   :caption: Advanced Features
29
30
   suite
31
   
32
33
.. toctree::
34
   :maxdepth: 1
35
   :caption: Projects with Myosuite
36
37
   projects
38
   baselines
39
   challenge-doc
40
41
42
43
.. toctree::
44
   :maxdepth: 1
45
   :caption: References
46
47
   publications
48
49
50
How to cite
51
-----------
52
53
.. code-block:: bibtex
54
55
   @article{MyoSuite2022,
56
      author =       {Vittorio, Caggiano AND Huawei, Wang AND Guillaume, Durandau AND Massimo, Sartori AND Vikash, Kumar},
57
      title =        {MyoSuite -- A contact-rich simulation suite for musculoskeletal motor control},
58
      publisher = {arXiv},
59
      year = {2022},
60
      howpublished = {\url{https://github.com/facebookresearch/myosuite}},
61
      year =         {2022}
62
      doi = {10.48550/ARXIV.2205.13600},
63
      url = {https://arxiv.org/abs/2205.13600},
64
   }