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

NVIDIA Isaac Lab is an open machine-learning framework for robots released in February 2024 as the successor to Isaac Gym (2021) and Isaac Orbit (2022). It combines the power of the photorealistic Isaac Sim simulator (based on Omniverse/USD and the PhysX 5 physics engine) with native GPU support for reinforcement learning — typically 2048–16384 parallel environments on a single H100/A100 card.
Isaac Lab architecture: a workflows layer (rl_games, rsl_rl, skrl, stable-baselines3, sample-factory), a managers layer (terrain, command, observation, action, reward), and an assets layer (Articulation, RigidObject, Sensor) backed by USD. Everything runs in a GPU loop without CPU↔GPU transfers. Support for domain randomization, sim-to-real, tensor parallelism, and policy distillation integration (TacticAI, DextrAH-G).
Isaac Lab dominates humanoid and quadrupedal robotics in 2024–2025. Reference models: Unitree Go2/G1/H1, Boston Dynamics Spot, ANYbotics ANYmal, Booster T1, Apptronik Apollo, Berkeley Humanoid, Fourier GR-1, and dozens of arm configurations (Franka, UR, KUKA, Allegro Hand, Shadow Hand).
Simulation software is used for modelling, testing, and validating robot behaviours, sensor characteristics, environments, and algorithms without requiring physical hardware. It enables safe, repeatable, and cost-effective development cycles. Common robotics simulators include Gazebo, Isaac Sim (NVIDIA), MuJoCo, PyBullet, and Webots, each offering different trade-offs between physics accuracy, rendering fidelity, and integration with middleware frameworks such as ROS 2.
A Developer Tool is software designed to support the development workflow, including configuration, debugging, testing, monitoring, validation, and integration of robotic and embedded systems. Examples include IDE plugins, visual debuggers, log analysers, hardware-in-the-loop (HIL) test harnesses, and code-generation utilities specific to robotics platforms.
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.).
NVIDIA GR00T (foundation model for humanoids), DextrAH-G (Fourier GR-1 manipulation), Boston Dynamics Spot RL locomotion (research), Berkeley Humanoid project, Apptronik Apollo whole-body control, Unitree G1/H1 official RL examples, ANYbotics ANYmal D, > 100 CoRL/ICRA 2024–2025 publications.
github.com/isaac-sim/IsaacLab 2.4k★ (2026), official NVIDIA Isaac Discord > 6k members, dedicated NVIDIA Developer Forum, GTC Spring 2024 and 2025 — > 30 talks about Isaac Lab.

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

Unitree H1 is a full-size general-purpose humanoid robot (~180 cm, ~47 kg). Bipedal, 5 DOF per leg + 4 DOF per arm, 3.3 m/s walking speed, 360° perception via 3D LiDAR + depth camera, Unitree M107 PMSM joint motors with ~360 N·m peak knee torque. Standard compute: Intel Core i5/i7; optional NVIDIA Jetson Orin NX.

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

General-purpose humanoid robot developed by Tesla since 2021 (Tesla Bot). About 173 cm tall, 57 kg, 20 kg payload. Generation 3 hands have 22 degrees of freedom. Controlled by an AI system derived from Tesla FSD.

Boston Dynamics bipedal humanoid robot. The fully electric generation unveiled in 2024 succeeds the hydraulic Atlas that was retired after more than a decade of research.

Tutor Intelligence industrial robot designed for palletizing, depalletizing and case-picking in warehouses and factories, offered as Robotics-as-a-Service from $14/hr.

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.

Xiaomi’s full-size humanoid prototype unveiled on August 11, 2022 — 177 cm tall, 52 kg, 21 degrees of freedom, featuring the MiSense depth-vision module and an environmental voice and emotion recognition engine.
Requires NVIDIA drivers ≥ 535. RTX ray tracing for full photorealism of visual sensors.
License family: Permissive
Full integration with Isaac Sim 5.0 and Omniverse Kit 107.
Integration with GR00T Foundation Model for humanoids.
Support for Unitree H1/G1 humanoids and Berkeley Humanoid.
Orbit → Lab rebrand, Isaac Sim 4.0 integration, opening to Apache 2.0.
Successor to Isaac Gym, improved assets architecture.
First version of NVIDIA's GPU-accelerated RL.