wanggxii commited on
Commit
903b6cb
·
verified ·
1 Parent(s): 890032c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -32
README.md CHANGED
@@ -5,23 +5,23 @@ task_categories:
5
  tags:
6
  - robotics
7
  - manipulation
8
- - franka
9
  - lerobot
10
  - atombench
11
- pretty_name: AtomBench Franka
12
  size_categories:
13
  - 1K<n<10K
14
  ---
15
 
16
- # AtomBench Franka Dataset
17
 
18
- A robot manipulation dataset collected on a **Franka Emika** robot arm, designed for evaluating robotic learning policies. The dataset contains 15 tasks (8 manipulation tasks + 7 instruction-following tasks), each with 100 expert demonstration episodes.
19
 
20
  ## Dataset Summary
21
 
22
  | Item | Value |
23
  |------|-------|
24
- | Robot | Franka Emika |
25
  | Total Tasks | 15 |
26
  | Episodes per Task | 100 |
27
  | Total Episodes | 1,500 |
@@ -35,28 +35,28 @@ A robot manipulation dataset collected on a **Franka Emika** robot arm, designed
35
 
36
  ### Manipulation Tasks (M1–M8)
37
 
38
- | ID | Task |
39
- |----|------|
40
- | M1 | Pick the cube and place it on the basket |
41
- | M2 | Pick the ball and place it on the basket |
42
- | M3 | Place the bottle upright on the tray |
43
- | M4 | Push the red cube to the marked zone |
44
- | M5 | Pour the coffee beans from the cup into the bowl |
45
- | M6 | Open the drawer then close it |
46
- | M7 | Stack the two blocks |
47
- | M8 | Open the lid then close it |
48
 
49
  ### Instruction-Following Tasks (I1–I7)
50
 
51
- | ID | Task |
52
- |----|------|
53
- | I1 | Pick the blue cube and place it on the basket |
54
- | I2 | Pick the triangular block and place it on the basket |
55
- | I3 | Pick the largest block and place it on the tray |
56
- | I4 | Pick the object to the left of the cylinder and place it in the basket |
57
- | I5 | Pick two blocks and place them in the basket |
58
- | I6 | Pick the red cube and place in the right basket |
59
- | I7 | Place every object that is not red in the basket |
60
 
61
  ## Dataset Structure
62
 
@@ -119,8 +119,8 @@ Each episode frame contains:
119
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
120
 
121
  dataset = LeRobotDataset(
122
- repo_id="AtomBench/Franka",
123
- root="path/to/local/franka",
124
  )
125
  ```
126
 
@@ -129,12 +129,12 @@ dataset = LeRobotDataset(
129
  If you use this dataset in your research, please cite:
130
 
131
  ```bibtex
132
- @misc{atombench2025,
133
- title={AtomBench: A Benchmark for Robotic Manipulation},
134
- year={2025},
 
 
 
135
  }
136
  ```
137
-
138
- ## License
139
-
140
  This dataset is released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
 
5
  tags:
6
  - robotics
7
  - manipulation
8
+ - franka-panda
9
  - lerobot
10
  - atombench
11
+ pretty_name: AtomBench FrankaPanda
12
  size_categories:
13
  - 1K<n<10K
14
  ---
15
 
16
+ # AtomBench FrankaPanda Dataset
17
 
18
+ A robot manipulation dataset collected on a **Franka Panda** robot arm, designed for evaluating robotic learning policies. The dataset contains 15 tasks (8 manipulation tasks + 7 instruction-following tasks), each with 100 expert demonstration episodes.
19
 
20
  ## Dataset Summary
21
 
22
  | Item | Value |
23
  |------|-------|
24
+ | Robot | Franka Panda |
25
  | Total Tasks | 15 |
26
  | Episodes per Task | 100 |
27
  | Total Episodes | 1,500 |
 
35
 
36
  ### Manipulation Tasks (M1–M8)
37
 
38
+ | ID | Task Prompt |
39
+ |----|-------------|
40
+ | M1 | Pick up the cube and place it into the basket. |
41
+ | M2 | Pick up the ball and place it into the basket. |
42
+ | M3 | Place the bottle upright on the tray. |
43
+ | M4 | Push the cube into the marked area. |
44
+ | M5 | Pour the coffee beans from the cup into the bowl. |
45
+ | M6 | Open the drawer, then close it. |
46
+ | M7 | Stack the two cubes. |
47
+ | M8 | Open the lid, then close it. |
48
 
49
  ### Instruction-Following Tasks (I1–I7)
50
 
51
+ | ID | Task Prompt |
52
+ |----|-------------|
53
+ | I1 | Pick up the blue cube and place it into the basket. |
54
+ | I2 | Pick up the triangular block and place it into the basket. |
55
+ | I3 | Pick up the largest block and place it onto the tray. |
56
+ | I4 | Pick up the object to the left of the cylinder and place it into the basket. |
57
+ | I5 | Pick up exactly two blocks and place them into the basket. |
58
+ | I6 | Pick up the red cube and place it into the right basket. |
59
+ | I7 | Place all non-red objects into the basket. |
60
 
61
  ## Dataset Structure
62
 
 
119
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
120
 
121
  dataset = LeRobotDataset(
122
+ repo_id="AtomBench/FrankaPanda",
123
+ root="path/to/local/frankapanda",
124
  )
125
  ```
126
 
 
129
  If you use this dataset in your research, please cite:
130
 
131
  ```bibtex
132
+ @misc{atombench,
133
+ author = {AtomBench Team},
134
+ title = {AtomBench FrankaPanda: A Robot Manipulation Dataset},
135
+ year = {2026},
136
+ publisher = {Hugging Face},
137
+ howpublished = {\url{https://huggingface.co/AtomBench}}
138
  }
139
  ```
 
 
 
140
  This dataset is released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).