Skip to content

openvinotoolkit/physicalai

Physical AI

Lightweight runtime for Physical AI inference and deployment

Key FeaturesQuick StartDocumentationContributing


What is Physical AI Runtime?

Physical AI Runtime is the lightweight deployment layer for Physical AI. It runs exported policies with a unified API and CLI, and provides camera/robot interfaces for real‑world execution.

Key Features

  • Unified Inference API - Load and run exported policies with InferenceModel
  • Runtime CLI - physicalai run/serve/validate for deployment workflows
  • Hardware Interfaces - Camera and robot interfaces with clean boundaries
  • Benchmarking - NumPy‑only benchmarking runner and protocols
  • Format‑agnostic - Works with exported models from physicalai-train, LeRobot, and custom frameworks

Quick Start

Install

pip install physicalai

Inference (Python)

from physicalai import InferenceModel

policy = InferenceModel("./exports/act_policy")
action = policy.select_action(observation)

CLI

physicalai run --model ./exports/act_policy --robot robot.yaml

Documentation

Resource Description
Design Docs Architecture and design proposals
Contributing Development setup and guidelines
Support Help and reporting guidance
Security Vulnerability disclosure policy
Code of Conduct Community participation standards

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages