Robotics
LeRobot
Safetensors
act
rouxcaille commited on
Commit
3cee5bb
·
verified ·
1 Parent(s): ffe2082

Upload policy weights, train config and readme

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. train_config.json +4 -4
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": "outputs/train/training_v1/checkpoints/last/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,
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,7 +153,7 @@
153
  },
154
  "output_dir": "outputs/train/training_v1",
155
  "job_name": "act_so101_test",
156
- "resume": false,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 16,
@@ -199,5 +199,5 @@
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
- "checkpoint_path": null
203
  }
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": "outputs/train/training_v1/checkpoints/last/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": "outputs/train/training_v1",
155
  "job_name": "act_so101_test",
156
+ "resume": true,
157
  "seed": 1000,
158
  "cudnn_deterministic": false,
159
  "num_workers": 16,
 
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
+ "checkpoint_path": "outputs/train/training_v1/checkpoints/last"
203
  }