Robotics
LeRobot
Safetensors
act
lanhe1124 commited on
Commit
d7219d7
·
verified ·
1 Parent(s): 9bf1b09

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 +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
- - act
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - act
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -32,7 +32,7 @@
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
- "pretrained_path": null,
36
  "chunk_size": 100,
37
  "n_action_steps": 100,
38
  "normalization_mapping": {
@@ -42,7 +42,7 @@
42
  },
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
- "replace_final_stride_with_dilation": false,
46
  "pre_norm": false,
47
  "dim_model": 512,
48
  "n_heads": 8,
 
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
+ "pretrained_path": "outputs/train/tennis_final_output/checkpoints/last/pretrained_model",
36
  "chunk_size": 100,
37
  "n_action_steps": 100,
38
  "normalization_mapping": {
 
42
  },
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
+ "replace_final_stride_with_dilation": 0,
46
  "pre_norm": false,
47
  "dim_model": 512,
48
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fc136699d9a7e090b559e05c2905bc70bcf4c9878ce88e78d625866b974c5b5
3
  size 206724324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963b15d261095bd53c57d2073dddff92fc932a07f27d017e7960c7b9f8ebb0ea
3
  size 206724324
train_config.json CHANGED
@@ -114,7 +114,7 @@
114
  "private": null,
115
  "tags": null,
116
  "license": null,
117
- "pretrained_path": null,
118
  "chunk_size": 100,
119
  "n_action_steps": 100,
120
  "normalization_mapping": {
@@ -124,7 +124,7 @@
124
  },
125
  "vision_backbone": "resnet18",
126
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
127
- "replace_final_stride_with_dilation": false,
128
  "pre_norm": false,
129
  "dim_model": 512,
130
  "n_heads": 8,
@@ -144,11 +144,11 @@
144
  },
145
  "output_dir": "outputs/train/tennis_final_output",
146
  "job_name": "tennis_final",
147
- "resume": false,
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
- "steps": 35000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
@@ -180,6 +180,6 @@
180
  "run_id": "xxts8fgw",
181
  "mode": null
182
  },
183
- "checkpoint_path": null,
184
  "rename_map": {}
185
  }
 
114
  "private": null,
115
  "tags": null,
116
  "license": null,
117
+ "pretrained_path": "outputs/train/tennis_final_output/checkpoints/last/pretrained_model",
118
  "chunk_size": 100,
119
  "n_action_steps": 100,
120
  "normalization_mapping": {
 
124
  },
125
  "vision_backbone": "resnet18",
126
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
127
+ "replace_final_stride_with_dilation": 0,
128
  "pre_norm": false,
129
  "dim_model": 512,
130
  "n_heads": 8,
 
144
  },
145
  "output_dir": "outputs/train/tennis_final_output",
146
  "job_name": "tennis_final",
147
+ "resume": true,
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
+ "steps": 60000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
 
180
  "run_id": "xxts8fgw",
181
  "mode": null
182
  },
183
+ "checkpoint_path": "outputs/train/tennis_final_output/checkpoints/last",
184
  "rename_map": {}
185
  }