
Unitree G1
Bipedal humanoid robot by Unitree Robotics, designed as a compact research, development, and developer platform.
- Research
- Home Assistance

π0.5 (read: pi-zero-five, or pi-zero-0.5) is a second-generation VLA (Vision-Language-Action) model developed by Physical Intelligence (π). It is an evolution of the original π0, announced in 2024. While π0 focused on demonstrating the capabilities of a generalist robot control model with pre-training and rapid fine-tuning on specific tasks, π0.5 targets open-world manipulation — the ability to perform household tasks (cleaning rooms, tidying objects, working in kitchens) in diverse, previously unseen homes, without additional fine-tuning.
Architecturally, π0.5 is built on the same foundation as π0 — a flow matching head on top of a large VLM (Paili/Gemma-based) with tokenized actions. The key innovation is the massive scale and diversity of training data: tens of thousands of hours of teleoperated demonstrations collected in many different homes by Physical Intelligence operators. The data covers hundreds of different everyday objects, various surfaces, lighting conditions, and room configurations, forcing true generalisation rather than just within-domain interpolation.
π0.5 is evaluated in zero-shot and few-shot mode on cleaning, tidying and kitchen tasks in different homes. Results indicate significantly better generalisation than previous imitation learning models and competitive benchmarks (RT-2, OpenVLA, Octo). Physical Intelligence plans further scale (π1, π2) on the same trajectory.
The model is de facto closed (proprietary weights), although the architecture and methodology are described in a technical report. The inference framework openpi is partially available open-source. The system is deployed on hardware with RGB or RGB-D cameras and standard dexterity manipulators.
An API Library is a software package that exposes programmatic interfaces for communicating with a device, service, or system. In robotics it typically forms a lightweight integration layer built on top of the manufacturer's official API or an open-source project, abstracting low-level protocol details and providing language-native bindings (Python, C++, Java, etc.).
The robot learning role describes software for training a robot's control policies and manipulation/locomotion skills using machine learning methods. It covers: reinforcement learning in simulation with sim-to-real transfer, imitation learning and learning from demonstration, training Vision-Language-Action (VLA) models, and fine-tuning robotics foundation models. It typically uses massively parallelized simulation environments (Isaac Lab, MuJoCo) to generate training data, then deploys the trained policies on a physical robot.
Robot Control denotes the role of software responsible for motion control, command execution, coordination of actuating elements and the direct operational logic of the robot.
Physical Intelligence internal testing — dozens of private homes in the Bay Area (San Francisco, San Jose, Palo Alto) with different configurations. Tasks: vacuuming, folding clothes, cleaning the kitchen, tidying dishes. Partner demonstrations — Physical Intelligence showed π0.5 to several hardware partners (mobile manipulators), details under NDA. Benchmark results — π0.5 achieves state-of-the-art on cross-domain household tasks compared with RT-2, OpenVLA, Octo, even with zero-shot transfer to new environments. Open research — methodology described in a technical report available on arXiv, openpi inference framework as open-source.
GitHub: Physical-Intelligence/openpi — ~4 000 stars, ~400 forks, ~15 contributors (mainly internal team). Active issues, sporadic external PRs. Citations: technical report 'π0.5: Open-World Robot Manipulation' (2025) — rapidly accumulating citations in the robot learning community, ~200+ within a few months. Community: small, highly specialised — PhD students from robot learning groups (Berkeley, Stanford, CMU, ETH), early adopters from robotics companies. Unofficial Physical Intelligence Discord with a few hundred participants. Funding: $400M Series A (2024) — Physical Intelligence is the best-funded robotics AI startup in history, providing runway for further scale.

Bipedal humanoid robot by Unitree Robotics, designed as a compact research, development, and developer platform.

Full-size general-purpose humanoid (~180 cm, ~47 kg). Bipedal, 5 DOF per leg, 3.3 m/s walking speed, 360° perception via 3D LiDAR + depth camera, Unitree M107 PMSM joint motors (~360 N·m peak knee torque).

Figure 03 is the third-generation humanoid robot from Figure AI, designed for Helix, home environments, and scalable mass production.

Compact, high-dynamics bipedal humanoid by MagicLab. 140 cm, 40 kg, 24–50 DOF, walking speed up to 2.5 m/s. Unveiled on 8 July 2025 with martial arts and acrobatic demos.

Tutor Intelligence semi-humanoid bimanual robot designed for complex manual factory and warehouse work; a fleet of 100 units operates in Data Factory 1 generating data for foundation-model training.
Ubuntu 24.04 LTS 'Noble Numbat' — supported until April 2029. The host for ROS 2 Jazzy.
Requires an RGB or RGB-D camera system (Intel RealSense, ZED) mounted on the robot and an end-effector with force/torque sensors for precise manipulation tasks.
License family: Proprietary – Commercial
First public disclosure of π0.5: open-world mobile manipulation in unseen homes. Zero-shot results on 5 household task categories.
Original π0 — base VLA model with flow matching head. Starting point for π0.5.