Robotics
LeRobot
Safetensors
act_smooth
giacomoran commited on
Commit
049efef
·
verified ·
1 Parent(s): ee1d01d

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act_smooth
6
  pipeline_tag: robotics
7
  tags:
8
- - act_smooth
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act_smooth
 
5
  model_name: act_smooth
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
+ - act_smooth
11
  ---
12
 
13
  # Model Card for act_smooth
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": "resnet34",
42
  "pretrained_backbone_weights": "ResNet34_Weights.IMAGENET1K_V1",
43
- "replace_final_stride_with_dilation": false,
44
  "pre_norm": true,
45
  "dim_model": 512,
46
  "n_heads": 8,
 
27
  "private": null,
28
  "tags": null,
29
  "license": null,
30
+ "pretrained_path": "/workspace/so101_gba_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": "resnet34",
42
  "pretrained_backbone_weights": "ResNet34_Weights.IMAGENET1K_V1",
43
+ "replace_final_stride_with_dilation": 0,
44
  "pre_norm": true,
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:87313be7c4c1e34f5dd422fb3aba4ecaf3c911cb4a90aaf6f6c2d7719ebd60b7
3
  size 241960176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7b97e43e31e5b4cd924cfce3d2d414969257af400a2a600e85d0c1964d74e9
3
  size 241960176
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": "resnet34",
124
  "pretrained_backbone_weights": "ResNet34_Weights.IMAGENET1K_V1",
125
- "replace_final_stride_with_dilation": false,
126
  "pre_norm": true,
127
  "dim_model": 512,
128
  "n_heads": 8,
@@ -141,17 +141,17 @@
141
  },
142
  "output_dir": "/workspace/so101_gba_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_gba_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": "resnet34",
124
  "pretrained_backbone_weights": "ResNet34_Weights.IMAGENET1K_V1",
125
+ "replace_final_stride_with_dilation": 0,
126
  "pre_norm": true,
127
  "dim_model": 512,
128
  "n_heads": 8,
 
141
  },
142
  "output_dir": "/workspace/so101_gba_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_gba_dm_act_smooth_p4f2/checkpoints/030000"
190
  }