vla-training

Orchestrate end-to-end VLA model training with DeepSpeed and PyTorch FSDP.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/WangJie-cn/clawdbot-skills --skill vla-training
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vla-training
Source: https://github.com/WangJie-cn/clawdbot-skills/tree/main/vla-training
Command: npx skills add https://github.com/WangJie-cn/clawdbot-skills --skill vla-training

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of setting up and managing the training of Vision-Language-Action (VLA) models, particularly for autonomous driving applications.

Core Features & Use Cases

  • End-to-End Workflow: Covers data preparation, distributed training configuration, and hyperparameter tuning.
  • Multi-Modal Data Handling: Supports standard datasets like nuScenes and custom data formats.
  • Distributed Training: Integrates with DeepSpeed and PyTorch FSDP for efficient large-model training.
  • Use Case: When you need to train a VLA model for autonomous driving, this Skill provides the necessary scripts and configurations to handle data loading, set up distributed training across multiple GPUs, and define optimal training recipes.

Quick Start

Use the vla-training skill to set up a DeepSpeed training pipeline for autonomous driving VLA models.

Frequently Asked Questions about vla-training

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up distributed training for VLA models in autonomous driving?

This Skill orchestrates the end-to-end training workflow for Vision-Language-Action (VLA) models, handling multimodal dataset preparation, DeepSpeed configuration, and defining optimal training recipes for autonomous driving scenarios.

What is a Vision-Language-Action model and when do I need to train one?

A Vision-Language-Action (VLA) model integrates multimodal perception with control outputs for autonomous driving. You need to train one when developing systems that require joint understanding of visual inputs, textual commands, and vehicle actions.

Does this VLA training workflow support standard autonomous driving datasets like nuScenes?

Yes, the VLA training workflow supports multimodal data handling for standard autonomous driving datasets like nuScenes, as well as custom data formats required for specific model inputs.

What's the best way to prepare multimodal data for VLA model training?

The best way to prepare multimodal data for VLA model training is to use the provided data pipeline management features, which handle the loading and formatting of multimodal inputs like nuScenes data for distributed training.

Do I need prior experience with PyTorch FSDP to configure VLA training pipelines?

Yes, you need an understanding of deep learning frameworks and distributed systems, as configuring VLA training pipelines requires setting up DeepSpeed and PyTorch FSDP for large-model training.