BEHAVIOR Challenge Updates
On this page, we provide updates regarding the 2026 BEHAVIOR Challenge, including important bug fixes, new feature announcements, and clarifications about challenge rules.
08/24/2026
Challenge rule clarifications:
- Please use the
v3.9.2tag of theBEHAVIOR-1Krepository for challenge evaluation. It includes the fixes below.
Bug fixes:
-
Corrected the arm, gripper, and trunk velocity observations in the 2026 challenge demonstration dataset. These fields now use the raw simulator joint velocities from the original HDF5 demonstrations, and
meta/stats.jsonhas been recomputed accordingly. The affected fields are:state[10:17]:arm_left_qvelstate[26:28]:gripper_left_qvelstate[35:42]:arm_right_qvelstate[51:53]:gripper_right_qvelstate[57:61]:trunk_qvel
Actions and all other dataset fields are unchanged.
-
Updated partial-scene evaluation to load the exact room instances specified for each task in
B100_task_misc.csv. This keeps the evaluation scene consistent with the challenge task metadata. -
Fixed observation loading with
RGBDFullResWrapperby refreshing simulator handles after changing camera resolutions and before rebuilding the observation space. -
Fixed bugs affecting the challenge leaderboard and submission form.
New features:
- Introduced a participant registration form for the 2026 BEHAVIOR Challenge.
07/27/2026
Challenge rule clarifications:
- Please use the
v3.9.2tag of theBEHAVIOR-1Krepository for evaluation and replay workflows, rather than the olderv3.9.0tag. Sincev3.9.0,v3.9.2includes important challenge updates, including LeRobot v3 / Hugging Face demo download instructions, evaluator Torch thread configuration, sponsor-page content, synchronized BDDL generated data, and synchronized asset synset metadata.
Bug fixes:
- Updated the released demonstration dataset so
observation.state[0:3]now records the R1Pro base velocity in the robot-local frame. Previously, these dimensions were populated from raw holonomic base joint velocities; the corrected values rotate the base x/y joint velocities by the base yaw and keep the yaw velocity as the third component. This matches the action convention used by the R1Pro base controller. - Fixed the released depth videos for the 2026 demonstration dataset. See the Hugging Face discussion for details: behavior-1k/2026-challenge-demos discussion #2.
New features:
- Added
meta/tasks.jsonlwith natural-language task descriptions for all 100 challenge tasks. The first 50 tasks follow the 2025 challenge descriptions with spelling/grammar fixes where needed; the remaining 50 were derived from the 2026 annotations and task definitions. - Uploaded per-episode language annotations for all 20,000 demonstrations.