jc-bao commited on
Commit
82a75cc
·
1 Parent(s): ac7c3b4

⚡ add contact guidance result

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +1 -0
  2. processed/gigahand/ability/bimanual/complete_data.csv +15 -15
  3. processed/gigahand/ability/bimanual/p36-tea/0/config_act.yaml +186 -0
  4. processed/gigahand/ability/bimanual/p36-tea/0/trajectory_ikrollout_act.npz +3 -0
  5. processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz +3 -0
  6. processed/gigahand/ability/bimanual/p36-tea/0/trajectory_mjwp_act.npz +3 -0
  7. processed/gigahand/ability/bimanual/p36-tea/0/visualization_ik_act.mp4 +3 -0
  8. processed/gigahand/ability/bimanual/p36-tea/0/visualization_mjwp_act.mp4 +3 -0
  9. processed/gigahand/ability/bimanual/p36-tea/1/config_act.yaml +186 -0
  10. processed/gigahand/ability/bimanual/p36-tea/1/trajectory_kinematic_act.npz +3 -0
  11. processed/gigahand/ability/bimanual/p36-tea/1/trajectory_mjwp_act.npz +3 -0
  12. processed/gigahand/ability/bimanual/p36-tea/1/visualization_ik_act.mp4 +3 -0
  13. processed/gigahand/ability/bimanual/p36-tea/1/visualization_mjwp_act.mp4 +3 -0
  14. processed/gigahand/ability/bimanual/p36-tea/2/config_act.yaml +186 -0
  15. processed/gigahand/ability/bimanual/p36-tea/2/trajectory_kinematic_act.npz +3 -0
  16. processed/gigahand/ability/bimanual/p36-tea/2/trajectory_mjwp_act.npz +3 -0
  17. processed/gigahand/ability/bimanual/p36-tea/2/visualization_ik_act.mp4 +3 -0
  18. processed/gigahand/ability/bimanual/p36-tea/2/visualization_mjwp_act.mp4 +3 -0
  19. processed/gigahand/ability/bimanual/p36-tea/3/config_act.yaml +186 -0
  20. processed/gigahand/ability/bimanual/p36-tea/3/trajectory_kinematic_act.npz +3 -0
  21. processed/gigahand/ability/bimanual/p36-tea/3/trajectory_mjwp_act.npz +3 -0
  22. processed/gigahand/ability/bimanual/p36-tea/3/visualization_ik_act.mp4 +3 -0
  23. processed/gigahand/ability/bimanual/p36-tea/3/visualization_mjwp_act.mp4 +3 -0
  24. processed/gigahand/ability/bimanual/p36-tea/4/config_act.yaml +186 -0
  25. processed/gigahand/ability/bimanual/p36-tea/4/trajectory_kinematic_act.npz +3 -0
  26. processed/gigahand/ability/bimanual/p36-tea/4/trajectory_mjwp_act.npz +3 -0
  27. processed/gigahand/ability/bimanual/p36-tea/4/visualization_ik_act.mp4 +3 -0
  28. processed/gigahand/ability/bimanual/p36-tea/4/visualization_mjwp_act.mp4 +3 -0
  29. processed/gigahand/ability/bimanual/p36-tea/scene_act.xml +0 -0
  30. processed/gigahand/ability/bimanual/p36-tea/task_info.json +4 -2
  31. processed/gigahand/ability/bimanual/p44-dog/0/config_act.yaml +186 -0
  32. processed/gigahand/ability/bimanual/p44-dog/0/trajectory_ikrollout_act.npz +3 -0
  33. processed/gigahand/ability/bimanual/p44-dog/0/trajectory_kinematic_act.npz +3 -0
  34. processed/gigahand/ability/bimanual/p44-dog/0/trajectory_mjwp_act.npz +3 -0
  35. processed/gigahand/ability/bimanual/p44-dog/0/visualization_ik_act.mp4 +3 -0
  36. processed/gigahand/ability/bimanual/p44-dog/0/visualization_mjwp_act.mp4 +3 -0
  37. processed/gigahand/ability/bimanual/p44-dog/1/config_act.yaml +186 -0
  38. processed/gigahand/ability/bimanual/p44-dog/1/trajectory_kinematic_act.npz +3 -0
  39. processed/gigahand/ability/bimanual/p44-dog/1/trajectory_mjwp_act.npz +3 -0
  40. processed/gigahand/ability/bimanual/p44-dog/1/visualization_ik_act.mp4 +3 -0
  41. processed/gigahand/ability/bimanual/p44-dog/1/visualization_mjwp_act.mp4 +3 -0
  42. processed/gigahand/ability/bimanual/p44-dog/2/config_act.yaml +186 -0
  43. processed/gigahand/ability/bimanual/p44-dog/2/trajectory_kinematic_act.npz +3 -0
  44. processed/gigahand/ability/bimanual/p44-dog/2/trajectory_mjwp_act.npz +3 -0
  45. processed/gigahand/ability/bimanual/p44-dog/2/visualization_ik_act.mp4 +3 -0
  46. processed/gigahand/ability/bimanual/p44-dog/2/visualization_mjwp_act.mp4 +3 -0
  47. processed/gigahand/ability/bimanual/p44-dog/3/config_act.yaml +186 -0
  48. processed/gigahand/ability/bimanual/p44-dog/3/trajectory_kinematic_act.npz +3 -0
  49. processed/gigahand/ability/bimanual/p44-dog/3/trajectory_mjwp_act.npz +3 -0
  50. processed/gigahand/ability/bimanual/p44-dog/3/visualization_ik_act.mp4 +3 -0
