修正了上次问题——可视化PHC在训练中模拟高质量动作捕捉(MoCap)数据——AMASS火车肚皮舞#4728
Merged
Conversation
donghaiwang
approved these changes
Dec 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改概述:
本次 PR 新增对 AMASS 数据集火车肚皮舞序列的训练可视化支持,基于 PHC(Perpetual Humanoid Control)现有框架,实现高质量动作捕捉(MoCap)数据在训练过程中的实时可视化展示。可通过配置指定肚皮舞动作文件,在训练和评估阶段直观观察模拟人形 avatar 对复杂舞蹈动作的模仿效果,包括肢体协调、姿态还原度及失败状态恢复过程。修改的详细描述
新增专用训练配置 env_im_bellydance_pnn.yaml,优化动作模仿参数:
调整 env.motion_file 指向肚皮舞动作数据
适配舞蹈动作特点,设置 env.obs_v=7、env.z_activation=relu 等参数
启用手部关节跟踪(robot.freeze_hand=False),支持舞蹈中手部精细动作模拟
经过了什么样的测试?
运行效果
动图、视频
QQ20251225-102926.mp4
、截图等