🔥 Extreme Generalization: One Model, Infinite Robots

Open Robot
Intelligence

XRollout is a passionate community pushing the boundaries of robot learning. From VLA to Diffusion Policy, we pursue extreme generalization — one model that adapts to any robot, any task, any environment.

3.2k ⭐ Stars
280+ 🍴 Forks
50+ 👥 Contributors
v2.0 🏷️ Latest
train_vla.py
from xrollout import VLAConfig, Trainer
from xrollout.models import DiffusionPolicy

# 配置 VLA 模型
config = VLAConfig(
    vision_encoder="siglip-so400m",
    llm="qwen2-7b",
    action_dim=7,
    horizon=16
)

# 初始化训练器
trainer = Trainer(
    config=config,
    dataset="xrollout/robotics-v1",
    policy=DiffusionPolicy(config)
)

# 开始训练
trainer.train(
    batch_size=64,
    num_epochs=100,
    mixed_precision=True
)

📝 Essays & Philosophy

Browse all →
📋

Share Your Vision — Help Shape the Future of Robotics

We're collecting community opinions on robot form factors, applications, and how robots should coexist with humans. Your voice matters.

Take the Survey

🔍 Discover

Browse all →
📐
agent-ai Skill Program

The Agent AI Skill Program - Learn how to build AI agents that can acquire new skills through interactive demonstration and practice.

🧠 Agent AI 🎯 Skill Learning 📚 Program