.gitignore CHANGED
@@ -2,3 +2,4 @@ sharpa/
2
  xhand_pro/
3
  processed/gigahand/assets/robots/xhand/MJMODEL.TXT
4
  */assets/robots/xhand/MJMODEL.TXT
 
 
2
  xhand_pro/
3
  processed/gigahand/assets/robots/xhand/MJMODEL.TXT
4
  */assets/robots/xhand/MJMODEL.TXT
5
+ .claude/
processed/gigahand/ability/bimanual/complete_data.csv CHANGED
@@ -1,16 +1,16 @@
1
  dataset,robot_type,embodiment_type,data_type,task,data_id,directory,obj_pos_err,obj_quat_err,obj_pos_err_right,obj_pos_err_left,obj_quat_err_right,obj_quat_err_left,success,pos_err_threshold,quat_err_threshold
2
- gigahand,ability,bimanual,mjwp,p52-instrument,0,p52-instrument/0,0.06160137345151179,0.4800783822317556,0.06160137345151179,4.129497576344562e-06,0.4800783822317556,4.688679791976053e-05,True,0.1,0.5
3
- gigahand,ability,bimanual,mjwp,p52-instrument,1,p52-instrument/1,0.08435144088172283,0.5338086819189651,0.08435144088172283,4.129497842267527e-06,0.5338086819189651,4.6886875399594533e-05,False,0.1,0.5
4
- gigahand,ability,bimanual,mjwp,p52-instrument,2,p52-instrument/2,0.10809850966868402,0.5580383074732377,0.10809850966868402,4.129497576344562e-06,0.5580383074732377,4.688682197822037e-05,False,0.1,0.5
5
- gigahand,ability,bimanual,mjwp,p52-instrument,3,p52-instrument/3,0.11229489353840937,0.5714313796434585,0.11229489353840937,4.129497576344562e-06,0.5714313796434585,4.688676881741752e-05,False,0.1,0.5
6
- gigahand,ability,bimanual,mjwp,p52-instrument,4,p52-instrument/4,0.10529128215430276,0.5650893413108171,0.10529128215430276,4.129497576344562e-06,0.5650893413108171,4.688679680077263e-05,False,0.1,0.5
7
- gigahand,ability,bimanual,mjwp,p36-tea,0,p36-tea/0,0.022232589202832564,0.37231060615019484,0.022232589202832564,1.815753726605349e-06,0.37231060615019484,4.7573493691648055e-05,True,0.1,0.5
8
- gigahand,ability,bimanual,mjwp,p36-tea,1,p36-tea/1,0.04295795503357343,0.3643977925629861,0.04295795503357343,1.815753726605349e-06,0.3643977925629861,4.7573482443249975e-05,True,0.1,0.5
9
- gigahand,ability,bimanual,mjwp,p36-tea,2,p36-tea/2,0.030673984621369797,0.3633095070254317,0.030673984621369797,1.815753726605349e-06,0.3633095070254317,4.757349369240832e-05,True,0.1,0.5
10
- gigahand,ability,bimanual,mjwp,p36-tea,3,p36-tea/3,0.040544063667348425,0.390486674487006,0.040544063667348425,1.815753726605349e-06,0.390486674487006,4.757349088163903e-05,True,0.1,0.5
11
- gigahand,ability,bimanual,mjwp,p36-tea,4,p36-tea/4,0.04792290950818242,0.3668645136267032,0.04792290950818242,1.815753726605349e-06,0.3668645136267032,4.75734965031777e-05,True,0.1,0.5
12
- gigahand,ability,bimanual,mjwp,p44-dog,0,p44-dog/0,0.023511624560574727,0.11203919097904615,0.023511624560574727,3.0779486260743074e-06,0.11203919097904615,1.3141459027358721e-05,True,0.1,0.5
13
- gigahand,ability,bimanual,mjwp,p44-dog,1,p44-dog/1,0.018959282935188174,0.11344748370884424,0.018959282935188174,3.0779486260743074e-06,0.11344748370884424,1.3141458411841801e-05,True,0.1,0.5
14
- gigahand,ability,bimanual,mjwp,p44-dog,2,p44-dog/2,0.01992300131417354,0.11310508448008957,0.01992300131417354,3.0779486260743074e-06,0.11310508448008957,1.3141458411841801e-05,True,0.1,0.5
15
- gigahand,ability,bimanual,mjwp,p44-dog,3,p44-dog/3,0.027088313884012092,0.11533992451251943,0.027088313884012092,3.0779486260743074e-06,0.11533992451251943,1.3141458411841801e-05,True,0.1,0.5
16
- gigahand,ability,bimanual,mjwp,p44-dog,4,p44-dog/4,0.030166909330491987,0.12953463295360873,0.030166909330491987,3.0779486260743074e-06,0.12953463295360873,1.3141458411841801e-05,True,0.1,0.5
 
