Robotics
LeRobot
Safetensors
act
asterism45 commited on
Commit
722e7a3
·
verified ·
1 Parent(s): 644e95f

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
- - lerobot
9
  - robotics
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - act
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": "/home/kobiyama/gr00t/outputs/train/record-act_sanity-20260205-122250/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:1ccb489aaa0de6dafc3c82475b69506c53fbea63dd3f152df0b199bcc3196706
3
  size 206781696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf5014a244e37e8191a2ee159fd61bdae929d15a32e7074ca8eb85de69b0701
3
  size 206781696
train_config.json CHANGED
@@ -115,7 +115,7 @@
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
- "pretrained_path": null,
119
  "chunk_size": 100,
120
  "n_action_steps": 100,
121
  "normalization_mapping": {
@@ -125,7 +125,7 @@
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
- "replace_final_stride_with_dilation": false,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
@@ -145,11 +145,11 @@
145
  },
146
  "output_dir": "/home/kobiyama/gr00t/outputs/train/record-act_sanity-20260205-122250",
147
  "job_name": "record-act_sanity-20260205-122250",
148
- "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
- "steps": 10000,
153
  "eval_freq": 2000,
154
  "log_freq": 200,
155
  "save_checkpoint": true,
@@ -181,6 +181,6 @@
181
  "run_id": "quv9k0sg",
182
  "mode": null
183
  },
184
- "checkpoint_path": null,
185
  "rename_map": {}
186
  }
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "/home/kobiyama/gr00t/outputs/train/record-act_sanity-20260205-122250/checkpoints/last/pretrained_model",
119
  "chunk_size": 100,
120
  "n_action_steps": 100,
121
  "normalization_mapping": {
 
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
+ "replace_final_stride_with_dilation": 0,
129
  "pre_norm": false,
130
  "dim_model": 512,
131
  "n_heads": 8,
 
145
  },
146
  "output_dir": "/home/kobiyama/gr00t/outputs/train/record-act_sanity-20260205-122250",
147
  "job_name": "record-act_sanity-20260205-122250",
148
+ "resume": true,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
+ "steps": 40000,
153
  "eval_freq": 2000,
154
  "log_freq": 200,
155
  "save_checkpoint": true,
 
181
  "run_id": "quv9k0sg",
182
  "mode": null
183
  },
184
+ "checkpoint_path": "/home/kobiyama/gr00t/outputs/train/record-act_sanity-20260205-122250/checkpoints/last",
185
  "rename_map": {}
186
  }