|
a |
|
b/README.md |
|
|
1 |
# <img style="float: left;" src="https://user-images.githubusercontent.com/23240128/233209820-821715e0-07e6-4dbc-8133-d915a7ea06b7.png" width=40> MyoSim: MyoSuite's musculoskeletal model library |
|
|
2 |
|
|
|
3 |
`MyoSim` is the library of MuJoCo Musculoskeletal Models of [MyoSuite](https://github.com/facebookresearch/myoSuite). |
|
|
4 |
|
|
|
5 |
|
|
|
6 |
The models present in the library are: |
|
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
| Model name | | |
|
|
11 |
|-----------|--------------------| |
|
|
12 |
| **MyoFinger** <br> - 4 Degree of Freedom (DoF) <br> - 5 simplified muscles |<img src="https://user-images.githubusercontent.com/23240128/232323930-d1721f87-731b-432d-bafd-8c818ab4bbfe.png" width="200">| |
|
|
13 |
| **MyoElbow** <br> - 2 Degree of Freedom (DoF) <br> - 6 muscles | <img src="https://user-images.githubusercontent.com/23240128/232323890-6a601a82-1d3c-4e12-901c-0fd9cf232691.png" width="200">| |
|
|
14 |
| **MyoHand** <br> - 23 Degree of Freedom (DoF) <br> - 39 muscles | <img src="https://user-images.githubusercontent.com/23240128/232323950-39552200-614b-4c73-aab5-8a78daa0f5f3.png" width="200">| |
|
|
15 |
| **MyoLeg** <br> - 20 Degree of Freedom (DoF) <br> - 80 muscles | <img src="https://user-images.githubusercontent.com/12837145/236839645-e34eab3f-0358-4ca8-8ae0-68a5c08585e4.png" width="200">| |
|
|
16 |
| **MyoArm** <br> - 27 Degree of Freedom (DoF) <br> - 63 muscles | <img src="https://github.com/MyoHub/myo_sim/assets/23240128/1f57c639-b7de-4bbb-a3c2-d2c29716e6c8" width="200">| |
|
|
17 |
| **MyoOSL** <br> - 19 Degree of Freedom (DoF) <br> - 54 muscles, 2 torque actuators | <img src="https://github.com/elladyr/myo_sim/assets/5383997/ec9dfc65-94ba-457f-8375-594c0e3a89b5" width="200">| |
|
|
18 |
|
|
|
19 |
Description of the models can be found [here](https://myosuite.readthedocs.io/en/latest/suite.html#models). |
|
|
20 |
|
|
|
21 |
## License |
|
|
22 |
|
|
|
23 |
MyoSuite is licensed under the [Apache License](LICENSE). |
|
|
24 |
|
|
|
25 |
## Citation |
|
|
26 |
|
|
|
27 |
If you find this repository useful in your research, please consider giving a star ⭐ and cite our [arXiv paper](https://arxiv.org/abs/2205.13600) by using the following BibTeX entrys. |
|
|
28 |
|
|
|
29 |
```BibTeX |
|
|
30 |
@Misc{MyoSuite2022, |
|
|
31 |
author = {Vittorio, Caggiano AND Huawei, Wang AND Guillaume, Durandau AND Massimo, Sartori AND Vikash, Kumar}, |
|
|
32 |
title = {MyoSuite -- A contact-rich simulation suite for musculoskeletal motor control}, |
|
|
33 |
publisher = {arXiv}, |
|
|
34 |
year = {2022}, |
|
|
35 |
howpublished = {\url{https://github.com/facebookresearch/myosuite}}, |
|
|
36 |
year = {2022} |
|
|
37 |
doi = {10.48550/ARXIV.2205.13600}, |
|
|
38 |
url = {https://arxiv.org/abs/2205.13600}, |
|
|
39 |
} |
|
|
40 |
``` |