1
  dataset,robot_type,embodiment_type,data_type,task,data_id,directory,obj_pos_err,obj_quat_err,obj_pos_err_right,obj_pos_err_left,obj_quat_err_right,obj_quat_err_left,success,pos_err_threshold,quat_err_threshold
2
+ gigahand,ability,bimanual,mjwp_act,p52-instrument,3,p52-instrument/3,0.1845155957376542,0.4415991070062689,0.1845155957376542,2.485225008449834e-05,0.4415991070062689,0.00012976677962558232,False,0.1,0.5
3
+ gigahand,ability,bimanual,mjwp_act,p52-instrument,4,p52-instrument/4,0.07578686847301537,0.38232216696591254,0.07578686847301537,2.2220734712581817e-05,0.38232216696591254,0.00012643536018341347,True,0.1,0.5
4
+ gigahand,ability,bimanual,mjwp_act,p52-instrument,1,p52-instrument/1,0.09628469564528783,0.425437217948975,0.09628469564528783,2.1952757762326952e-05,0.425437217948975,2.0664010401940316e-05,True,0.1,0.5
5
+ gigahand,ability,bimanual,mjwp_act,p52-instrument,0,p52-instrument/0,0.06821676076557007,0.33291386337563933,0.06821676076557007,3.501070547351943e-05,0.33291386337563933,0.00012150343205452342,True,0.1,0.5
6
+ gigahand,ability,bimanual,mjwp_act,p52-instrument,2,p52-instrument/2,0.12752321605586253,0.35831355140234766,0.12752321605586253,2.686646193947085e-05,0.35831355140234766,0.00019221048108816557,False,0.1,0.5
7
+ gigahand,ability,bimanual,mjwp_act,p36-tea,3,p36-tea/3,0.09860015651362435,0.3881093435173849,0.09860015651362435,5.69654393191865e-06,0.3881093435173849,4.040061468873781e-05,True,0.1,0.5
8
+ gigahand,ability,bimanual,mjwp_act,p36-tea,4,p36-tea/4,0.09193139883552202,0.4605871244710754,0.09193139883552202,5.696548215008938e-06,0.4605871244710754,4.0400635155237954e-05,True,0.1,0.5
9
+ gigahand,ability,bimanual,mjwp_act,p36-tea,1,p36-tea/1,0.12091366566278675,0.35135589097188424,0.12091366566278675,5.6965426360347085e-06,0.35135589097188424,4.040059939215578e-05,False,0.1,0.5
10
+ gigahand,ability,bimanual,mjwp_act,p36-tea,0,p36-tea/0,0.03377100834037496,0.3788456187648185,0.03377100834037496,5.696546153127874e-06,0.3788456187648185,4.040062600137703e-05,True,0.1,0.5
11
+ gigahand,ability,bimanual,mjwp_act,p36-tea,2,p36-tea/2,0.06262275972923466,0.3175131979680007,0.06262275972923466,5.696545455214505e-06,0.3175131979680007,4.0400638201342e-05,True,0.1,0.5
12
+ gigahand,ability,bimanual,mjwp_act,p44-dog,3,p44-dog/3,0.028663812505086574,0.1712653937663209,0.028663812505086574,1.410163675361401e-06,0.1712653937663209,3.304622175243833e-05,True,0.1,0.5
13
+ gigahand,ability,bimanual,mjwp_act,p44-dog,4,p44-dog/4,0.027838039675577977,0.15643226149811185,0.027838039675577977,1.4101637103044301e-06,0.15643226149811185,3.3046208956933884e-05,True,0.1,0.5
14
+ gigahand,ability,bimanual,mjwp_act,p44-dog,1,p44-dog/1,0.027863931561155693,0.17271389450350014,0.027863931561155693,1.4101638345236696e-06,0.17271389450350014,3.3046231359164406e-05,True,0.1,0.5
15
+ gigahand,ability,bimanual,mjwp_act,p44-dog,0,p44-dog/0,0.027562104262707294,0.16946225374000407,0.027562104262707294,1.4101641501300088e-06,0.16946225374000407,3.304622627415914e-05,True,0.1,0.5
16
+ gigahand,ability,bimanual,mjwp_act,p44-dog,2,p44-dog/2,0.027996316699388096,0.15471234666846914,0.027996316699388096,1.4101632389553993e-06,0.15471234666846914,3.304622112467814e-05,True,0.1,0.5
processed/gigahand/ability/bimanual/p36-tea/0/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p36-tea
4
+ seed: 0
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 0
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.2
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 1.6
18
+ knot_dt: 0.4
19
+ max_sim_steps: 1352
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.5
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.15
97
+ pos_noise_scale: 0.02
98
+ rot_noise_scale: 0.01
99
+ base_pos_rew_scale: 0.03
100
+ base_rot_rew_scale: 0.03
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 320
177
+ knot_steps: 80
178
+ ref_steps: 4
179
+ ctrl_steps: 40
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 660
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0
processed/gigahand/ability/bimanual/p36-tea/0/trajectory_ikrollout_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05428052c4b0ac3a3a19b38070e3bf5814b12e1a890385880bb72ac393c3de91
3
+ size 119238
processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9722d270a5cb2c03ed63fdc890b509a51128f0b36a0429476c02bb3d7540ca
3
+ size 576044
processed/gigahand/ability/bimanual/p36-tea/0/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f82acb9758a94fa5f2b21f007a8b442370d5e005be69a919b3dc5a3ce3a071
3
+ size 1545326
processed/gigahand/ability/bimanual/p36-tea/0/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5ab9704c54e49a27068755111288256146738407483492074b344d425620c0
3
+ size 256090
processed/gigahand/ability/bimanual/p36-tea/0/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c63db4386bbe4bdb41ac291db2dea2e1f717dc856670cd8e020227543cd116
3
+ size 1703945
processed/gigahand/ability/bimanual/p36-tea/1/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p36-tea
4
+ seed: 1
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 1
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.2
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 1.6
18
+ knot_dt: 0.4
19
+ max_sim_steps: 1352
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.5
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.15
97
+ pos_noise_scale: 0.02
98
+ rot_noise_scale: 0.01
99
+ base_pos_rew_scale: 0.03
100
+ base_rot_rew_scale: 0.03
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 320
177
+ knot_steps: 80
178
+ ref_steps: 4
179
+ ctrl_steps: 40
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 660
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/chaoyipan/Research/code/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/1
processed/gigahand/ability/bimanual/p36-tea/1/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9722d270a5cb2c03ed63fdc890b509a51128f0b36a0429476c02bb3d7540ca
3
+ size 576044
processed/gigahand/ability/bimanual/p36-tea/1/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc06d1ed3178eb2f9bc5a37cc653d7b546ee4a3bb59d4defb37faae57be8726
3
+ size 1545326
processed/gigahand/ability/bimanual/p36-tea/1/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5ab9704c54e49a27068755111288256146738407483492074b344d425620c0
3
+ size 256090
processed/gigahand/ability/bimanual/p36-tea/1/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1142f5cf3adadf895a6f5e41f7ff585f51596cecdccad8dbbf95a8f39591e4
3
+ size 775985
processed/gigahand/ability/bimanual/p36-tea/2/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p36-tea
4
+ seed: 2
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 2
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.2
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 1.6
18
+ knot_dt: 0.4
19
+ max_sim_steps: 1352
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.5
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.15
97
+ pos_noise_scale: 0.02
98
+ rot_noise_scale: 0.01
99
+ base_pos_rew_scale: 0.03
100
+ base_rot_rew_scale: 0.03
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 320
177
+ knot_steps: 80
178
+ ref_steps: 4
179
+ ctrl_steps: 40
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 660
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/chaoyipan/Research/code/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/2
processed/gigahand/ability/bimanual/p36-tea/2/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9722d270a5cb2c03ed63fdc890b509a51128f0b36a0429476c02bb3d7540ca
3
+ size 576044
processed/gigahand/ability/bimanual/p36-tea/2/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30334ea658e1b45218b48700921dd7029c733f2a236405b7b020bb1b2db3aa8a
3
+ size 1545326
processed/gigahand/ability/bimanual/p36-tea/2/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5ab9704c54e49a27068755111288256146738407483492074b344d425620c0
3
+ size 256090
processed/gigahand/ability/bimanual/p36-tea/2/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306a7a5a60f40a3c637a8da42e182349e621e96f92936d6ac30a8969af21d793
3
+ size 1869321
processed/gigahand/ability/bimanual/p36-tea/3/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p36-tea
4
+ seed: 3
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 3
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/3/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/3/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.2
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 1.6
18
+ knot_dt: 0.4
19
+ max_sim_steps: 1352
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.5
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.15
97
+ pos_noise_scale: 0.03
98
+ rot_noise_scale: 0.01
99
+ base_pos_rew_scale: 0.03
100
+ base_rot_rew_scale: 0.03
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 320
177
+ knot_steps: 80
178
+ ref_steps: 4
179
+ ctrl_steps: 40
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 660
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/3
processed/gigahand/ability/bimanual/p36-tea/3/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9722d270a5cb2c03ed63fdc890b509a51128f0b36a0429476c02bb3d7540ca
3
+ size 576044
processed/gigahand/ability/bimanual/p36-tea/3/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d5e46195b2550d75819ba28059940391cbeda49df4c972e9690b6292142424
3
+ size 1545326
processed/gigahand/ability/bimanual/p36-tea/3/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5ab9704c54e49a27068755111288256146738407483492074b344d425620c0
3
+ size 256090
processed/gigahand/ability/bimanual/p36-tea/3/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05dbf2c18e2df1f9a5bcade8f984a54f3fad8721dcff71c87911b4a9ed56a394
3
+ size 667732
processed/gigahand/ability/bimanual/p36-tea/4/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p36-tea
4
+ seed: 4
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 4
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/0/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.2
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 1.6
18
+ knot_dt: 0.4
19
+ max_sim_steps: 1352
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.5
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.15
97
+ pos_noise_scale: 0.02
98
+ rot_noise_scale: 0.01
99
+ base_pos_rew_scale: 0.03
100
+ base_rot_rew_scale: 0.03
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 320
177
+ knot_steps: 80
178
+ ref_steps: 4
179
+ ctrl_steps: 40
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 660
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/chaoyipan/Research/code/spider/example_datasets/processed/gigahand/ability/bimanual/p36-tea/4
processed/gigahand/ability/bimanual/p36-tea/4/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9722d270a5cb2c03ed63fdc890b509a51128f0b36a0429476c02bb3d7540ca
3
+ size 576044
processed/gigahand/ability/bimanual/p36-tea/4/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d84c7705ef7fdfcbaa0bd8ff7fbebf37ace2ea638650008b58fa74861d15e37
3
+ size 1545326
processed/gigahand/ability/bimanual/p36-tea/4/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a5ab9704c54e49a27068755111288256146738407483492074b344d425620c0
3
+ size 256090
processed/gigahand/ability/bimanual/p36-tea/4/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef65bb482397942ec825c5ca2542e2e8dc4743f61557cd85045e01f384249cd3
3
+ size 715897
processed/gigahand/ability/bimanual/p36-tea/scene_act.xml ADDED
The diff for this file is too large to render. See raw diff
 
