Robotics
LeRobot
Safetensors
act
ExponentialJet commited on
Commit
8977ac8
·
verified ·
1 Parent(s): 15fda18

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - robotics
 
10
  - lerobot
11
  ---
12
 
@@ -78,7 +78,7 @@ The policy consumes these observation features and produces these action feature
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
- | Training steps | 10000 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
  | Learning rate | 1e-05 |
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
+ - act
10
  - lerobot
11
  ---
12
 
 
78
 
79
  | Setting | Value |
80
  | --- | --- |
81
+ | Training steps | 40000 |
82
  | Batch size | 16 |
83
  | Optimizer | adamw |
84
  | Learning rate | 1e-05 |
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": null,
45
  "pretrained_revision": null,
46
  "chunk_size": 100,
47
  "n_action_steps": 100,
@@ -52,7 +52,7 @@
52
  },
53
  "vision_backbone": "resnet18",
54
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
55
- "replace_final_stride_with_dilation": false,
56
  "pre_norm": false,
57
  "dim_model": 512,
58
  "n_heads": 8,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last/pretrained_model",
45
  "pretrained_revision": null,
46
  "chunk_size": 100,
47
  "n_action_steps": 100,
 
52
  },
53
  "vision_backbone": "resnet18",
54
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
55
+ "replace_final_stride_with_dilation": 0,
56
  "pre_norm": false,
57
  "dim_model": 512,
58
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5a5ae52720f055a797cda989fbe9070b726f5131e202f817d8ce4d44a25abe3
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4727630b0505f2f9c32cf6e7e7b2d8e713b66bac6497ef2fa459c60b60e6d14
3
  size 206699736
train_config.json CHANGED
@@ -126,7 +126,7 @@
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
- "pretrained_path": null,
130
  "pretrained_revision": null,
131
  "chunk_size": 100,
132
  "n_action_steps": 100,
@@ -137,7 +137,7 @@
137
  },
138
  "vision_backbone": "resnet18",
139
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
140
- "replace_final_stride_with_dilation": false,
141
  "pre_norm": false,
142
  "dim_model": 512,
143
  "n_heads": 8,
@@ -158,14 +158,14 @@
158
  "reward_model": null,
159
  "output_dir": "outputs/train/pick_red_v2_2_record",
160
  "job_name": "pick_red_v2_2_training_job",
161
- "resume": false,
162
  "seed": 1000,
163
  "cudnn_deterministic": false,
164
  "num_workers": 4,
165
  "batch_size": 16,
166
  "prefetch_factor": 4,
167
  "persistent_workers": true,
168
- "steps": 10000,
169
  "env_eval_freq": 20000,
170
  "log_freq": 200,
171
  "eval_steps": 0,
@@ -212,8 +212,8 @@
212
  "detach": false,
213
  "tags": []
214
  },
215
- "save_checkpoint_to_hub": false,
216
  "sample_weighting": null,
217
  "rename_map": {},
218
- "checkpoint_path": null
219
  }
 
126
  "private": null,
127
  "tags": null,
128
  "license": null,
129
+ "pretrained_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last/pretrained_model",
130
  "pretrained_revision": null,
131
  "chunk_size": 100,
132
  "n_action_steps": 100,
 
137
  },
138
  "vision_backbone": "resnet18",
139
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
140
+ "replace_final_stride_with_dilation": 0,
141
  "pre_norm": false,
142
  "dim_model": 512,
143
  "n_heads": 8,
 
158
  "reward_model": null,
159
  "output_dir": "outputs/train/pick_red_v2_2_record",
160
  "job_name": "pick_red_v2_2_training_job",
161
+ "resume": true,
162
  "seed": 1000,
163
  "cudnn_deterministic": false,
164
  "num_workers": 4,
165
  "batch_size": 16,
166
  "prefetch_factor": 4,
167
  "persistent_workers": true,
168
+ "steps": 40000,
169
  "env_eval_freq": 20000,
170
  "log_freq": 200,
171
  "eval_steps": 0,
 
212
  "detach": false,
213
  "tags": []
214
  },
215
+ "save_checkpoint_to_hub": true,
216
  "sample_weighting": null,
217
  "rename_map": {},
218
+ "checkpoint_path": "/content/outputs/train/pick_red_v2_2_record/checkpoints/last"
219
  }