Ubuntu commited on
Commit ·
74cdee1
1
Parent(s): bbf86f4
Update xhand bimanual p36-tea retargeting and IK data
Browse files- processed/gigahand/xhand/bimanual/p36-tea/0/config.yaml +49 -15
- processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_ikrollout.npz +1 -1
- processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_kinematic.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_mjwp.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/0/visualization_ik.mp4 +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/0/visualization_mjwp.mp4 +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/1/config.yaml +48 -14
- processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_kinematic.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_mjwp.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/1/visualization_mjwp.mp4 +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/2/trajectory_kinematic.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/3/trajectory_kinematic.npz +2 -2
- processed/gigahand/xhand/bimanual/p36-tea/4/trajectory_kinematic.npz +2 -2
processed/gigahand/xhand/bimanual/p36-tea/0/config.yaml
CHANGED
|
@@ -5,18 +5,19 @@ seed: 0
|
|
| 5 |
dataset_dir: example_datasets
|
| 6 |
dataset_name: gigahand
|
| 7 |
data_id: 0
|
| 8 |
-
model_path: /home/
|
| 9 |
-
data_path: /home/
|
|
|
|
| 10 |
simulator: mjwp
|
| 11 |
device: cuda:0
|
| 12 |
sim_dt: 0.01
|
| 13 |
-
ctrl_dt:
|
| 14 |
ref_dt: 0.02
|
| 15 |
render_dt: 0.02
|
| 16 |
-
horizon:
|
| 17 |
-
knot_dt: 0.
|
| 18 |
max_sim_steps: 676
|
| 19 |
-
nconmax_per_env:
|
| 20 |
njmax_per_env: 350
|
| 21 |
num_dyn: 1
|
| 22 |
num_dr: 1
|
|
@@ -28,25 +29,50 @@ xy_offset_range:
|
|
| 28 |
- 0.005
|
| 29 |
perturb_force: 0.0
|
| 30 |
perturb_torque: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
num_samples: 1024
|
| 32 |
temperature: 1.0
|
| 33 |
max_num_iterations: 32
|
| 34 |
improvement_threshold: 0.01
|
| 35 |
-
improvement_check_steps:
|
| 36 |
terminate_resample: false
|
| 37 |
object_pos_threshold: 0.1
|
| 38 |
object_rot_threshold: 0.3
|
| 39 |
base_pos_threshold: 0.5
|
| 40 |
base_rot_threshold: 0.4
|
| 41 |
use_torch_compile: true
|
| 42 |
-
first_ctrl_noise_scale:
|
| 43 |
-
last_ctrl_noise_scale:
|
| 44 |
-
final_noise_scale: 0.
|
| 45 |
exploit_ratio: 0.01
|
| 46 |
exploit_noise_scale: 0.01
|
| 47 |
joint_noise_scale: 0.03
|
| 48 |
pos_noise_scale: 0.03
|
| 49 |
rot_noise_scale: 0.01
|
|
|
|
| 50 |
base_pos_rew_scale: 0.1
|
| 51 |
base_rot_rew_scale: 0.03
|
| 52 |
joint_rew_scale: 0.003
|
|
@@ -57,6 +83,7 @@ terminal_rew_scale: 1.0
|
|
| 57 |
contact_rew_scale: 0.0
|
| 58 |
show_viewer: true
|
| 59 |
viewer: mujoco-rerun
|
|
|
|
| 60 |
rerun_spawn: true
|
| 61 |
save_video: true
|
| 62 |
save_info: true
|
|
@@ -79,14 +106,21 @@ trace_site_ids:
|
|
| 79 |
- 25
|
| 80 |
- 28
|
| 81 |
- 31
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
ref_steps: 2
|
| 85 |
-
ctrl_steps:
|
| 86 |
nq_obj: 14
|
| 87 |
nq: 50
|
| 88 |
nv: 48
|
| 89 |
nu: 36
|
| 90 |
npair: 526
|
| 91 |
-
beta_traj: 0.
|
| 92 |
-
output_dir: /home/
|
|
|
|
| 5 |
dataset_dir: example_datasets
|
| 6 |
dataset_name: gigahand
|
| 7 |
data_id: 0
|
| 8 |
+
model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/0/../scene.xml
|
| 9 |
+
data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_kinematic.npz
|
| 10 |
+
load_config_path: ''
|
| 11 |
simulator: mjwp
|
| 12 |
device: cuda:0
|
| 13 |
sim_dt: 0.01
|
| 14 |
+
ctrl_dt: 1.5
|
| 15 |
ref_dt: 0.02
|
| 16 |
render_dt: 0.02
|
| 17 |
+
horizon: 3.0
|
| 18 |
+
knot_dt: 0.5
|
| 19 |
max_sim_steps: 676
|
| 20 |
+
nconmax_per_env: 120
|
| 21 |
njmax_per_env: 350
|
| 22 |
num_dyn: 1
|
| 23 |
num_dr: 1
|
|
|
|
| 29 |
- 0.005
|
| 30 |
perturb_force: 0.0
|
| 31 |
perturb_torque: 0.0
|
| 32 |
+
contact_guidance: false
|
| 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: 0
|
| 48 |
+
object_actuator_ids: []
|
| 49 |
+
object_actuator_names: []
|
| 50 |
+
init_pos_actuator_gain: 10.0
|
| 51 |
+
init_pos_actuator_bias: 10.0
|
| 52 |
+
init_rot_actuator_gain: 0.1
|
| 53 |
+
init_rot_actuator_bias: 0.1
|
| 54 |
+
guidance_decay_ratio: 0.5
|
| 55 |
+
gibbs_sampling: false
|
| 56 |
num_samples: 1024
|
| 57 |
temperature: 1.0
|
| 58 |
max_num_iterations: 32
|
| 59 |
improvement_threshold: 0.01
|
| 60 |
+
improvement_check_steps: 2
|
| 61 |
terminate_resample: false
|
| 62 |
object_pos_threshold: 0.1
|
| 63 |
object_rot_threshold: 0.3
|
| 64 |
base_pos_threshold: 0.5
|
| 65 |
base_rot_threshold: 0.4
|
| 66 |
use_torch_compile: true
|
| 67 |
+
first_ctrl_noise_scale: 1.0
|
| 68 |
+
last_ctrl_noise_scale: 2.0
|
| 69 |
+
final_noise_scale: 0.01
|
| 70 |
exploit_ratio: 0.01
|
| 71 |
exploit_noise_scale: 0.01
|
| 72 |
joint_noise_scale: 0.03
|
| 73 |
pos_noise_scale: 0.03
|
| 74 |
rot_noise_scale: 0.01
|
| 75 |
+
use_rl_reward: false
|
| 76 |
base_pos_rew_scale: 0.1
|
| 77 |
base_rot_rew_scale: 0.03
|
| 78 |
joint_rew_scale: 0.003
|
|
|
|
| 83 |
contact_rew_scale: 0.0
|
| 84 |
show_viewer: true
|
| 85 |
viewer: mujoco-rerun
|
| 86 |
+
wait_on_finish: true
|
| 87 |
rerun_spawn: true
|
| 88 |
save_video: true
|
| 89 |
save_info: true
|
|
|
|
| 106 |
- 25
|
| 107 |
- 28
|
| 108 |
- 31
|
| 109 |
+
contact_order: []
|
| 110 |
+
hand_contact_site_ids: []
|
| 111 |
+
right_contact_indices: []
|
| 112 |
+
left_contact_indices: []
|
| 113 |
+
right_pos_ctrl_ids: []
|
| 114 |
+
left_pos_ctrl_ids: []
|
| 115 |
+
contact_len: 0
|
| 116 |
+
horizon_steps: 300
|
| 117 |
+
knot_steps: 50
|
| 118 |
ref_steps: 2
|
| 119 |
+
ctrl_steps: 150
|
| 120 |
nq_obj: 14
|
| 121 |
nq: 50
|
| 122 |
nv: 48
|
| 123 |
nu: 36
|
| 124 |
npair: 526
|
| 125 |
+
beta_traj: 0.8659643233600653
|
| 126 |
+
output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/0
|
processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_ikrollout.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 135462
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4271075946fc3062212d5599ec4f1a8ec84eddfd3623e1c665a514715a9c683
|
| 3 |
size 135462
|
processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_kinematic.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a77e12026bcdfa92200af802016f4284167cea3efb2afc6296d0c048131a8a
|
| 3 |
+
size 265752
|
processed/gigahand/xhand/bimanual/p36-tea/0/trajectory_mjwp.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4de714e51cfeffa4872d289e56fed5774bde027f7a9592c371bdcb8aec1016aa
|
| 3 |
+
size 1266444
|
processed/gigahand/xhand/bimanual/p36-tea/0/visualization_ik.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f40b8d9064480c277bd3b6887c6811a703bdb59c889ec8b186470c5701b0993
|
| 3 |
+
size 246835
|
processed/gigahand/xhand/bimanual/p36-tea/0/visualization_mjwp.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcc2f8cc2860793cc43972434a55dfd7d79edfe00ff37a8b821238cd2c0cba59
|
| 3 |
+
size 1207767
|
processed/gigahand/xhand/bimanual/p36-tea/1/config.yaml
CHANGED
|
@@ -1,22 +1,23 @@
|
|
| 1 |
robot_type: xhand
|
| 2 |
embodiment_type: bimanual
|
| 3 |
task: p36-tea
|
| 4 |
-
seed:
|
| 5 |
dataset_dir: example_datasets
|
| 6 |
dataset_name: gigahand
|
| 7 |
data_id: 1
|
| 8 |
model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1/../scene.xml
|
| 9 |
data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_kinematic.npz
|
|
|
|
| 10 |
simulator: mjwp
|
| 11 |
device: cuda:0
|
| 12 |
sim_dt: 0.01
|
| 13 |
-
ctrl_dt:
|
| 14 |
ref_dt: 0.02
|
| 15 |
render_dt: 0.02
|
| 16 |
-
horizon:
|
| 17 |
-
knot_dt: 0.
|
| 18 |
max_sim_steps: 676
|
| 19 |
-
nconmax_per_env:
|
| 20 |
njmax_per_env: 350
|
| 21 |
num_dyn: 1
|
| 22 |
num_dr: 1
|
|
@@ -28,25 +29,50 @@ xy_offset_range:
|
|
| 28 |
- 0.005
|
| 29 |
perturb_force: 0.0
|
| 30 |
perturb_torque: 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
num_samples: 1024
|
| 32 |
temperature: 1.0
|
| 33 |
max_num_iterations: 32
|
| 34 |
improvement_threshold: 0.01
|
| 35 |
-
improvement_check_steps:
|
| 36 |
terminate_resample: false
|
| 37 |
object_pos_threshold: 0.1
|
| 38 |
object_rot_threshold: 0.3
|
| 39 |
base_pos_threshold: 0.5
|
| 40 |
base_rot_threshold: 0.4
|
| 41 |
use_torch_compile: true
|
| 42 |
-
first_ctrl_noise_scale:
|
| 43 |
-
last_ctrl_noise_scale:
|
| 44 |
-
final_noise_scale: 0.
|
| 45 |
exploit_ratio: 0.01
|
| 46 |
exploit_noise_scale: 0.01
|
| 47 |
joint_noise_scale: 0.03
|
| 48 |
pos_noise_scale: 0.03
|
| 49 |
rot_noise_scale: 0.01
|
|
|
|
| 50 |
base_pos_rew_scale: 0.1
|
| 51 |
base_rot_rew_scale: 0.03
|
| 52 |
joint_rew_scale: 0.003
|
|
@@ -56,7 +82,8 @@ vel_rew_scale: 0.0001
|
|
| 56 |
terminal_rew_scale: 1.0
|
| 57 |
contact_rew_scale: 0.0
|
| 58 |
show_viewer: true
|
| 59 |
-
viewer:
|
|
|
|
| 60 |
rerun_spawn: true
|
| 61 |
save_video: true
|
| 62 |
save_info: true
|
|
@@ -79,14 +106,21 @@ trace_site_ids:
|
|
| 79 |
- 25
|
| 80 |
- 28
|
| 81 |
- 31
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
ref_steps: 2
|
| 85 |
-
ctrl_steps:
|
| 86 |
nq_obj: 14
|
| 87 |
nq: 50
|
| 88 |
nv: 48
|
| 89 |
nu: 36
|
| 90 |
npair: 526
|
| 91 |
-
beta_traj: 0.
|
| 92 |
output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1
|
|
|
|
| 1 |
robot_type: xhand
|
| 2 |
embodiment_type: bimanual
|
| 3 |
task: p36-tea
|
| 4 |
+
seed: 0
|
| 5 |
dataset_dir: example_datasets
|
| 6 |
dataset_name: gigahand
|
| 7 |
data_id: 1
|
| 8 |
model_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1/../scene.xml
|
| 9 |
data_path: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_kinematic.npz
|
| 10 |
+
load_config_path: ''
|
| 11 |
simulator: mjwp
|
| 12 |
device: cuda:0
|
| 13 |
sim_dt: 0.01
|
| 14 |
+
ctrl_dt: 1.5
|
| 15 |
ref_dt: 0.02
|
| 16 |
render_dt: 0.02
|
| 17 |
+
horizon: 3.0
|
| 18 |
+
knot_dt: 0.5
|
| 19 |
max_sim_steps: 676
|
| 20 |
+
nconmax_per_env: 120
|
| 21 |
njmax_per_env: 350
|
| 22 |
num_dyn: 1
|
| 23 |
num_dr: 1
|
|
|
|
| 29 |
- 0.005
|
| 30 |
perturb_force: 0.0
|
| 31 |
perturb_torque: 0.0
|
| 32 |
+
contact_guidance: false
|
| 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: 0
|
| 48 |
+
object_actuator_ids: []
|
| 49 |
+
object_actuator_names: []
|
| 50 |
+
init_pos_actuator_gain: 10.0
|
| 51 |
+
init_pos_actuator_bias: 10.0
|
| 52 |
+
init_rot_actuator_gain: 0.1
|
| 53 |
+
init_rot_actuator_bias: 0.1
|
| 54 |
+
guidance_decay_ratio: 0.5
|
| 55 |
+
gibbs_sampling: false
|
| 56 |
num_samples: 1024
|
| 57 |
temperature: 1.0
|
| 58 |
max_num_iterations: 32
|
| 59 |
improvement_threshold: 0.01
|
| 60 |
+
improvement_check_steps: 2
|
| 61 |
terminate_resample: false
|
| 62 |
object_pos_threshold: 0.1
|
| 63 |
object_rot_threshold: 0.3
|
| 64 |
base_pos_threshold: 0.5
|
| 65 |
base_rot_threshold: 0.4
|
| 66 |
use_torch_compile: true
|
| 67 |
+
first_ctrl_noise_scale: 1.0
|
| 68 |
+
last_ctrl_noise_scale: 2.0
|
| 69 |
+
final_noise_scale: 0.01
|
| 70 |
exploit_ratio: 0.01
|
| 71 |
exploit_noise_scale: 0.01
|
| 72 |
joint_noise_scale: 0.03
|
| 73 |
pos_noise_scale: 0.03
|
| 74 |
rot_noise_scale: 0.01
|
| 75 |
+
use_rl_reward: false
|
| 76 |
base_pos_rew_scale: 0.1
|
| 77 |
base_rot_rew_scale: 0.03
|
| 78 |
joint_rew_scale: 0.003
|
|
|
|
| 82 |
terminal_rew_scale: 1.0
|
| 83 |
contact_rew_scale: 0.0
|
| 84 |
show_viewer: true
|
| 85 |
+
viewer: mujoco-rerun
|
| 86 |
+
wait_on_finish: true
|
| 87 |
rerun_spawn: true
|
| 88 |
save_video: true
|
| 89 |
save_info: true
|
|
|
|
| 106 |
- 25
|
| 107 |
- 28
|
| 108 |
- 31
|
| 109 |
+
contact_order: []
|
| 110 |
+
hand_contact_site_ids: []
|
| 111 |
+
right_contact_indices: []
|
| 112 |
+
left_contact_indices: []
|
| 113 |
+
right_pos_ctrl_ids: []
|
| 114 |
+
left_pos_ctrl_ids: []
|
| 115 |
+
contact_len: 0
|
| 116 |
+
horizon_steps: 300
|
| 117 |
+
knot_steps: 50
|
| 118 |
ref_steps: 2
|
| 119 |
+
ctrl_steps: 150
|
| 120 |
nq_obj: 14
|
| 121 |
nq: 50
|
| 122 |
nv: 48
|
| 123 |
nu: 36
|
| 124 |
npair: 526
|
| 125 |
+
beta_traj: 0.8659643233600653
|
| 126 |
output_dir: /home/ubuntu/spider/example_datasets/processed/gigahand/xhand/bimanual/p36-tea/1
|
processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_kinematic.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a77e12026bcdfa92200af802016f4284167cea3efb2afc6296d0c048131a8a
|
| 3 |
+
size 265752
|
processed/gigahand/xhand/bimanual/p36-tea/1/trajectory_mjwp.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8f24e4b03b1b59e8cfe56da9479694121fa9cee709c451d313761be6943c131
|
| 3 |
+
size 1266444
|
processed/gigahand/xhand/bimanual/p36-tea/1/visualization_mjwp.mp4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0127eb6b28ae7d63ca17b344cf04654413f2c31ba8bc6ac0309434b0039fbb13
|
| 3 |
+
size 1249022
|
processed/gigahand/xhand/bimanual/p36-tea/2/trajectory_kinematic.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a77e12026bcdfa92200af802016f4284167cea3efb2afc6296d0c048131a8a
|
| 3 |
+
size 265752
|
processed/gigahand/xhand/bimanual/p36-tea/3/trajectory_kinematic.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a77e12026bcdfa92200af802016f4284167cea3efb2afc6296d0c048131a8a
|
| 3 |
+
size 265752
|
processed/gigahand/xhand/bimanual/p36-tea/4/trajectory_kinematic.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29a77e12026bcdfa92200af802016f4284167cea3efb2afc6296d0c048131a8a
|
| 3 |
+
size 265752
|