Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +5 -5
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model_name: act
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
| 9 |
-
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
|
|
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- act
|
|
|
|
| 9 |
- lerobot
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for act
|
config.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"n_action_steps": 100,
|
| 42 |
"vision_backbone": "resnet18",
|
| 43 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 44 |
-
"replace_final_stride_with_dilation":
|
| 45 |
"pre_norm": false,
|
| 46 |
"dim_model": 512,
|
| 47 |
"n_heads": 8,
|
|
|
|
| 41 |
"n_action_steps": 100,
|
| 42 |
"vision_backbone": "resnet18",
|
| 43 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 44 |
+
"replace_final_stride_with_dilation": 0,
|
| 45 |
"pre_norm": false,
|
| 46 |
"dim_model": 512,
|
| 47 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206700800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efcc580230068555b3699f6b41a43c138d62729f1497d70f09248bbc15e630f8
|
| 3 |
size 206700800
|
train_config.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
| 108 |
"n_action_steps": 100,
|
| 109 |
"vision_backbone": "resnet18",
|
| 110 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 111 |
-
"replace_final_stride_with_dilation":
|
| 112 |
"pre_norm": false,
|
| 113 |
"dim_model": 512,
|
| 114 |
"n_heads": 8,
|
|
@@ -128,15 +128,15 @@
|
|
| 128 |
},
|
| 129 |
"output_dir": "outputs/train/leon_act_grab_brush_diff_bin_orient2_main",
|
| 130 |
"job_name": "leon_act_grab_brush_diff_bin_orient2_main",
|
| 131 |
-
"resume":
|
| 132 |
"seed": 1000,
|
| 133 |
"num_workers": 4,
|
| 134 |
"batch_size": 16,
|
| 135 |
-
"steps":
|
| 136 |
"eval_freq": 20000,
|
| 137 |
"log_freq": 200,
|
| 138 |
"save_checkpoint": true,
|
| 139 |
-
"save_freq":
|
| 140 |
"use_policy_training_preset": true,
|
| 141 |
"optimizer": {
|
| 142 |
"type": "adamw",
|
|
@@ -156,7 +156,7 @@
|
|
| 156 |
"use_async_envs": false
|
| 157 |
},
|
| 158 |
"wandb": {
|
| 159 |
-
"enable":
|
| 160 |
"disable_artifact": false,
|
| 161 |
"project": "lerobot",
|
| 162 |
"entity": null,
|
|
|
|
| 108 |
"n_action_steps": 100,
|
| 109 |
"vision_backbone": "resnet18",
|
| 110 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 111 |
+
"replace_final_stride_with_dilation": 0,
|
| 112 |
"pre_norm": false,
|
| 113 |
"dim_model": 512,
|
| 114 |
"n_heads": 8,
|
|
|
|
| 128 |
},
|
| 129 |
"output_dir": "outputs/train/leon_act_grab_brush_diff_bin_orient2_main",
|
| 130 |
"job_name": "leon_act_grab_brush_diff_bin_orient2_main",
|
| 131 |
+
"resume": true,
|
| 132 |
"seed": 1000,
|
| 133 |
"num_workers": 4,
|
| 134 |
"batch_size": 16,
|
| 135 |
+
"steps": 200000,
|
| 136 |
"eval_freq": 20000,
|
| 137 |
"log_freq": 200,
|
| 138 |
"save_checkpoint": true,
|
| 139 |
+
"save_freq": 40000,
|
| 140 |
"use_policy_training_preset": true,
|
| 141 |
"optimizer": {
|
| 142 |
"type": "adamw",
|
|
|
|
| 156 |
"use_async_envs": false
|
| 157 |
},
|
| 158 |
"wandb": {
|
| 159 |
+
"enable": false,
|
| 160 |
"disable_artifact": false,
|
| 161 |
"project": "lerobot",
|
| 162 |
"entity": null,
|