---
pretty_name: AgiBot World
size_categories:
- 100K
# Agibot World Colosseo (Agibot) ππ€
- **Challenges with Current Benchmarks:**
- Low data quality and limited sensing capabilities.
- Short-horizon tasks in controlled environments.
- **First Large-Scale Robotic Learning Platform for Multi-purpose Robotic Manipulation.**
- **Includes data, models, benchmarks, and ecosystem.**
- **Aims to democratize real-robot data for the academic community.**
- **Aspires to trigger the βImageNet momentβ for Embodied AI in the near future.**
# Key Features π
- **One Million+ Demonstrations from 100 robots.**
- **100+ real-world scenarios across 5 business sectors.**
- **Tasks involving:**
- Fine-grained manipulation
- Long-horizon planning
- Dual-robot collaboration
- **Cutting-Edge Hardware:**
- Visuotactile Sensors
- 6-DoF hands
- Mobile dual-arm robots with full-body control
# Research Potential π±
- **Supports multimodal imitation learning and multi-agent collaboration, and beyond.**
- **State-of-the-art hardware for scalable robotic systems in production.**
- **Researchers and practitioners are invited to leverage this newly open-source platform to shape the future of Embodied AI.**
# Platform Release π
- **Agibot Alpha: ~100,000 trajectories of real-robot data.**
- **Full platform suite coming by end of Q1 2025.**
- **Agibot-World Robot Manipulation Challenge**
# Get started
## Download AgiBot Dataset
## Installation
## Dataset Structure
```
data
βββ task_info
β βββ task_374.json
β βββ task_256.json
β βββ ...
βββ 374[task_id]
β βββ 64825[episode_id]
β β βββ depth
β β βββ parameters
β β βββ videos
β β βββ meta_info.json
β β βββ aligned_joints.h5
β βββ 67832
β β βββ ...
β βββ ...
βββ 321
β βββ ...
```
In the `aligned_joints.h5` file, we organize the information in this format.
```
aligned_joints.h5
βββ action
β βββ joint
β βββ effector
β βββ ...
βββ state
β βββ joint
β βββ effector
β βββ ...
```