Merge pull request #5 from Motphys/docs/add-motrixlab-citation

docs: add MotrixLab citation metadata and README sections
This commit is contained in:
motphys-developers
2026-05-25 16:46:11 +08:00
committed by GitHub
parent e1421d1055
commit c569f4d6d9
3 changed files with 63 additions and 0 deletions

View File

@@ -114,3 +114,30 @@ Have questions or suggestions? Feel free to contact us through:
- GitHub Issues: [Submit Issues](https://github.com/Motphys/MotrixLab/issues)
- Discussions: [Join Discussion](https://github.com/Motphys/MotrixLab/discussions)
## Citation
If you use MotrixLab in your research, please cite it as:
```bibtex
@software{motrixlab2026,
title = {MotrixLab: A Reinforcement Learning Framework for Robot Simulation},
author = {{Motphys Team}},
year = {2026},
url = {https://motrixlab.readthedocs.io/},
note = {Source code available at GitHub - Motphys/MotrixLab: A general-purpose machine learning architecture designed for robot train}
}
```
MotrixLab is built on MotrixSim. If your work also uses MotrixSim directly, please also cite:
```bibtex
@software{motrixsim2026,
title = {MotrixSim: A Physics Simulation Engine for Robotics and Embodied AI},
author = {{Motphys Team}},
year = {2026},
url = {https://motrixsim.readthedocs.io/},
note = {Python binary package}
}
```