Robotics
LeRobot
Safetensors
act
mklingen commited on
Commit
22b15a6
·
verified ·
1 Parent(s): 10e1120

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. train_config.json +2 -2
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - act
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
+ - lerobot
10
  - robotics
11
  ---
12
 
config.json CHANGED
@@ -41,7 +41,7 @@
41
  },
42
  "vision_backbone": "resnet18",
43
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
- "replace_final_stride_with_dilation": false,
45
  "pre_norm": false,
46
  "dim_model": 512,
47
  "n_heads": 8,
 
41
  },
42
  "vision_backbone": "resnet18",
43
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
+ "replace_final_stride_with_dilation": 0,
45
  "pre_norm": false,
46
  "dim_model": 512,
47
  "n_heads": 8,
train_config.json CHANGED
@@ -109,7 +109,7 @@
109
  },
110
  "vision_backbone": "resnet18",
111
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
112
- "replace_final_stride_with_dilation": false,
113
  "pre_norm": false,
114
  "dim_model": 512,
115
  "n_heads": 8,
@@ -129,7 +129,7 @@
129
  },
130
  "output_dir": "outputs/train/act_pick_can",
131
  "job_name": "act_pick_can",
132
- "resume": false,
133
  "seed": 1000,
134
  "num_workers": 4,
135
  "batch_size": 8,
 
109
  },
110
  "vision_backbone": "resnet18",
111
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
112
+ "replace_final_stride_with_dilation": 0,
113
  "pre_norm": false,
114
  "dim_model": 512,
115
  "n_heads": 8,
 
129
  },
130
  "output_dir": "outputs/train/act_pick_can",
131
  "job_name": "act_pick_can",
132
+ "resume": true,
133
  "seed": 1000,
134
  "num_workers": 4,
135
  "batch_size": 8,