/
redgpu
/
nvidia-ProtoMotions
Обзор
Документация
Войти
/
redgpu
/
nvidia-ProtoMotions
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/source/tutorials/index.rst
68 строк
2 KB
protomotions
Release GPC workflow
01 июл 2026, 05:56
01 июл 2026, 05:56
5ef0f3c
Код
Авторство
О чём код?
Tutorials ========= These tutorials walk through complete end-to-end workflows for common tasks. Deployment Workflows -------------------- * :doc:`workflows/g1_deployment` - G1 whole-body tracker: from data to real robot (full pipeline) Training Workflows ------------------ * :doc:`workflows/amass_smpl` - Train SMPL humanoid on AMASS motion data * :doc:`workflows/retargeting_pyroki` - Retarget AMASS/SMPL motions to robots * :doc:`workflows/vaulting` - Scene interaction with vaulting motions * :doc:`workflows/domain_randomization` - Sim2sim transfer techniques * :doc:`../user_guide/gpc` - Train GPC and adapt it with PEFT Robot & Environment Setup ------------------------- * :doc:`workflows/custom_robot` - Add your own robot morphology Code Tutorials -------------- For learning ProtoMotions internals from the ground up, see :doc:`code_tutorials` - 8 progressive Python scripts in ``examples/tutorial/`` that teach core concepts like simulators, terrain, robots, scenes, and environments. Quick Reference --------------- .. list-table:: :header-rows: 1 :widths: 25 50 25 * - Workflow - Description - Prerequisites * - :doc:`workflows/g1_deployment` - Full pipeline: data to real robot (G1 tracker) - Pre-trained model or BONES-SEED data * - :doc:`workflows/amass_smpl` - Train SMPL on AMASS motions - AMASS data prepared * - :doc:`workflows/retargeting_pyroki` - Retarget AMASS/SMPL to robots - Packaged AMASS .pt * - :doc:`workflows/vaulting` - Full scene interaction workflow - Motion + scene data * - :doc:`workflows/domain_randomization` - Sim2sim transfer - Trained policy * - :doc:`../user_guide/gpc` - GPC and PEFT adaptation - FSQ motion tracker * - :doc:`workflows/custom_robot` - Add new robot morphology - MJCF file More Examples ------------- Additional experiment families, including AMP, ASE, MaskedMimic, steering, and target-reaching tasks, are listed in :doc:`../user_guide/experiments`.