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에서 보기