BehaviorBench
A browser-based sandbox where robotics students and hobbyists can load humanoid behavior foundation models, script simple missions in plain English, and watch simulated Unitree G1 robots execute them in a physics-accurate scene.
Robotics students and serious hobbyists experimenting with humanoid behavior models without owning hardware
- Pre-loaded ScaleBFM checkpoints with sliders for behavior temperature, task difficulty, and embodiment
- Mission editor in plain English that compiles to behavior-trees the robot can execute
- Side-by-side sim playback with reward curves and failure analysis so you can iterate quickly
- Exportable configs that run on real hardware once you graduate from simulation
ScaleBFM just opened its codebase, and most robotics students can't afford a Unitree G1 or the GPU budget to fine-tune behavior models — a hosted simulator gets them hands-on time immediately.
ScaleBFM is real (71 stars, 1 fork) and explicitly targets Unitree G1, and the $13,500 G1 price confirms a real affordability barrier — but star count is modest and target audience (robotics students) is niche.GitHub - zengweishuai/ScaleBFM: The official implementation of the paper "Scaling Behavior Foundation Model for Humanoid Robots" ↗How Much Does An Unitree Humanoid Robot Cost? ↗
Crowded by free incumbents: NVIDIA Isaac Sim/Lab, MuJoCo, Gazebo, and Unitree's own unitree_sim_isaaclab already support G1 — a browser wrapper adds convenience but the underlying sim is well-served.unitreerobotics/unitree_sim_isaaclab - GitHub ↗Which Simulator Should You Choose for Your Unitree G1 Robot? ↗
Student/educator audience is highly price-sensitive with strong free alternatives (Isaac Lab, MuJoCo) — hard to charge meaningful prices without enterprise/pro tier.How Much Does Unitree G1 Cost in 2025? ↗G1 - Unitree Robotics Humanoid Robot - Full Analysis ↗
Humanoid robotics is a sustained multi-year wave — Unitree shipped 5,500+ G1 units in 2025 and foundation-model research is accelerating — demand likely persists for years.G1 - Unitree Robotics Humanoid Robot - Full Analysis ↗
Browser-rendered physics-accurate humanoid sim is hard: heavy compute needs WebGPU/server GPUs, and adding an LLM 'plain English' scripting layer adds latency/cost — non-trivial to build and expensive to host.unitreerobotics/unitree_sim_isaaclab | DeepWiki ↗