Robotics
LeRobot
Safetensors
act
kawamura101010 commited on
Commit
f5e9457
·
verified ·
1 Parent(s): 27cda5a

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
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - lerobot
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": null,
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
@@ -51,7 +51,7 @@
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
- "replace_final_stride_with_dilation": false,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "/content/drive/MyDrive/lerobot_output_4task_3/checkpoints/040000/pretrained_model",
45
  "chunk_size": 100,
46
  "n_action_steps": 100,
47
  "normalization_mapping": {
 
51
  },
52
  "vision_backbone": "resnet18",
53
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": 0,
55
  "pre_norm": false,
56
  "dim_model": 512,
57
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:636c4a9f870b8e4e178619ae24dc7604f2035eb2a3ab463c318fe532920a1b33
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df2e9b275d23dec2abca0658051c027e4440c5554339a8a43b5e40932e26f42
3
  size 206699736
train_config.json CHANGED
@@ -123,7 +123,7 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": null,
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
@@ -133,7 +133,7 @@
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
- "replace_final_stride_with_dilation": false,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
@@ -153,11 +153,11 @@
153
  },
154
  "output_dir": "/content/drive/MyDrive/lerobot_output_4task_3",
155
  "job_name": "4task_3",
156
- "resume": false,
157
  "seed": 1000,
158
  "num_workers": 6,
159
  "batch_size": 2,
160
- "steps": 40000,
161
  "eval_freq": 20000,
162
  "log_freq": 500,
163
  "tolerance_s": 0.0001,
@@ -197,5 +197,5 @@
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
- "checkpoint_path": null
201
  }
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": "/content/drive/MyDrive/lerobot_output_4task_3/checkpoints/040000/pretrained_model",
127
  "chunk_size": 100,
128
  "n_action_steps": 100,
129
  "normalization_mapping": {
 
133
  },
134
  "vision_backbone": "resnet18",
135
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
136
+ "replace_final_stride_with_dilation": 0,
137
  "pre_norm": false,
138
  "dim_model": 512,
139
  "n_heads": 8,
 
153
  },
154
  "output_dir": "/content/drive/MyDrive/lerobot_output_4task_3",
155
  "job_name": "4task_3",
156
+ "resume": true,
157
  "seed": 1000,
158
  "num_workers": 6,
159
  "batch_size": 2,
160
+ "steps": 200000,
161
  "eval_freq": 20000,
162
  "log_freq": 500,
163
  "tolerance_s": 0.0001,
 
197
  "rabc_epsilon": 1e-06,
198
  "rabc_head_mode": "sparse",
199
  "rename_map": {},
200
+ "checkpoint_path": "/content/drive/MyDrive/lerobot_output_4task_3/checkpoints/040000"
201
  }