Feat/t800 walk flat - #1222
Open
lemon-star608 wants to merge 5 commits into
Open
Conversation
Collaborator
|
参考 docs/sphinx/source/zh_CN/4-developer_guide/7-motion_assets.md:
|
lemon-star608
force-pushed
the
feat/t800-walk-flat
branch
from
August 20, 2026 17:15
8c0d8fb to
31164e7
Compare
Collaborator
|
修改merge base 为 dev/issue-1042-manager-based-api |
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.
Summary
本 PR 将 EngineAI T800 机器人接入 UniLab,并提供基于 MuJoCo 的 WalkFlat 训练链路。
主要改动:
T800WalkFlat环境,提供 22 个策略关节到完整 25 执行器模型的映射;未参与策略控制的腰部和头部关节保持默认位置。该改动使 T800 可以通过 UniLab 现有 PPO 和 FastSAC 入口直接启动 MuJoCo WalkFlat 训练。
Linked Work
Validation
make checkuv run pytest -m "not slow"Commands actually run:
make test-all uv run pytest tests/envs/locomotion/t800 -m "not slow" -q uv run pytest tests/envs/locomotion/t800 -m slow -q uv run pytest tests/scripts/test_check_docs.py -q验证结果:
1773 passed29 passed2 passedImpact
mujocoT800WalkFlatArtifacts
Follow-ups
Checklist