Robotics
LeRobot
Safetensors
act
HuskyMango commited on
Commit
6d79dd2
·
verified ·
1 Parent(s): 36c2d41

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 +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
  - lerobot
10
- - robotics
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - robotics
9
  - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "../franka_data/policy/train/act_HuskyMango/act-red-block-7-7/checkpoints/last/pretrained_model",
53
  "chunk_size": 100,
54
  "n_action_steps": 10,
55
  "normalization_mapping": {
@@ -59,7 +59,7 @@
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
- "replace_final_stride_with_dilation": 0,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": null,
53
  "chunk_size": 100,
54
  "n_action_steps": 10,
55
  "normalization_mapping": {
 
59
  },
60
  "vision_backbone": "resnet18",
61
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
62
+ "replace_final_stride_with_dilation": false,
63
  "pre_norm": false,
64
  "dim_model": 512,
65
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:185e1191230723f16f17cd865a9abb22374637e9df666685ccbdffa4468f354e
3
  size 206724328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30bb4f547bee93afdbf5be813b9537bffd092df949cc19548232456ba7466af
3
  size 206724328
train_config.json CHANGED
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": "../franka_data/policy/train/act_HuskyMango/act-red-block-7-7/checkpoints/last/pretrained_model",
135
  "chunk_size": 100,
136
  "n_action_steps": 10,
137
  "normalization_mapping": {
@@ -141,7 +141,7 @@
141
  },
142
  "vision_backbone": "resnet18",
143
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
144
- "replace_final_stride_with_dilation": 0,
145
  "pre_norm": false,
146
  "dim_model": 512,
147
  "n_heads": 8,
@@ -161,7 +161,7 @@
161
  },
162
  "output_dir": "../franka_data/policy/train/act_HuskyMango/act-red-block-7-7",
163
  "job_name": "act_HuskyMango/red-block-7-7",
164
- "resume": true,
165
  "seed": 1000,
166
  "cudnn_deterministic": false,
167
  "num_workers": 16,
@@ -196,7 +196,7 @@
196
  "project": "lerobot",
197
  "entity": null,
198
  "notes": null,
199
- "run_id": "uek8fyuw",
200
  "mode": null,
201
  "add_tags": true
202
  },
@@ -207,5 +207,5 @@
207
  "rabc_epsilon": 1e-06,
208
  "rabc_head_mode": "sparse",
209
  "rename_map": {},
210
- "checkpoint_path": "../franka_data/policy/train/act_HuskyMango/act-red-block-7-7/checkpoints/last"
211
  }
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": null,
135
  "chunk_size": 100,
136
  "n_action_steps": 10,
137
  "normalization_mapping": {
 
141
  },
142
  "vision_backbone": "resnet18",
143
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
144
+ "replace_final_stride_with_dilation": false,
145
  "pre_norm": false,
146
  "dim_model": 512,
147
  "n_heads": 8,
 
161
  },
162
  "output_dir": "../franka_data/policy/train/act_HuskyMango/act-red-block-7-7",
163
  "job_name": "act_HuskyMango/red-block-7-7",
164
+ "resume": false,
165
  "seed": 1000,
166
  "cudnn_deterministic": false,
167
  "num_workers": 16,
 
196
  "project": "lerobot",
197
  "entity": null,
198
  "notes": null,
199
+ "run_id": "5u43bz11",
200
  "mode": null,
201
  "add_tags": true
202
  },
 
207
  "rabc_epsilon": 1e-06,
208
  "rabc_head_mode": "sparse",
209
  "rename_map": {},
210
+ "checkpoint_path": null
211
  }