menglan123 commited on
Commit
b7974b0
·
verified ·
1 Parent(s): e32ceb6

Upload README_task_570.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README_task_570.md +39 -0
README_task_570.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - robotics
5
+ - manipulation
6
+ - agibot
7
+ - computer-vision
8
+ size_categories:
9
+ - 1B<n
10
+ ---
11
+
12
+ # AgiBot Data - Task 570
13
+
14
+ This dataset contains processed AgiBot World Beta dataset files for task 570.
15
+
16
+ ## Files
17
+
18
+ - `converted_json/task_570.json`: Converted task data for task 570 in the target format
19
+
20
+ ## Data Format
21
+
22
+ The JSON file contains episodes with the following structure:
23
+
24
+ ```json
25
+ {
26
+ "episode_dir": "Agiot_processed/570/<episode_id>",
27
+ "first_frame_path": "Agiot_processed/570/<episode_id>/00000.png",
28
+ "task_general": "Task description",
29
+ "task_detail": "Step-by-step instructions"
30
+ }
31
+ ```
32
+
33
+ ## Usage
34
+
35
+ Use the JSON file for task information and episode mapping.
36
+
37
+ ## License
38
+
39
+ This data is based on the AgiBot World Beta dataset, which is under CC BY-NC-SA 4.0 license.