Upload folder using huggingface_hub
Browse files
pretrain_droid/checkpoints/weights/step_00005000.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 10894838421
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69bbd5234f1ea2943329bd28858c38662604ab13e778b4d81b7bf42753ff333a
|
| 3 |
size 10894838421
|
pretrain_droid/config.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
output_dir: ./runs/cotrain_droid_teleop/2026-07-
|
| 2 |
batch_size: 8
|
| 3 |
num_workers: 4
|
| 4 |
prefetch_factor: 4
|
|
@@ -6,7 +6,7 @@ lr_scheduler_type: constant
|
|
| 6 |
learning_rate: 1.0e-05
|
| 7 |
num_epochs: null
|
| 8 |
log_every: 10
|
| 9 |
-
save_every:
|
| 10 |
save_accelerator_state: true
|
| 11 |
eval_every: 1000
|
| 12 |
eval_num_inference_samples: 8
|
|
@@ -17,7 +17,7 @@ mixed_precision: bf16
|
|
| 17 |
seed: 42
|
| 18 |
max_grad_norm: 1.0
|
| 19 |
weight_decay: 0.001
|
| 20 |
-
resume: runs/cotrain_droid_teleop/video_only/checkpoints/weights/
|
| 21 |
resume_reset: true
|
| 22 |
train_mode: joint
|
| 23 |
wandb:
|
|
@@ -30,135 +30,66 @@ wandb:
|
|
| 30 |
data:
|
| 31 |
train:
|
| 32 |
_target_: fastwam.datasets.lerobot.lerobot_pretrain_dataset_v3.LerobotPretrainDatasetV3
|
| 33 |
-
|
| 34 |
-
teleop:
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
num_frames: 17
|
| 39 |
action_video_freq_ratio: 2
|
| 40 |
-
frame_size:
|
| 41 |
-
- 256
|
| 42 |
-
- 320
|
| 43 |
-
camera_mapping_per_dataset:
|
| 44 |
-
droid:
|
| 45 |
-
primary: observation.images.exterior_image_1_left
|
| 46 |
-
wrist: observation.images.wrist_image_left
|
| 47 |
-
teleop:
|
| 48 |
-
primary: observation.images.right_3pv_camera
|
| 49 |
-
wrist: observation.images.wrist_camera
|
| 50 |
-
action_mapping_per_dataset:
|
| 51 |
-
droid:
|
| 52 |
-
skip: 10
|
| 53 |
-
teleop:
|
| 54 |
-
action.body_eef_xyz: 3
|
| 55 |
-
action.body_eef_rot6d: 6
|
| 56 |
-
action.gripper_state: 1
|
| 57 |
-
proprio_mapping_per_dataset:
|
| 58 |
-
droid:
|
| 59 |
-
skip: 8
|
| 60 |
-
teleop:
|
| 61 |
-
state.joint_pos: 7
|
| 62 |
-
state.gripper_state: 1
|
| 63 |
-
action_norm_mask_per_dataset:
|
| 64 |
-
droid:
|
| 65 |
-
action:
|
| 66 |
-
- true
|
| 67 |
-
- true
|
| 68 |
-
- true
|
| 69 |
-
- true
|
| 70 |
-
- true
|
| 71 |
-
- true
|
| 72 |
-
- false
|
| 73 |
-
- false
|
| 74 |
-
teleop:
|
| 75 |
-
action.body_eef_xyz:
|
| 76 |
-
- true
|
| 77 |
-
- true
|
| 78 |
-
- true
|
| 79 |
-
action.body_eef_rot6d:
|
| 80 |
-
- true
|
| 81 |
-
- true
|
| 82 |
-
- true
|
| 83 |
-
- true
|
| 84 |
-
- true
|
| 85 |
-
- true
|
| 86 |
-
action.gripper_state:
|
| 87 |
-
- false
|
| 88 |
-
proprio_norm_mask_per_dataset:
|
| 89 |
-
droid:
|
| 90 |
-
action:
|
| 91 |
-
- true
|
| 92 |
-
- true
|
| 93 |
-
- true
|
| 94 |
-
- true
|
| 95 |
-
- true
|
| 96 |
-
- true
|
| 97 |
-
- false
|
| 98 |
-
- false
|
| 99 |
-
teleop:
|
| 100 |
-
state.joint_pos:
|
| 101 |
-
- true
|
| 102 |
-
- true
|
| 103 |
-
- true
|
| 104 |
-
- true
|
| 105 |
-
- true
|
| 106 |
-
- true
|
| 107 |
-
- true
|
| 108 |
-
state.gripper_state:
|
| 109 |
-
- false
|
| 110 |
emit_raw_video: true
|
| 111 |
context_len: 128
|
| 112 |
-
image_aug: false
|
| 113 |
sampler_type: hierarchical_chunk
|
| 114 |
episode_weighting: uniform
|
| 115 |
sampler_num_samples: 1000000000
|
| 116 |
val:
|
| 117 |
_target_: fastwam.datasets.lerobot.lerobot_dataset_v3.LerobotDatasetV3
|
| 118 |
data_root: data/datasets/teleop/pnp202/val
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
num_frames: 17
|
| 120 |
action_video_freq_ratio: 2
|
| 121 |
-
frame_size:
|
| 122 |
-
- 256
|
| 123 |
-
- 320
|
| 124 |
-
camera_mapping:
|
| 125 |
-
primary: observation.images.right_3pv_camera
|
| 126 |
-
wrist: observation.images.wrist_camera
|
| 127 |
-
action_mapping:
|
| 128 |
-
action.body_eef_xyz: 3
|
| 129 |
-
action.body_eef_rot6d: 6
|
| 130 |
-
action.gripper_state: 1
|
| 131 |
-
proprio_mapping:
|
| 132 |
-
state.joint_pos: 7
|
| 133 |
-
state.gripper_state: 1
|
| 134 |
-
action_norm_mask:
|
| 135 |
-
action.body_eef_xyz:
|
| 136 |
-
- true
|
| 137 |
-
- true
|
| 138 |
-
- true
|
| 139 |
-
action.body_eef_rot6d:
|
| 140 |
-
- true
|
| 141 |
-
- true
|
| 142 |
-
- true
|
| 143 |
-
- true
|
| 144 |
-
- true
|
| 145 |
-
- true
|
| 146 |
-
action.gripper_state:
|
| 147 |
-
- false
|
| 148 |
-
proprio_norm_mask:
|
| 149 |
-
state.joint_pos:
|
| 150 |
-
- true
|
| 151 |
-
- true
|
| 152 |
-
- true
|
| 153 |
-
- true
|
| 154 |
-
- true
|
| 155 |
-
- true
|
| 156 |
-
- true
|
| 157 |
-
state.gripper_state:
|
| 158 |
-
- false
|
| 159 |
emit_video: true
|
| 160 |
context_len: 128
|
| 161 |
-
image_aug: false
|
| 162 |
sampler_type: resumable_epoch
|
| 163 |
model:
|
| 164 |
_target_: fastwam.runtime.create_fastwam_joint
|
|
@@ -167,10 +98,9 @@ model:
|
|
| 167 |
tokenizer_max_len: 128
|
| 168 |
load_text_encoder: false
|
| 169 |
redirect_common_files: false
|
| 170 |
-
mot_checkpoint_mixed_attn:
|
| 171 |
action_dit_pretrained_path: checkpoints/ActionDiT_linear_interp_Wan22_alphascale_512hdim_adim10.pt
|
| 172 |
skip_dit_load_from_pretrain: false
|
| 173 |
-
checkpoint_video_dit_only: true
|
| 174 |
num_frames: 17
|
| 175 |
video_dit_config:
|
| 176 |
patch_size:
|
|
@@ -187,7 +117,7 @@ model:
|
|
| 187 |
attn_head_dim: 128
|
| 188 |
num_layers: 30
|
| 189 |
eps: 1.0e-06
|
| 190 |
-
use_gradient_checkpointing:
|
| 191 |
action_dit_config:
|
| 192 |
proprio_dim: 8
|
| 193 |
action_dim: 10
|
|
@@ -199,7 +129,7 @@ model:
|
|
| 199 |
text_dim: 4096
|
| 200 |
freq_dim: 256
|
| 201 |
eps: 1.0e-06
|
| 202 |
-
use_gradient_checkpointing:
|
| 203 |
video_scheduler:
|
| 204 |
train_shift: 3.0
|
| 205 |
infer_shift: null
|
|
|
|
| 1 |
+
output_dir: ./runs/cotrain_droid_teleop/2026-07-05_01-26-59
|
| 2 |
batch_size: 8
|
| 3 |
num_workers: 4
|
| 4 |
prefetch_factor: 4
|
|
|
|
| 6 |
learning_rate: 1.0e-05
|
| 7 |
num_epochs: null
|
| 8 |
log_every: 10
|
| 9 |
+
save_every: 2500
|
| 10 |
save_accelerator_state: true
|
| 11 |
eval_every: 1000
|
| 12 |
eval_num_inference_samples: 8
|
|
|
|
| 17 |
seed: 42
|
| 18 |
max_grad_norm: 1.0
|
| 19 |
weight_decay: 0.001
|
| 20 |
+
resume: runs/cotrain_droid_teleop/video_only/checkpoints/weights/step_00015000_adim10.pt
|
| 21 |
resume_reset: true
|
| 22 |
train_mode: joint
|
| 23 |
wandb:
|
|
|
|
| 30 |
data:
|
| 31 |
train:
|
| 32 |
_target_: fastwam.datasets.lerobot.lerobot_pretrain_dataset_v3.LerobotPretrainDatasetV3
|
| 33 |
+
datasets:
|
| 34 |
+
teleop:
|
| 35 |
+
data_root: data/datasets/teleop/pnp202/train
|
| 36 |
+
weight: 1.0
|
| 37 |
+
fps: 15
|
| 38 |
+
processor:
|
| 39 |
+
_target_: fastwam.datasets.lerobot.processors.TeleopProcessor
|
| 40 |
+
required_keys:
|
| 41 |
+
video:
|
| 42 |
+
primary: observation.images.right_3pv_camera
|
| 43 |
+
wrist: observation.images.wrist_camera
|
| 44 |
+
state:
|
| 45 |
+
- state.joint_pos
|
| 46 |
+
- state.gripper_state
|
| 47 |
+
action:
|
| 48 |
+
- state.eef_xyz
|
| 49 |
+
- state.eef_rot6d
|
| 50 |
+
- state.gripper_state
|
| 51 |
+
frame_size:
|
| 52 |
+
- 256
|
| 53 |
+
- 320
|
| 54 |
+
norm_stats_path: data/norm_stats/pnp202_train_fps15.json
|
| 55 |
+
normalize: true
|
| 56 |
+
image_aug: true
|
| 57 |
+
mixture_norm_stats_path: null
|
| 58 |
+
mixture_normalize: false
|
| 59 |
num_frames: 17
|
| 60 |
action_video_freq_ratio: 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
emit_raw_video: true
|
| 62 |
context_len: 128
|
|
|
|
| 63 |
sampler_type: hierarchical_chunk
|
| 64 |
episode_weighting: uniform
|
| 65 |
sampler_num_samples: 1000000000
|
| 66 |
val:
|
| 67 |
_target_: fastwam.datasets.lerobot.lerobot_dataset_v3.LerobotDatasetV3
|
| 68 |
data_root: data/datasets/teleop/pnp202/val
|
| 69 |
+
fps: 15
|
| 70 |
+
processor:
|
| 71 |
+
_target_: fastwam.datasets.lerobot.processors.TeleopProcessor
|
| 72 |
+
required_keys:
|
| 73 |
+
video:
|
| 74 |
+
primary: observation.images.right_3pv_camera
|
| 75 |
+
wrist: observation.images.wrist_camera
|
| 76 |
+
state:
|
| 77 |
+
- state.joint_pos
|
| 78 |
+
- state.gripper_state
|
| 79 |
+
action:
|
| 80 |
+
- state.eef_xyz
|
| 81 |
+
- state.eef_rot6d
|
| 82 |
+
- state.gripper_state
|
| 83 |
+
frame_size:
|
| 84 |
+
- 256
|
| 85 |
+
- 320
|
| 86 |
+
norm_stats_path: data/norm_stats/pnp202_train_fps15.json
|
| 87 |
+
normalize: true
|
| 88 |
+
image_aug: false
|
| 89 |
num_frames: 17
|
| 90 |
action_video_freq_ratio: 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
emit_video: true
|
| 92 |
context_len: 128
|
|
|
|
| 93 |
sampler_type: resumable_epoch
|
| 94 |
model:
|
| 95 |
_target_: fastwam.runtime.create_fastwam_joint
|
|
|
|
| 98 |
tokenizer_max_len: 128
|
| 99 |
load_text_encoder: false
|
| 100 |
redirect_common_files: false
|
| 101 |
+
mot_checkpoint_mixed_attn: false
|
| 102 |
action_dit_pretrained_path: checkpoints/ActionDiT_linear_interp_Wan22_alphascale_512hdim_adim10.pt
|
| 103 |
skip_dit_load_from_pretrain: false
|
|
|
|
| 104 |
num_frames: 17
|
| 105 |
video_dit_config:
|
| 106 |
patch_size:
|
|
|
|
| 117 |
attn_head_dim: 128
|
| 118 |
num_layers: 30
|
| 119 |
eps: 1.0e-06
|
| 120 |
+
use_gradient_checkpointing: false
|
| 121 |
action_dit_config:
|
| 122 |
proprio_dim: 8
|
| 123 |
action_dim: 10
|
|
|
|
| 129 |
text_dim: 4096
|
| 130 |
freq_dim: 256
|
| 131 |
eps: 1.0e-06
|
| 132 |
+
use_gradient_checkpointing: false
|
| 133 |
video_scheduler:
|
| 134 |
train_shift: 3.0
|
| 135 |
infer_shift: null
|