Robotics
LeRobot
Safetensors
act
PRFitz commited on
Commit
6dbe45b
·
verified ·
1 Parent(s): 68b3c7c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- datasets: PRFitz/lekiwi-dataset-crosstap-mlr1
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - act
 
10
  - robotics
11
  ---
12
 
 
1
  ---
2
+ datasets: PRFitz/lekiwi-dataset-crosstap-mlr2
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -40,7 +40,7 @@
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 +50,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,
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": "PRFitz/crosstap_act",
44
  "chunk_size": 100,
45
  "n_action_steps": 100,
46
  "normalization_mapping": {
 
50
  },
51
  "vision_backbone": "resnet18",
52
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
53
+ "replace_final_stride_with_dilation": 0,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e986a9138b939d14817ca4a04873e4a4ad8622a26030ed1759a62724e922eca
3
  size 206724324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf76b81d8fb182c1da0451b83be85fb6eebcd0a4f9da7e6de2c8579c33382e7f
3
  size 206724324
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "PRFitz/lekiwi-dataset-crosstap-mlr1",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -122,7 +122,7 @@
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 +132,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,7 +150,7 @@
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
- "output_dir": "outputs/train/crosstap_act1",
154
  "job_name": "act_training",
155
  "resume": false,
156
  "seed": 1000,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "PRFitz/lekiwi-dataset-crosstap-mlr2",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
122
  "private": null,
123
  "tags": null,
124
  "license": null,
125
+ "pretrained_path": "PRFitz/crosstap_act",
126
  "chunk_size": 100,
127
  "n_action_steps": 100,
128
  "normalization_mapping": {
 
132
  },
133
  "vision_backbone": "resnet18",
134
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
135
+ "replace_final_stride_with_dilation": 0,
136
  "pre_norm": false,
137
  "dim_model": 512,
138
  "n_heads": 8,
 
150
  "optimizer_weight_decay": 0.0001,
151
  "optimizer_lr_backbone": 1e-05
152
  },
153
+ "output_dir": "outputs/train/crosstap_act2",
154
  "job_name": "act_training",
155
  "resume": false,
156
  "seed": 1000,