Skip to main content

policy-training

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

Ir para a instalação

Informações da origem

Repositório
VectorSpaceLab/AREX-Skill
Última atividade na origem
26 de agosto de 2026 às 16:31
Idioma detectado do SKILL.md
inglês
Estrelas
12
Forks
2

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
5 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub