Robotics
LeRobot
Safetensors
act
roboseasy commited on
Commit
ebb7efc
·
verified ·
1 Parent(s): c5460e4

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 +8 -8
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
9
- - act
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
 
9
  - robotics
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "outputs/train/act_so101/classify_color_balls/checkpoints/last/pretrained_model",
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
@@ -51,7 +51,7 @@
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,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": null,
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": false,
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:b54f44ed257576bad9a01ad265b2a9057e97ec23a87aecc8a99623db1b2c5227
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3861e95adb233ce5710a4b4ff0dc9aed12a78c1ef0f65faaf4000eeb53254b
3
  size 206699736
train_config.json CHANGED
@@ -76,7 +76,7 @@
76
  },
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
- "video_backend": "torchcodec",
80
  "streaming": false
81
  },
82
  "env": null,
@@ -123,7 +123,7 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": "outputs/train/act_so101/classify_color_balls/checkpoints/last/pretrained_model",
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
@@ -133,7 +133,7 @@
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,
@@ -153,16 +153,16 @@
153
  },
154
  "output_dir": "outputs/train/act_so101/classify_color_balls",
155
  "job_name": "act_so101",
156
- "resume": true,
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 8,
160
- "steps": 90000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,
164
  "save_checkpoint": true,
165
- "save_freq": 5000,
166
  "use_policy_training_preset": true,
167
  "optimizer": {
168
  "type": "adamw",
@@ -187,7 +187,7 @@
187
  "project": "lerobot",
188
  "entity": null,
189
  "notes": null,
190
- "run_id": "1aj11qxv",
191
  "mode": null
192
  },
193
  "peft": null,
@@ -197,5 +197,5 @@
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
- "checkpoint_path": "outputs/train/act_so101/classify_color_balls/checkpoints/last"
201
  }
 
76
  },
77
  "revision": null,
78
  "use_imagenet_stats": true,
79
+ "video_backend": "pyav",
80
  "streaming": false
81
  },
82
  "env": null,
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": null,
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": false,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
 
153
  },
154
  "output_dir": "outputs/train/act_so101/classify_color_balls",
155
  "job_name": "act_so101",
156
+ "resume": false,
157
  "seed": 1000,
158
  "num_workers": 4,
159
  "batch_size": 8,
160
+ "steps": 100000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,
164
  "save_checkpoint": true,
165
+ "save_freq": 10000,
166
  "use_policy_training_preset": true,
167
  "optimizer": {
168
  "type": "adamw",
 
187
  "project": "lerobot",
188
  "entity": null,
189
  "notes": null,
190
+ "run_id": "r4ladwiw",
191
  "mode": null
192
  },
193
  "peft": null,
 
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
+ "checkpoint_path": null
201
  }