Robotics
LeRobot
Safetensors
act
xjtu-dzz commited on
Commit
9f7450d
·
verified ·
1 Parent(s): a222adb

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
+ - act
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": "outputs/train/coffee_cube/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
@@ -108,7 +108,7 @@
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,7 +118,7 @@
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,7 +138,7 @@
138
  },
139
  "output_dir": "outputs/train/coffee_cube",
140
  "job_name": "coffee_cube",
141
- "resume": false,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,
 
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": "outputs/train/coffee_cube/checkpoints/last/pretrained_model",
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": 0,
122
  "pre_norm": false,
123
  "dim_model": 512,
124
  "n_heads": 8,
 
138
  },
139
  "output_dir": "outputs/train/coffee_cube",
140
  "job_name": "coffee_cube",
141
+ "resume": true,
142
  "seed": 1000,
143
  "num_workers": 4,
144
  "batch_size": 8,