This dataset contains 2,800 teleoperated episodes collected on the Agibot G2 humanoid robot. Each episode captures a full mobile manipulation sequence—navigating to a shelf, grasping drink(s), walking to a cart, and placing item(s) into it—recorded via multi-camera observations and full-body proprioception at 30 Hz.
Tasks
Task
Episodes
Description
grasp_the_drink
1,278
Navigate to the shelf, grasp one drink with one hand, carry it to the cart, and place it in.
grasp_the_drink_with_both_hands
1,522
Navigate to the shelf, grasp two drinks (one per hand), carry them to the cart, and place them in.
meta.json — Task-level metadata (sits alongside the data/ folder).
data/episode_XXXXX/ — One episode, zero-padded index (episode_00000, episode_00001, …).
meta/task_desc.json — Episode-level task description, including natural-language prompts in English and Chinese, scoring rubric, and task tags.
states/aligned_joints.h5 — Per-frame aligned proprioception, action commands, and camera timestamps (HDF5).
videos/ — Six MP4 camera streams (see Cameras below).
Cameras
Each episode contains six video streams (fisheye cameras are excluded from this release):
File
View
Resolution
Codec
FPS
head_color.mp4
Head RGB
640 × 400
HEVC
30
head_depth.mp4
Head depth (encoded as video)
640 × 400
PNG
30
head_stereo_left_color.mp4
Head stereo left RGB
1920 × 1536
HEVC
30
head_stereo_right_color.mp4
Head stereo right RGB
1920 × 1536
HEVC
30
hand_left_color.mp4
Left wrist / hand RGB
1280 × 1056
HEVC
30
hand_right_color.mp4
Right wrist / hand RGB
1280 × 1056
HEVC
30
Synchronization
For each integer frame i in aligned_joints.h5, the group f"{i}"/timestamp/camera/<name> stores a uint64 array of length 1 representing the sensor timestamp. Use these timestamps to align decoded video frames to HDF5 rows. Available timestamp keys: hand_left_color, hand_right_color, head_color, head_depth, head_stereo_left, head_stereo_right.
aligned_joints.h5 — Proprioception & Actions
Top Level
The HDF5 root contains one child group per aligned sample, named by string keys "0", "1", …, "N-1". Sort by integer value (not lexicographic order) when iterating.
Per-Frame Layout ({i}/)
Entry
Type
Description
main_timestamp
uint64 scalar
Primary timeline stamp for the row
action/
Group
Commanded / policy-side targets
state/
Group
Measured robot state
timestamp/
Group
Per-sensor capture times (timestamp/camera/…)
action/
Path
Shape
dtype
Semantics
action/joint/position
(14,)
float64
Commanded arm joint positions (rad); 7 left + 7 right
@misc{dexmal_g2_icra_dataset,
title = {RoboChallenge ICRA Whole Body Control Dataset},
author = {Dexmal},
year = {2026},
url = {https://huggingface.co/datasets/RoboChallenge/icra_wbc}
}