Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,8 +5,8 @@ license: apache-2.0
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- robotics
|
| 9 |
- act
|
|
|
|
| 10 |
- lerobot
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
model_name: act
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- act
|
| 9 |
+
- robotics
|
| 10 |
- lerobot
|
| 11 |
---
|
| 12 |
|
config.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
| 52 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 53 |
"replace_final_stride_with_dilation": false,
|
| 54 |
"vision_encoder_name": "helper2424/resnet10",
|
| 55 |
-
"freeze_vision_encoder":
|
| 56 |
"pre_norm": false,
|
| 57 |
"dim_model": 512,
|
| 58 |
"n_heads": 8,
|
|
|
|
| 52 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 53 |
"replace_final_stride_with_dilation": false,
|
| 54 |
"vision_encoder_name": "helper2424/resnet10",
|
| 55 |
+
"freeze_vision_encoder": false,
|
| 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:
|
| 3 |
size 181580292
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:584f3715c6ff300a1de5d967a60cb4fcfdef8967f38bd8d7798f52840392e1a2
|
| 3 |
size 181580292
|
train_config.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
| 134 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 135 |
"replace_final_stride_with_dilation": false,
|
| 136 |
"vision_encoder_name": "helper2424/resnet10",
|
| 137 |
-
"freeze_vision_encoder":
|
| 138 |
"pre_norm": false,
|
| 139 |
"dim_model": 512,
|
| 140 |
"n_heads": 8,
|
|
@@ -152,7 +152,7 @@
|
|
| 152 |
"optimizer_weight_decay": 0.0001,
|
| 153 |
"optimizer_lr_backbone": 1e-05
|
| 154 |
},
|
| 155 |
-
"output_dir": "outputs/train/2026-01-18/06-
|
| 156 |
"job_name": "act",
|
| 157 |
"resume": false,
|
| 158 |
"seed": 1000,
|
|
@@ -187,7 +187,7 @@
|
|
| 187 |
"project": "so101_pretraining",
|
| 188 |
"entity": null,
|
| 189 |
"notes": "ACT(helper2424/resnet10) pre-training on SO-101 20 episode demonstrations",
|
| 190 |
-
"run_id": "
|
| 191 |
"mode": null
|
| 192 |
},
|
| 193 |
"checkpoint_path": null,
|
|
|
|
| 134 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 135 |
"replace_final_stride_with_dilation": false,
|
| 136 |
"vision_encoder_name": "helper2424/resnet10",
|
| 137 |
+
"freeze_vision_encoder": false,
|
| 138 |
"pre_norm": false,
|
| 139 |
"dim_model": 512,
|
| 140 |
"n_heads": 8,
|
|
|
|
| 152 |
"optimizer_weight_decay": 0.0001,
|
| 153 |
"optimizer_lr_backbone": 1e-05
|
| 154 |
},
|
| 155 |
+
"output_dir": "outputs/train/2026-01-18/06-54-02_act",
|
| 156 |
"job_name": "act",
|
| 157 |
"resume": false,
|
| 158 |
"seed": 1000,
|
|
|
|
| 187 |
"project": "so101_pretraining",
|
| 188 |
"entity": null,
|
| 189 |
"notes": "ACT(helper2424/resnet10) pre-training on SO-101 20 episode demonstrations",
|
| 190 |
+
"run_id": "4qot1cg3",
|
| 191 |
"mode": null
|
| 192 |
},
|
| 193 |
"checkpoint_path": null,
|