Robotics
LeRobot
Safetensors
act
yoaa commited on
Commit
89de526
·
verified ·
1 Parent(s): aa01e52

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 +7 -7
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - lerobot
10
+ - robotics
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": "outputs/train2/checkpoints/last/pretrained_model",
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": 0,
54
  "pre_norm": false,
55
  "dim_model": 512,
56
  "n_heads": 8,
 
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
  },
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ad204da896216c1afff6ea59990264c0ae1f3508a525a7779fd1b83c7e82609
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:709022c5b4442ae131036e97a844532c657dd6e8add55b52f9e475fd152460b4
3
  size 206699736
train_config.json CHANGED
@@ -108,7 +108,7 @@
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
- "pretrained_path": "outputs/train2/checkpoints/last/pretrained_model",
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
@@ -118,7 +118,7 @@
118
  },
119
  "vision_backbone": "resnet18",
120
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
121
- "replace_final_stride_with_dilation": 0,
122
  "pre_norm": false,
123
  "dim_model": 512,
124
  "n_heads": 8,
@@ -138,15 +138,15 @@
138
  },
139
  "output_dir": "outputs/train2",
140
  "job_name": "colab_act",
141
- "resume": true,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,
145
- "steps": 100000,
146
- "eval_freq": 1000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
- "save_freq": 1000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",
@@ -171,7 +171,7 @@
171
  "project": "lerobot",
172
  "entity": null,
173
  "notes": null,
174
- "run_id": "w8nx3jxq",
175
  "mode": null
176
  }
177
  }
 
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": null,
112
  "chunk_size": 100,
113
  "n_action_steps": 100,
114
  "normalization_mapping": {
 
118
  },
119
  "vision_backbone": "resnet18",
120
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
121
+ "replace_final_stride_with_dilation": false,
122
  "pre_norm": false,
123
  "dim_model": 512,
124
  "n_heads": 8,
 
138
  },
139
  "output_dir": "outputs/train2",
140
  "job_name": "colab_act",
141
+ "resume": false,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,
145
+ "steps": 1000,
146
+ "eval_freq": 20000,
147
  "log_freq": 200,
148
  "save_checkpoint": true,
149
+ "save_freq": 20000,
150
  "use_policy_training_preset": true,
151
  "optimizer": {
152
  "type": "adamw",
 
171
  "project": "lerobot",
172
  "entity": null,
173
  "notes": null,
174
+ "run_id": "wmnunrx8",
175
  "mode": null
176
  }
177
  }