Robotics
LeRobot
Safetensors
act
akimaru commited on
Commit
080d70a
·
verified ·
1 Parent(s): c1be6fc

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 +5 -5
README.md CHANGED
@@ -79,7 +79,7 @@ The policy consumes these observation features and produces these action feature
79
 
80
  | Setting | Value |
81
  | --- | --- |
82
- | Training steps | 100000 |
83
  | Batch size | 16 |
84
  | Optimizer | adamw |
85
  | Learning rate | 1e-05 |
 
79
 
80
  | Setting | Value |
81
  | --- | --- |
82
+ | Training steps | 300000 |
83
  | Batch size | 16 |
84
  | Optimizer | adamw |
85
  | Learning rate | 1e-05 |
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": null,
53
  "pretrained_revision": null,
54
  "chunk_size": 100,
55
  "n_action_steps": 100,
@@ -60,7 +60,7 @@
60
  },
61
  "vision_backbone": "resnet18",
62
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
63
- "replace_final_stride_with_dilation": false,
64
  "pre_norm": false,
65
  "dim_model": 512,
66
  "n_heads": 8,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "outputs/train/3cam_act_so101/checkpoints/last/pretrained_model",
53
  "pretrained_revision": null,
54
  "chunk_size": 100,
55
  "n_action_steps": 100,
 
60
  },
61
  "vision_backbone": "resnet18",
62
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
63
+ "replace_final_stride_with_dilation": 0,
64
  "pre_norm": false,
65
  "dim_model": 512,
66
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:916773b3bb3f9dbdf3ad20bb43278af29cff62d6d946ffff463fcd7084263e70
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc6bb2fba763d7e05a6b4142a8dcb7bdc232d0761703cb9a871f52251fbd995
3
  size 206699736
train_config.json CHANGED
@@ -132,7 +132,7 @@
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
- "pretrained_path": null,
136
  "pretrained_revision": null,
137
  "chunk_size": 100,
138
  "n_action_steps": 100,
@@ -143,7 +143,7 @@
143
  },
144
  "vision_backbone": "resnet18",
145
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
146
- "replace_final_stride_with_dilation": false,
147
  "pre_norm": false,
148
  "dim_model": 512,
149
  "n_heads": 8,
@@ -164,14 +164,14 @@
164
  "reward_model": null,
165
  "output_dir": "outputs/train/3cam_act_so101",
166
  "job_name": "3cam_act_so101",
167
- "resume": false,
168
  "seed": 1000,
169
  "cudnn_deterministic": false,
170
  "num_workers": 4,
171
  "batch_size": 16,
172
  "prefetch_factor": 4,
173
  "persistent_workers": true,
174
- "steps": 100000,
175
  "eval_freq": 20000,
176
  "log_freq": 100,
177
  "tolerance_s": 0.0001,
@@ -211,5 +211,5 @@
211
  "peft": null,
212
  "sample_weighting": null,
213
  "rename_map": {},
214
- "checkpoint_path": null
215
  }
 
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
+ "pretrained_path": "outputs/train/3cam_act_so101/checkpoints/last/pretrained_model",
136
  "pretrained_revision": null,
137
  "chunk_size": 100,
138
  "n_action_steps": 100,
 
143
  },
144
  "vision_backbone": "resnet18",
145
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
146
+ "replace_final_stride_with_dilation": 0,
147
  "pre_norm": false,
148
  "dim_model": 512,
149
  "n_heads": 8,
 
164
  "reward_model": null,
165
  "output_dir": "outputs/train/3cam_act_so101",
166
  "job_name": "3cam_act_so101",
167
+ "resume": true,
168
  "seed": 1000,
169
  "cudnn_deterministic": false,
170
  "num_workers": 4,
171
  "batch_size": 16,
172
  "prefetch_factor": 4,
173
  "persistent_workers": true,
174
+ "steps": 300000,
175
  "eval_freq": 20000,
176
  "log_freq": 100,
177
  "tolerance_s": 0.0001,
 
211
  "peft": null,
212
  "sample_weighting": null,
213
  "rename_map": {},
214
+ "checkpoint_path": "outputs/train/3cam_act_so101/checkpoints/last"
215
  }