Robotics
LeRobot
Safetensors
act
wvangils commited on
Commit
c4669c0
·
verified ·
1 Parent(s): d62da02

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +2 -2
  3. 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
- - act
10
  - robotics
 
 
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
@@ -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": "/tmp/train/bluecube_act/checkpoints/last/pretrained_model",
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,
train_config.json CHANGED
@@ -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,
@@ -152,11 +152,11 @@
152
  },
153
  "output_dir": "/tmp/train/bluecube_act",
154
  "job_name": "act_pick_blue_cube_and_put_in_pink_bowl",
155
- "resume": false,
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 32,
159
- "steps": 20000,
160
  "eval_freq": 5000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
@@ -188,6 +188,6 @@
188
  "run_id": null,
189
  "mode": null
190
  },
191
- "checkpoint_path": null,
192
  "rename_map": {}
193
  }
 
122
  "private": null,
123
  "tags": null,
124
  "license": null,
125
+ "pretrained_path": "/tmp/train/bluecube_act/checkpoints/last/pretrained_model",
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,
 
152
  },
153
  "output_dir": "/tmp/train/bluecube_act",
154
  "job_name": "act_pick_blue_cube_and_put_in_pink_bowl",
155
+ "resume": true,
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 32,
159
+ "steps": 10000,
160
  "eval_freq": 5000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
 
188
  "run_id": null,
189
  "mode": null
190
  },
191
+ "checkpoint_path": "/tmp/train/bluecube_act/checkpoints/last",
192
  "rename_map": {}
193
  }