processed/gigahand/ability/bimanual/p36-tea/task_info.json CHANGED
@@ -7,5 +7,7 @@
7
  "right_object_mesh_dir": "processed/gigahand/assets/objects/p36-tea",
8
  "left_object_mesh_dir": null,
9
  "ref_dt": 0.02,
10
- "right_object_convex_dir": "processed/gigahand/assets/objects/p36-tea/convex"
11
- }
 
 
 
7
  "right_object_mesh_dir": "processed/gigahand/assets/objects/p36-tea",
8
  "left_object_mesh_dir": null,
9
  "ref_dt": 0.02,
10
+ "right_object_convex_dir": "processed/gigahand/assets/objects/p36-tea/convex",
11
+ "sim_dt": 0.01,
12
+ "act_sim_dt": 0.005
13
+ }
processed/gigahand/ability/bimanual/p44-dog/0/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p44-dog
4
+ seed: 0
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 0
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/0/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/0/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.05
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 0.05
18
+ knot_dt: 0.05
19
+ max_sim_steps: 1308
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.8
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.01
97
+ pos_noise_scale: 0.001
98
+ rot_noise_scale: 0.001
99
+ base_pos_rew_scale: 0.3
100
+ base_rot_rew_scale: 0.3
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 10
177
+ knot_steps: 10
178
+ ref_steps: 4
179
+ ctrl_steps: 10
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 396
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/0
processed/gigahand/ability/bimanual/p44-dog/0/trajectory_ikrollout_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63169a4f2904519acb510f78930661b6eb68e7db67909c87edcfe4cc9c67bd8d
3
+ size 115366
processed/gigahand/ability/bimanual/p44-dog/0/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207ee2503aeea2252a95ae90b08def2333d874b35dd7b9736bcb293b5f6f6d78
3
+ size 557388
processed/gigahand/ability/bimanual/p44-dog/0/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cdbd9b89788f3445a6e2766863137d4c8b3f31e10346f9e3e40667e24296532
3
+ size 1753638
processed/gigahand/ability/bimanual/p44-dog/0/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9ff828aa7e195b9fb58978055d02db84ff871bdc52b1ee94293269f5de795a
3
+ size 385352
processed/gigahand/ability/bimanual/p44-dog/0/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93ca857657ca8080583c22140f587fca917bbffd3ba677e5bb0f54f228da5998
3
+ size 1134635
processed/gigahand/ability/bimanual/p44-dog/1/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p44-dog
4
+ seed: 1
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 1
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/1/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/1/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.05
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 0.05
18
+ knot_dt: 0.05
19
+ max_sim_steps: 1308
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.8
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.01
97
+ pos_noise_scale: 0.001
98
+ rot_noise_scale: 0.001
99
+ base_pos_rew_scale: 0.3
100
+ base_rot_rew_scale: 0.3
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 10
177
+ knot_steps: 10
178
+ ref_steps: 4
179
+ ctrl_steps: 10
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 396
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/1
processed/gigahand/ability/bimanual/p44-dog/1/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207ee2503aeea2252a95ae90b08def2333d874b35dd7b9736bcb293b5f6f6d78
3
+ size 557388
processed/gigahand/ability/bimanual/p44-dog/1/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0a14abd1e10ae32c4aa812e3bca9bd8a609bf05de07cd9faa8942288bf17df
3
+ size 1753638
processed/gigahand/ability/bimanual/p44-dog/1/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9ff828aa7e195b9fb58978055d02db84ff871bdc52b1ee94293269f5de795a
3
+ size 385352
processed/gigahand/ability/bimanual/p44-dog/1/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438716d9499c283d73eb8d301493c473102588065544f85eea73231a393eaa93
3
+ size 1144819
processed/gigahand/ability/bimanual/p44-dog/2/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p44-dog
4
+ seed: 2
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 2
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/2/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/2/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.05
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 0.05
18
+ knot_dt: 0.05
19
+ max_sim_steps: 1308
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.8
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.01
97
+ pos_noise_scale: 0.001
98
+ rot_noise_scale: 0.001
99
+ base_pos_rew_scale: 0.3
100
+ base_rot_rew_scale: 0.3
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 10
177
+ knot_steps: 10
178
+ ref_steps: 4
179
+ ctrl_steps: 10
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 396
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/2
processed/gigahand/ability/bimanual/p44-dog/2/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207ee2503aeea2252a95ae90b08def2333d874b35dd7b9736bcb293b5f6f6d78
3
+ size 557388
processed/gigahand/ability/bimanual/p44-dog/2/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b3a1d8ce561a8f4f9d82f8a0145ea8eefcf8d1dc6d49a17e2af8dde66a3985
3
+ size 1753638
processed/gigahand/ability/bimanual/p44-dog/2/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9ff828aa7e195b9fb58978055d02db84ff871bdc52b1ee94293269f5de795a
3
+ size 385352
processed/gigahand/ability/bimanual/p44-dog/2/visualization_mjwp_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aaed845776628694dc33e3ab2009efae8f668931dd0bbb7d2901ccaafe84249
3
+ size 1159129
processed/gigahand/ability/bimanual/p44-dog/3/config_act.yaml ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ robot_type: ability
2
+ embodiment_type: bimanual
3
+ task: p44-dog
4
+ seed: 3
5
+ dataset_dir: example_datasets
6
+ dataset_name: gigahand
7
+ data_id: 3
8
+ model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/3/../scene_act.xml
9
+ data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/3/trajectory_kinematic_act.npz
10
+ load_config_path: ''
11
+ simulator: mjwp
12
+ device: cuda:0
13
+ sim_dt: 0.005
14
+ ctrl_dt: 0.05
15
+ ref_dt: 0.02
16
+ render_dt: 0.02
17
+ horizon: 0.05
18
+ knot_dt: 0.05
19
+ max_sim_steps: 1308
20
+ nconmax_per_env: 100
21
+ njmax_per_env: 350
22
+ num_dyn: 1
23
+ num_dr: 1
24
+ pair_margin_range:
25
+ - -0.005
26
+ - 0.005
27
+ xy_offset_range:
28
+ - -0.005
29
+ - 0.005
30
+ perturb_force: 0.0
31
+ perturb_torque: 0.0
32
+ contact_guidance: true
33
+ object_pos_actuator_names:
34
+ - right_object_pos_x
35
+ - right_object_pos_y
36
+ - right_object_pos_z
37
+ - left_object_pos_x
38
+ - left_object_pos_y
39
+ - left_object_pos_z
40
+ object_rot_actuator_names:
41
+ - right_object_rot_x
42
+ - right_object_rot_y
43
+ - right_object_rot_z
44
+ - left_object_rot_x
45
+ - left_object_rot_y
46
+ - left_object_rot_z
47
+ object_action_dims: 12
48
+ object_actuator_ids:
49
+ - 32
50
+ - 33
51
+ - 34
52
+ - 38
53
+ - 39
54
+ - 40
55
+ - 35
56
+ - 36
57
+ - 37
58
+ - 41
59
+ - 42
60
+ - 43
61
+ object_actuator_names:
62
+ - right_object_pos_x
63
+ - right_object_pos_y
64
+ - right_object_pos_z
65
+ - left_object_pos_x
66
+ - left_object_pos_y
67
+ - left_object_pos_z
68
+ - right_object_rot_x
69
+ - right_object_rot_y
70
+ - right_object_rot_z
71
+ - left_object_rot_x
72
+ - left_object_rot_y
73
+ - left_object_rot_z
74
+ init_pos_actuator_gain: 10.0
75
+ init_pos_actuator_bias: 10.0
76
+ init_rot_actuator_gain: 0.3
77
+ init_rot_actuator_bias: 0.3
78
+ guidance_decay_ratio: 0.8
79
+ gibbs_sampling: false
80
+ num_samples: 1024
81
+ temperature: 1.0
82
+ max_num_iterations: 32
83
+ improvement_threshold: 0.0
84
+ improvement_check_steps: 1
85
+ terminate_resample: false
86
+ object_pos_threshold: 0.1
87
+ object_rot_threshold: 0.3
88
+ base_pos_threshold: 0.5
89
+ base_rot_threshold: 0.4
90
+ use_torch_compile: true
91
+ first_ctrl_noise_scale: 1.0
92
+ last_ctrl_noise_scale: 1.0
93
+ final_noise_scale: 0.3
94
+ exploit_ratio: 0.01
95
+ exploit_noise_scale: 0.01
96
+ joint_noise_scale: 0.01
97
+ pos_noise_scale: 0.001
98
+ rot_noise_scale: 0.001
99
+ base_pos_rew_scale: 0.3
100
+ base_rot_rew_scale: 0.3
101
+ joint_rew_scale: 0.003
102
+ pos_rew_scale: 1.0
103
+ rot_rew_scale: 1.0
104
+ vel_rew_scale: 0.0001
105
+ terminal_rew_scale: 1.0
106
+ contact_rew_scale: 0.0
107
+ show_viewer: false
108
+ viewer: ''
109
+ rerun_spawn: false
110
+ save_video: true
111
+ save_info: true
112
+ save_rerun: false
113
+ save_metrics: true
114
+ save_config: true
115
+ trace_dt: 0.02
116
+ num_trace_uniform_samples: 4
117
+ num_trace_topk_samples: 2
118
+ trace_site_ids:
119
+ - 33
120
+ - 55
121
+ - 3
122
+ - 6
123
+ - 9
124
+ - 12
125
+ - 15
126
+ - 19
127
+ - 22
128
+ - 25
129
+ - 28
130
+ - 31
131
+ contact_order:
132
+ - - right
133
+ - thumb
134
+ - - right
135
+ - index
136
+ - - right
137
+ - middle
138
+ - - right
139
+ - ring
140
+ - - right
141
+ - pinky
142
+ - - left
143
+ - thumb
144
+ - - left
145
+ - index
146
+ - - left
147
+ - middle
148
+ - - left
149
+ - ring
150
+ - - left
151
+ - pinky
152
+ hand_contact_site_ids:
153
+ - 2
154
+ - 5
155
+ - 8
156
+ - 11
157
+ - 14
158
+ - 18
159
+ - 21
160
+ - 24
161
+ - 27
162
+ - 30
163
+ right_contact_indices:
164
+ - 0
165
+ left_contact_indices:
166
+ - 5
167
+ right_pos_ctrl_ids:
168
+ - 32
169
+ - 33
170
+ - 34
171
+ left_pos_ctrl_ids:
172
+ - 38
173
+ - 39
174
+ - 40
175
+ contact_len: 10
176
+ horizon_steps: 10
177
+ knot_steps: 10
178
+ ref_steps: 4
179
+ ctrl_steps: 10
180
+ nq_obj: 12
181
+ nq: 44
182
+ nv: 44
183
+ nu: 44
184
+ npair: 396
185
+ beta_traj: 0.9630748444263257
186
+ output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/ability/bimanual/p44-dog/3
processed/gigahand/ability/bimanual/p44-dog/3/trajectory_kinematic_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207ee2503aeea2252a95ae90b08def2333d874b35dd7b9736bcb293b5f6f6d78
3
+ size 557388
processed/gigahand/ability/bimanual/p44-dog/3/trajectory_mjwp_act.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d4105ec30c463ebbaeca7ade3b2a999a5c51ebaa82170bd75a8b5b86306e35c
3
+ size 1753638
processed/gigahand/ability/bimanual/p44-dog/3/visualization_ik_act.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9ff828aa7e195b9fb58978055d02db84ff871bdc52b1ee94293269f5de795a
3
+ size 385352