Skip to main content

policy-training

Routes ACT, CNNMLP, Diffusion Policy, and latent-model training or evaluation workflows for ACT++ checkpoints and datasets.

跳到安装

来源信息

仓库
VectorSpaceLab/AREX-Skill
最近来源活动
2026年8月26日 16:31
检测到的 SKILL.md 语言
英语
星标
12
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
5 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
policy-training
description
Routes ACT, CNNMLP, Diffusion Policy, and latent-model training or evaluation workflows for ACT++ checkpoints and datasets.
disable-model-invocation
true
metadata
{"disco-role":"operating"}
license
MIT
# policy-training Use this sub-skill when the task is about training or evaluating ACT++, CNNMLP, Diffusion Policy, or the VQ latent model that follows ACT training. ## Typical triggers - "Train ACT on sim_transfer_cube_scripted" - "Evaluate the best checkpoint" - "Why does policy.py fail to import?" - "What does --temporal_agg do?" - "How do I run the latent model training pass?" ## What this sub-skill covers - Step-based training and evaluation through the `imitate_episodes` workflow. - ACT, CNNMLP, and Diffusion policy wrappers. - The DETR-derived backbone / transformer / latent model internals that drive those wrappers. - Dataset loading, normalization, and evaluation statistics. - VQ latent model training from a previously trained ACT checkpoint. ## What it excludes - Simulated data generation, replay, and rendering -> [simulation-data](../simulation-data/SKILL.md). - VINN feature cache and k-selection -> [vinn-offline](../vinn-offline/SKILL.md). - Real robot deployment or ROS/servo control -> root troubleshooting only. - Experimental actuator-network training with hard-coded paths -> reference-only note only. ## Read these first - [Workflow recipes](references/workflows.md) - [Model overview](references/model-overview.md) - [Troubleshooting](references/troubleshooting.md) - [API reference](../../references/api-reference.md) - [Data formats](../../references/data-formats.md) ## Run this helper first Before trying to train, use [check_policy_stack.py](scripts/check_policy_stack.py) to confirm the repo checkout imports, the CUDA backend is visible, and the policy wrapper surface is present.
在 GitHub 查看