TianxingChen commited on
Commit
88f4c13
·
verified ·
1 Parent(s): ec8e950

Create README.md

Browse files
Files changed (1) hide show
  1. dataset/aloha-agilex/README.md +92 -0
dataset/aloha-agilex/README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Dataset Description
2
+
3
+ This sub-dataset contains 49 robotic manipulation tasks collected using `aloha-agilex` robotic arm in RoboTwin 2.0 simulation environment. Each task includes 100 clean data(Aloha-AgileX)and 400 domain randomized data(Aloha-AgileX_domain_randomized).
4
+
5
+ ## Task config
6
+
7
+ ### Aloha-AgileX
8
+
9
+ ```
10
+ render_freq: 0
11
+ episode_num: 100
12
+ use_seed: false
13
+ save_freq: 15
14
+ embodiment:
15
+ - aloha-agilex
16
+ language_num: 100
17
+ domain_randomization:
18
+ random_background: false
19
+ cluttered_table: false
20
+ clean_background_rate: 0
21
+ random_head_camera_dis: 0
22
+ random_table_height: 0
23
+ random_light: false
24
+ crazy_random_light_rate: 0
25
+ random_embodiment: false
26
+ camera:
27
+ head_camera_type: D435
28
+ wrist_camera_type: D435
29
+ collect_head_camera: true
30
+ collect_wrist_camera: true
31
+ data_type:
32
+ rgb: true
33
+ third_view: true
34
+ depth: false
35
+ pointcloud: false
36
+ endpose: false
37
+ qpos: true
38
+ mesh_segmentation: false
39
+ actor_segmentation: false
40
+ pcd_down_sample_num: 1024
41
+ dual_arm: true
42
+ pcd_crop: true
43
+ save_path: /mnt/data2/RoboTwin_open_source_data
44
+ clear_cache_freq: 5
45
+ collect_data: true
46
+ eval_video_log: true
47
+
48
+ ```
49
+
50
+ ### Aloha-AgileX_domain_randomized
51
+
52
+ ```
53
+ ## Aloha-AgileX_domain_randomized
54
+ render_freq: 0
55
+ episode_num: 400
56
+ use_seed: false
57
+ save_freq: 15
58
+ embodiment:
59
+ - aloha-agilex
60
+ language_num: 100
61
+ domain_randomization:
62
+ random_background: true
63
+ cluttered_table: true
64
+ clean_background_rate: 0
65
+ random_head_camera_dis: 0.01
66
+ random_table_height: 0.03
67
+ random_light: true
68
+ crazy_random_light_rate: 0.02
69
+ random_embodiment: false
70
+ camera:
71
+ head_camera_type: D435
72
+ wrist_camera_type: D435
73
+ collect_head_camera: true
74
+ collect_wrist_camera: true
75
+ data_type:
76
+ rgb: true
77
+ third_view: true
78
+ depth: false
79
+ pointcloud: false
80
+ endpose: false
81
+ qpos: true
82
+ mesh_segmentation: false
83
+ actor_segmentation: false
84
+ pcd_down_sample_num: 1024
85
+ dual_arm: true
86
+ pcd_crop: true
87
+ save_path: /mnt/data2/RoboTwin_open_source_data
88
+ clear_cache_freq: 5
89
+ collect_data: true
90
+ eval_video_log: true
91
+
92
+ ```