Robotics
LeRobot
Safetensors
act
Rqwebdev commited on
Commit
163bb59
·
verified ·
1 Parent(s): 55eccc5

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +3 -2
  3. model.safetensors +1 -1
  4. train_config.json +17 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- datasets: Rqwebdev/sock-sorter
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
 
1
  ---
2
+ datasets: Rqwebdev/sock-sorter-v2
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
config.json CHANGED
@@ -35,12 +35,13 @@
35
  },
36
  "device": "cuda",
37
  "use_amp": false,
 
38
  "push_to_hub": true,
39
  "repo_id": "Rqwebdev/my_policy",
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
- "pretrained_path": null,
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
@@ -50,7 +51,7 @@
50
  },
51
  "vision_backbone": "resnet18",
52
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
53
- "replace_final_stride_with_dilation": false,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
 
35
  },
36
  "device": "cuda",
37
  "use_amp": false,
38
+ "use_peft": false,
39
  "push_to_hub": true,
40
  "repo_id": "Rqwebdev/my_policy",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "outputs/train/sock-sorter-v2/checkpoints/last/pretrained_model",
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
 
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": 0,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2f54d25891f589b31eb150ef73e7447c80307040d7a35d70eb6d1242a9c3e41
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba5b74434846bf0e9d46129bf1ddc5663ebdc161e07d9247f5c70930288e92a3
3
  size 206699736
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "Rqwebdev/sock-sorter",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -117,12 +117,13 @@
117
  },
118
  "device": "cuda",
119
  "use_amp": false,
 
120
  "push_to_hub": true,
121
  "repo_id": "Rqwebdev/my_policy",
122
  "private": null,
123
  "tags": null,
124
  "license": null,
125
- "pretrained_path": null,
126
  "chunk_size": 100,
127
  "n_action_steps": 100,
128
  "normalization_mapping": {
@@ -132,7 +133,7 @@
132
  },
133
  "vision_backbone": "resnet18",
134
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
135
- "replace_final_stride_with_dilation": false,
136
  "pre_norm": false,
137
  "dim_model": 512,
138
  "n_heads": 8,
@@ -150,15 +151,17 @@
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
- "output_dir": "outputs/train/sock-sorter",
154
- "job_name": "sock-sorter",
155
- "resume": false,
156
  "seed": 1000,
 
157
  "num_workers": 4,
158
  "batch_size": 8,
159
  "steps": 100000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
 
162
  "save_checkpoint": true,
163
  "save_freq": 20000,
164
  "use_policy_training_preset": true,
@@ -188,6 +191,12 @@
188
  "run_id": null,
189
  "mode": null
190
  },
191
- "checkpoint_path": null,
192
- "rename_map": {}
 
 
 
 
 
 
193
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "Rqwebdev/sock-sorter-v2",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
117
  },
118
  "device": "cuda",
119
  "use_amp": false,
120
+ "use_peft": false,
121
  "push_to_hub": true,
122
  "repo_id": "Rqwebdev/my_policy",
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": "outputs/train/sock-sorter-v2/checkpoints/last/pretrained_model",
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
 
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
+ "replace_final_stride_with_dilation": 0,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
 
151
  "optimizer_weight_decay": 0.0001,
152
  "optimizer_lr_backbone": 1e-05
153
  },
154
+ "output_dir": "outputs/train/sock-sorter-v2",
155
+ "job_name": "sock-sorter-v2",
156
+ "resume": true,
157
  "seed": 1000,
158
+ "cudnn_deterministic": false,
159
  "num_workers": 4,
160
  "batch_size": 8,
161
  "steps": 100000,
162
  "eval_freq": 20000,
163
  "log_freq": 200,
164
+ "tolerance_s": 0.0001,
165
  "save_checkpoint": true,
166
  "save_freq": 20000,
167
  "use_policy_training_preset": true,
 
191
  "run_id": null,
192
  "mode": null
193
  },
194
+ "peft": null,
195
+ "use_rabc": false,
196
+ "rabc_progress_path": null,
197
+ "rabc_kappa": 0.01,
198
+ "rabc_epsilon": 1e-06,
199
+ "rabc_head_mode": "sparse",
200
+ "rename_map": {},
201
+ "checkpoint_path": "outputs/train/sock-sorter-v2/checkpoints/last"
202
  }