Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +1 -1
- model.safetensors +1 -1
- train_config.json +9 -9
README.md
CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
5 |
model_name: act
|
6 |
pipeline_tag: robotics
|
7 |
tags:
|
|
|
8 |
- lerobot
|
9 |
- robotics
|
10 |
-
- act
|
11 |
---
|
12 |
|
13 |
# Model Card for act
|
|
|
5 |
model_name: act
|
6 |
pipeline_tag: robotics
|
7 |
tags:
|
8 |
+
- act
|
9 |
- lerobot
|
10 |
- robotics
|
|
|
11 |
---
|
12 |
|
13 |
# Model Card for act
|
config.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
"n_action_steps": 100,
|
50 |
"vision_backbone": "resnet18",
|
51 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
52 |
-
"replace_final_stride_with_dilation":
|
53 |
"pre_norm": false,
|
54 |
"dim_model": 512,
|
55 |
"n_heads": 8,
|
|
|
49 |
"n_action_steps": 100,
|
50 |
"vision_backbone": "resnet18",
|
51 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
52 |
+
"replace_final_stride_with_dilation": false,
|
53 |
"pre_norm": false,
|
54 |
"dim_model": 512,
|
55 |
"n_heads": 8,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 206750392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dee7f2f8c1c0631290f289e6785d4a7bd579d5afa5c787926e4b87a9dababea
|
3 |
size 206750392
|
train_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"dataset": {
|
3 |
"repo_id": "wangwwwww111/dual_arm_task",
|
4 |
-
"root": "/home/fiveages/.cache/huggingface/lerobot/wangwwwww111/
|
5 |
"episodes": null,
|
6 |
"image_transforms": {
|
7 |
"enable": false,
|
@@ -116,7 +116,7 @@
|
|
116 |
"n_action_steps": 100,
|
117 |
"vision_backbone": "resnet18",
|
118 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
119 |
-
"replace_final_stride_with_dilation":
|
120 |
"pre_norm": false,
|
121 |
"dim_model": 512,
|
122 |
"n_heads": 8,
|
@@ -134,17 +134,17 @@
|
|
134 |
"optimizer_weight_decay": 0.0001,
|
135 |
"optimizer_lr_backbone": 1e-05
|
136 |
},
|
137 |
-
"output_dir": "outputs/train/
|
138 |
-
"job_name": "
|
139 |
-
"resume":
|
140 |
"seed": 1000,
|
141 |
"num_workers": 16,
|
142 |
-
"batch_size":
|
143 |
-
"steps":
|
144 |
-
"eval_freq":
|
145 |
"log_freq": 2000,
|
146 |
"save_checkpoint": true,
|
147 |
-
"save_freq":
|
148 |
"use_policy_training_preset": true,
|
149 |
"optimizer": {
|
150 |
"type": "adamw",
|
|
|
1 |
{
|
2 |
"dataset": {
|
3 |
"repo_id": "wangwwwww111/dual_arm_task",
|
4 |
+
"root": "/home/fiveages/.cache/huggingface/lerobot/wangwwwww111/dual_arm_towel_3camera_lowfps_stage1_grab_release",
|
5 |
"episodes": null,
|
6 |
"image_transforms": {
|
7 |
"enable": false,
|
|
|
116 |
"n_action_steps": 100,
|
117 |
"vision_backbone": "resnet18",
|
118 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
119 |
+
"replace_final_stride_with_dilation": false,
|
120 |
"pre_norm": false,
|
121 |
"dim_model": 512,
|
122 |
"n_heads": 8,
|
|
|
134 |
"optimizer_weight_decay": 0.0001,
|
135 |
"optimizer_lr_backbone": 1e-05
|
136 |
},
|
137 |
+
"output_dir": "outputs/train/act_dual_arm_towel_3camera_lowfps_stage1_grab_release",
|
138 |
+
"job_name": "act_dual_arm_towel_3camera_lowfps_stage1_grab_release",
|
139 |
+
"resume": false,
|
140 |
"seed": 1000,
|
141 |
"num_workers": 16,
|
142 |
+
"batch_size": 32,
|
143 |
+
"steps": 200000,
|
144 |
+
"eval_freq": 10000,
|
145 |
"log_freq": 2000,
|
146 |
"save_checkpoint": true,
|
147 |
+
"save_freq": 10000,
|
148 |
"use_policy_training_preset": true,
|
149 |
"optimizer": {
|
150 |
"type": "adamw",
|