# myo_sim **Repository Path**: valaxkong/myo_sim ## Basic Information - **Project Name**: myo_sim - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-19 - **Last Updated**: 2025-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyoSim: MyoSuite's musculoskeletal model library `MyoSim` is the library of MuJoCo Musculoskeletal Models of [MyoSuite](https://github.com/facebookresearch/myoSuite). The models present in the library are: | Model name | | |-----------|--------------------| | **MyoFinger**
- 4 Degree of Freedom (DoF)
- 5 simplified muscles || | **MyoElbow**
- 2 Degree of Freedom (DoF)
- 6 muscles | | | **MyoHand**
- 23 Degree of Freedom (DoF)
- 39 muscles | | | **MyoLeg**
- 20 Degree of Freedom (DoF)
- 80 muscles | | | **MyoArm**
- 27 Degree of Freedom (DoF)
- 63 muscles | | | **MyoOSL**
- 19 Degree of Freedom (DoF)
- 54 muscles, 2 torque actuators | | Description of the models can be found [here](https://myosuite.readthedocs.io/en/latest/suite.html#models). ## License MyoSuite is licensed under the [Apache License](LICENSE). ## Citation 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. ```BibTeX @Misc{MyoSuite2022, author = {Vittorio, Caggiano AND Huawei, Wang AND Guillaume, Durandau AND Massimo, Sartori AND Vikash, Kumar}, title = {MyoSuite -- A contact-rich simulation suite for musculoskeletal motor control}, publisher = {arXiv}, year = {2022}, howpublished = {\url{https://github.com/facebookresearch/myosuite}}, year = {2022} doi = {10.48550/ARXIV.2205.13600}, url = {https://arxiv.org/abs/2205.13600}, } ```