awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openvla avatar

openvla/openvlaFork

0
View on GitHub↗
5,305 星标·640 分支·Python·mit·17 次浏览

Openvla

OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware.

The project includes a robotics dataset pipeline for standardizing diverse trajectory data and managing dataset mixtures. It supports large-scale model training through distributed GPU compute and sharded data parallelism, alongside parameter-efficient adaptation for fine-tuning models to new tasks.

The system handles the full lifecycle of robotic policy development, covering action prediction, tokenized action decoding, and weight conversion for standardized library loading. It also provides capabilities for robot policy deployment via REST APIs to enable control on hardware with limited on-device compute.

Features

  • Action Output Models - Maps visual and textual inputs to tokenized action sequences for general-purpose robotic manipulation.
  • Vision-Language-Action Training - Implements a complete framework for building vision-language-action models from the ground up using distributed GPU workloads.
  • Robotic Trajectory Standardizers - Converts diverse trajectory data into a consistent format of observations, actions, and language instructions.
  • Vision-Language Fine-Tunings - Provides a framework for adapting pretrained vision-language-action models to new tasks using parameter-efficient fine-tuning.
  • Trajectory Standardization - Provides a pipeline for standardizing diverse robotic trajectory data into a consistent format for training.
  • Robotic Control Policies - Deploys trained models as control policies that map sensory inputs to robotic movement.
  • Action Command Decoding - Decodes discrete output tokens from the language-style model into continuous robotic control commands.
  • Robot Policy Inference - Executes pretrained vision-language-action models to perform zero-shot instruction following on hardware.
  • Training Frameworks - Provides an open-source framework for training and deploying vision-language-action models.
  • Trajectory Data Pipelines - Ships a pipeline for standardizing diverse trajectory data and managing dataset mixtures for training.
  • Vision-Language-Action Controllers - Generates precise robotic control actions by processing combined visual and textual inputs through a trained VLA model.
  • Tokenized Action Decoding - Translates tokenized action sequences from the VLA model into continuous commands for physical robot execution.
  • Multimodal Action Prediction - Generates precise robotic control commands by processing combined visual and textual inputs.
  • Distributed Training - Supports scaling model training across multiple GPUs and compute nodes using sharded data parallelism.
  • Robot Policy Training Scaling - Scales the training of large robotic action models across multiple GPUs and compute nodes.
  • Fully Sharded Data Parallelism - Uses fully sharded data parallelism to distribute training across multiple GPUs for increased throughput.
  • Parameter Efficient Fine-Tuning - Implements parameter-efficient fine-tuning to adapt the model to new tasks with reduced memory.
  • Robotic Policy Evaluators - Includes tools for evaluating robotic policies through benchmarks in real-world environments and simulations.
  • Dataset Blending - Implements weighted sampling from multiple robotics datasets to control training influence.
  • Dataset Configuration Systems - Defines a registry of robotics datasets with sampling weights via configuration files.
  • Foundation Models - Generalist vision-language-action model for robotic manipulation tasks.

Star 历史

openvla/openvla 的 Star 历史图表openvla/openvla 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Openvla 的开源替代方案

相似的开源项目,按与 Openvla 的功能重合度排序。
  • nvidia/isaac-gr00tNVIDIA 的头像

    NVIDIA/Isaac-GR00T

    6,222在 GitHub 上查看↗
    Jupyter Notebook
    在 GitHub 上查看↗6,222
  • rlinf/rlinfRLinf 的头像

    RLinf/RLinf

    2,502在 GitHub 上查看↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Pythonagentic-aiembodied-aireinforcement-learning
    在 GitHub 上查看↗2,502
  • real-stanford/diffusion_policyreal-stanford 的头像

    real-stanford/diffusion_policy

    4,299在 GitHub 上查看↗

    Diffusion Policy is a robot learning framework that uses diffusion models to map visual observations to precise action trajectories. It functions as an imitation learning toolkit and visuomotor policy learner, providing a system to train neural networks that replicate human behavior by generating robotic movements based on image and sensor data. The framework employs a conditional denoising process to sample sequences of robotic movements, allowing it to handle multimodal action distributions where multiple valid trajectories may exist for a single state. It utilizes score-based action modeli

    Pythonrobotics
    在 GitHub 上查看↗4,299
  • facebookresearch/metaseqfacebookresearch 的头像

    facebookresearch/metaseq

    6,546在 GitHub 上查看↗

    Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying sequence-to-sequence models using open pre-trained weights. It provides a comprehensive framework for large language model training, including dedicated tools for sequence dataset processing and a standalone inference server for generating text via API requests. The project features specialized utilities for model quantization to reduce parameter precision to eight bits, which lowers memory usage and increases inference speed. It also includes a checkpoint conversion pipeline to transform mode

    Python
    在 GitHub 上查看↗6,546
查看 Openvla 的所有 30 个替代方案→

常见问题解答

openvla/openvla 是做什么的?

OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware.

openvla/openvla 的主要功能有哪些?

openvla/openvla 的主要功能包括:Action Output Models, Vision-Language-Action Training, Robotic Trajectory Standardizers, Vision-Language Fine-Tunings, Trajectory Standardization, Robotic Control Policies, Action Command Decoding, Robot Policy Inference。

openvla/openvla 有哪些开源替代品?

openvla/openvla 的开源替代品包括: nvidia/isaac-gr00t. rlinf/rlinf — RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the… real-stanford/diffusion_policy — Diffusion Policy is a robot learning framework that uses diffusion models to map visual observations to precise action… facebookresearch/metaseq — Metaseq is a transformer sequence modeling toolkit designed for training, fine-tuning, and deploying… eleutherai/gpt-neox — gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It… opendrivelab/agibot-world — AgiBot-World is a suite of software pipelines and tools designed for robotic policy training, dataset standardization,…