Skip to content

完成 MuJoCo 环境下自动化数据采集系统构建#6

Open
xwwcyber wants to merge 3 commits into
chenlongos:mainfrom
xwwcyber:test1
Open

完成 MuJoCo 环境下自动化数据采集系统构建#6
xwwcyber wants to merge 3 commits into
chenlongos:mainfrom
xwwcyber:test1

Conversation

@xwwcyber

@xwwcyber xwwcyber commented Jul 7, 2026

Copy link
Copy Markdown

实现内容

  • 构建 MuJoCo 仿真场景

    • 增大地面的面积,添加红色目标球
    • 目标球具备 MuJoCo 物理属性,可通过 UI 拖拽或随机生成位置
  • 实现两种任务模式

    • 跟踪球:自动驾驶逻辑会让小车朝目标球移动
    • 避开球:当目标球进入小车前方危险区域时,小车会自动左右避让
  • 实现自动化数据采集流水线

    • 支持手动采集和自动采集
    • 采集数据包含第一视角图像、轮速状态和动作指令
    • 支持设置采集 FPS、数据集名称、并展示采集帧数
  • 实现训练与推理闭环

    • 支持在 MuJoCo 页面选择数据集并启动 ACT 训练
    • 单次推理会执行一次完整的跟踪/避让任务,完成后自动停车
    • 自动推理支持持续模型控制,停止后自动切回手动驾驶模式

xwwcyber and others added 3 commits June 30, 2026 16:00
Capture task metadata, wheel state, actions, and dataset/training updates for MuJoCo workflows.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants