alpamayo1-x-rl

Automate RL post-training for Alpamayo VLM action models with Cosmos-RL and GRPO.

108|25|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/NVlabs/alpamayo-recipes --skill alpamayo1-x-rl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alpamayo1-x-rl
Source: https://github.com/NVlabs/alpamayo-recipes/tree/main/recipes/alpamayo1_x_rl
Command: npx skills add https://github.com/NVlabs/alpamayo-recipes --skill alpamayo1-x-rl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alpamayo_r1, alpamayo-recipes, cosmos-rl, flash-attn, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of running end-to-end open-loop RL post-training for Alpamayo VLM action models on the Physical AI AV (PAI) dataset using Cosmos-RL + GRPO.

Core Features & Use Cases

  • Convert release checkpoint to training-ready format: Converts Alpamayo model checkpoints to a training-ready format.
  • Curate PAI mini subset: Extracts a small subset of the PAI dataset for local training.
  • Launch RL training: Runs RL training on the dataset using Cosmos-RL and GRPO.
  • Export trained policy checkpoint: Converts the trained policy checkpoint to a HuggingFace checkpoint directory for inference.

Quick Start

Use the alpamayo1-x-rl skill to train an Alpamayo 1.5 model using the PAI dataset and export the resulting policy checkpoint to a HuggingFace directory.

Frequently Asked Questions about alpamayo1-x-rl

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

FAQPage Schema
How do I automate RL post-training for Alpamayo VLM action models?▼

You can automate RL post-training for Alpamayo VLM action models by using Cosmos-RL and GRPO to convert checkpoints, curate a PAI mini subset, launch training, and export the final policy checkpoint to a HuggingFace directory.

What is the process for converting an Alpamayo release checkpoint to a training-ready format?▼

Converting an Alpamayo release checkpoint to a training-ready format involves transforming the model weights so they can be used to launch policy and rollout replicas via Cosmos-RL for subsequent GRPO reinforcement learning.

Do I need flash-attn and cosmos-rl to run GRPO training on the PAI dataset?▼

Yes, you need flash-attn and cosmos-rl along with alpamayo_r1 and alpamayo-recipes to run GRPO training on the PAI dataset and manage the policy and rollout replicas.

How does GRPO reinforcement learning work with VLM action models on the PAI dataset?▼

GRPO reinforcement learning with VLM action models on the PAI dataset works by launching policy and rollout replicas via Cosmos-RL to train the agent and then exporting the resulting policy checkpoint back to a HuggingFace directory.

Can I export a trained policy checkpoint back to a HuggingFace directory after RL training?▼

Yes, you can export the trained policy checkpoint back to a HuggingFace directory after RL training, converting the final model weights from the Cosmos-RL environment for standard inference use.

What are the limitations of using Cosmos-RL for Alpamayo post-training?▼

A key limitation is that using Cosmos-RL for Alpamayo post-training requires specific dependencies including alpamayo_r1, alpamayo-recipes, and flash-attn, restricting usage to environments that support these frameworks.