Robotics
LeRobot
Safetensors
act
fecasado commited on
Commit
0a2ed0c
·
verified ·
1 Parent(s): 08fcb8f

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 +5 -5
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
+ - lerobot
9
  - act
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -43,7 +43,7 @@
43
  "private": null,
44
  "tags": null,
45
  "license": null,
46
- "pretrained_path": null,
47
  "chunk_size": 25,
48
  "n_action_steps": 1,
49
  "normalization_mapping": {
@@ -53,7 +53,7 @@
53
  },
54
  "vision_backbone": "resnet18",
55
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
- "replace_final_stride_with_dilation": false,
57
  "pre_norm": false,
58
  "dim_model": 512,
59
  "n_heads": 8,
 
43
  "private": null,
44
  "tags": null,
45
  "license": null,
46
+ "pretrained_path": "outputs/train/act-cubes-gaze-multi/checkpoints/last/pretrained_model",
47
  "chunk_size": 25,
48
  "n_action_steps": 1,
49
  "normalization_mapping": {
 
53
  },
54
  "vision_backbone": "resnet18",
55
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
56
+ "replace_final_stride_with_dilation": 0,
57
  "pre_norm": false,
58
  "dim_model": 512,
59
  "n_heads": 8,
train_config.json CHANGED
@@ -125,7 +125,7 @@
125
  "private": null,
126
  "tags": null,
127
  "license": null,
128
- "pretrained_path": null,
129
  "chunk_size": 25,
130
  "n_action_steps": 1,
131
  "normalization_mapping": {
@@ -135,7 +135,7 @@
135
  },
136
  "vision_backbone": "resnet18",
137
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
138
- "replace_final_stride_with_dilation": false,
139
  "pre_norm": false,
140
  "dim_model": 512,
141
  "n_heads": 8,
@@ -155,11 +155,11 @@
155
  },
156
  "output_dir": "outputs/train/act-cubes-gaze-multi",
157
  "job_name": "act-cubes-gaze-multi",
158
- "resume": false,
159
  "seed": 1000,
160
  "num_workers": 15,
161
  "batch_size": 128,
162
- "steps": 200000,
163
  "eval_freq": 20000,
164
  "log_freq": 200,
165
  "tolerance_s": 0.0001,
@@ -199,5 +199,5 @@
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
- "checkpoint_path": null
203
  }
 
125
  "private": null,
126
  "tags": null,
127
  "license": null,
128
+ "pretrained_path": "outputs/train/act-cubes-gaze-multi/checkpoints/last/pretrained_model",
129
  "chunk_size": 25,
130
  "n_action_steps": 1,
131
  "normalization_mapping": {
 
135
  },
136
  "vision_backbone": "resnet18",
137
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
138
+ "replace_final_stride_with_dilation": 0,
139
  "pre_norm": false,
140
  "dim_model": 512,
141
  "n_heads": 8,
 
155
  },
156
  "output_dir": "outputs/train/act-cubes-gaze-multi",
157
  "job_name": "act-cubes-gaze-multi",
158
+ "resume": true,
159
  "seed": 1000,
160
  "num_workers": 15,
161
  "batch_size": 128,
162
+ "steps": 20000,
163
  "eval_freq": 20000,
164
  "log_freq": 200,
165
  "tolerance_s": 0.0001,
 
199
  "rabc_epsilon": 1e-06,
200
  "rabc_head_mode": "sparse",
201
  "rename_map": {},
202
+ "checkpoint_path": "outputs/train/act-cubes-gaze-multi/checkpoints/last"
203
  }