Robotics
LeRobot
Safetensors
act_smooth
giacomoran commited on
Commit
9d65a54
·
verified ·
1 Parent(s): 0454180

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +6 -6
config.json CHANGED
@@ -27,7 +27,7 @@
27
  "private": null,
28
  "tags": null,
29
  "license": null,
30
- "pretrained_path": null,
31
  "chunk_size": 30,
32
  "n_action_steps": 30,
33
  "length_prefix_past": 4,
@@ -40,7 +40,7 @@
40
  },
41
  "vision_backbone": "resnet18",
42
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
43
- "replace_final_stride_with_dilation": false,
44
  "pre_norm": false,
45
  "dim_model": 512,
46
  "n_heads": 8,
 
27
  "private": null,
28
  "tags": null,
29
  "license": null,
30
+ "pretrained_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000/pretrained_model",
31
  "chunk_size": 30,
32
  "n_action_steps": 30,
33
  "length_prefix_past": 4,
 
40
  },
41
  "vision_backbone": "resnet18",
42
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
43
+ "replace_final_stride_with_dilation": 0,
44
  "pre_norm": false,
45
  "dim_model": 512,
46
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c092ef0cdadc1e99ec5e013e4186d557d1ec8cf99151bdc59880f5e48df9290
3
  size 136861032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778da8df9dea8440ff96e333b5d28af9a55ac30ea7c9888be23bb0c8cc896e57
3
  size 136861032
train_config.json CHANGED
@@ -109,7 +109,7 @@
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
- "pretrained_path": null,
113
  "chunk_size": 30,
114
  "n_action_steps": 30,
115
  "length_prefix_past": 4,
@@ -122,7 +122,7 @@
122
  },
123
  "vision_backbone": "resnet18",
124
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
125
- "replace_final_stride_with_dilation": false,
126
  "pre_norm": false,
127
  "dim_model": 512,
128
  "n_heads": 8,
@@ -141,17 +141,17 @@
141
  },
142
  "output_dir": "/workspace/so101_cube_dm_act_smooth_p4f2",
143
  "job_name": "act_smooth",
144
- "resume": false,
145
  "seed": 1000,
146
  "cudnn_deterministic": false,
147
  "num_workers": 8,
148
  "batch_size": 32,
149
- "steps": 30000,
150
  "eval_freq": 20000,
151
  "log_freq": 200,
152
  "tolerance_s": 0.0001,
153
  "save_checkpoint": true,
154
- "save_freq": 10000,
155
  "use_policy_training_preset": true,
156
  "optimizer": {
157
  "type": "adamw",
@@ -186,5 +186,5 @@
186
  "rabc_epsilon": 1e-06,
187
  "rabc_head_mode": "sparse",
188
  "rename_map": {},
189
- "checkpoint_path": null
190
  }
 
109
  "private": null,
110
  "tags": null,
111
  "license": null,
112
+ "pretrained_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000/pretrained_model",
113
  "chunk_size": 30,
114
  "n_action_steps": 30,
115
  "length_prefix_past": 4,
 
122
  },
123
  "vision_backbone": "resnet18",
124
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
125
+ "replace_final_stride_with_dilation": 0,
126
  "pre_norm": false,
127
  "dim_model": 512,
128
  "n_heads": 8,
 
141
  },
142
  "output_dir": "/workspace/so101_cube_dm_act_smooth_p4f2",
143
  "job_name": "act_smooth",
144
+ "resume": true,
145
  "seed": 1000,
146
  "cudnn_deterministic": false,
147
  "num_workers": 8,
148
  "batch_size": 32,
149
+ "steps": 30003,
150
  "eval_freq": 20000,
151
  "log_freq": 200,
152
  "tolerance_s": 0.0001,
153
  "save_checkpoint": true,
154
+ "save_freq": 1,
155
  "use_policy_training_preset": true,
156
  "optimizer": {
157
  "type": "adamw",
 
186
  "rabc_epsilon": 1e-06,
187
  "rabc_head_mode": "sparse",
188
  "rename_map": {},
189
+ "checkpoint_path": "/workspace/so101_cube_dm_act_smooth_p4f2/checkpoints/030000"
190
  }