Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +5 -5
- model.safetensors +2 -2
- train_config.json +15 -15
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
datasets: HuskyMango/
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
| 9 |
-
- robotics
|
| 10 |
- diffusion
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets: HuskyMango/act_data
|
| 3 |
library_name: lerobot
|
| 4 |
license: apache-2.0
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
- lerobot
|
|
|
|
| 9 |
- diffusion
|
| 10 |
+
- robotics
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -74,8 +74,8 @@
|
|
| 74 |
"tags": null,
|
| 75 |
"license": null,
|
| 76 |
"pretrained_path": null,
|
| 77 |
-
"horizon":
|
| 78 |
-
"n_action_steps":
|
| 79 |
"normalization_mapping": {
|
| 80 |
"VISUAL": "MEAN_STD",
|
| 81 |
"STATE": "MIN_MAX",
|
|
@@ -87,10 +87,10 @@
|
|
| 87 |
"crop_ratio": 1.0,
|
| 88 |
"crop_shape": null,
|
| 89 |
"crop_is_random": true,
|
| 90 |
-
"pretrained_backbone_weights":
|
| 91 |
-
"use_group_norm":
|
| 92 |
"spatial_softmax_num_keypoints": 32,
|
| 93 |
-
"use_separate_rgb_encoder_per_camera":
|
| 94 |
"down_dims": [
|
| 95 |
512,
|
| 96 |
1024,
|
|
|
|
| 74 |
"tags": null,
|
| 75 |
"license": null,
|
| 76 |
"pretrained_path": null,
|
| 77 |
+
"horizon": 64,
|
| 78 |
+
"n_action_steps": 32,
|
| 79 |
"normalization_mapping": {
|
| 80 |
"VISUAL": "MEAN_STD",
|
| 81 |
"STATE": "MIN_MAX",
|
|
|
|
| 87 |
"crop_ratio": 1.0,
|
| 88 |
"crop_shape": null,
|
| 89 |
"crop_is_random": true,
|
| 90 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 91 |
+
"use_group_norm": false,
|
| 92 |
"spatial_softmax_num_keypoints": 32,
|
| 93 |
+
"use_separate_rgb_encoder_per_camera": true,
|
| 94 |
"down_dims": [
|
| 95 |
512,
|
| 96 |
1024,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e54a970246c1ec54383ee0fd3f9027afee073088186bd7a4aa9369f67cf6ba5
|
| 3 |
+
size 1351931168
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "HuskyMango/
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -77,6 +77,7 @@
|
|
| 77 |
"revision": null,
|
| 78 |
"use_imagenet_stats": true,
|
| 79 |
"video_backend": "torchcodec",
|
|
|
|
| 80 |
"streaming": false
|
| 81 |
},
|
| 82 |
"env": null,
|
|
@@ -156,8 +157,8 @@
|
|
| 156 |
"tags": null,
|
| 157 |
"license": null,
|
| 158 |
"pretrained_path": null,
|
| 159 |
-
"horizon":
|
| 160 |
-
"n_action_steps":
|
| 161 |
"normalization_mapping": {
|
| 162 |
"VISUAL": "MEAN_STD",
|
| 163 |
"STATE": "MIN_MAX",
|
|
@@ -169,10 +170,10 @@
|
|
| 169 |
"crop_ratio": 1.0,
|
| 170 |
"crop_shape": null,
|
| 171 |
"crop_is_random": true,
|
| 172 |
-
"pretrained_backbone_weights":
|
| 173 |
-
"use_group_norm":
|
| 174 |
"spatial_softmax_num_keypoints": 32,
|
| 175 |
-
"use_separate_rgb_encoder_per_camera":
|
| 176 |
"down_dims": [
|
| 177 |
512,
|
| 178 |
1024,
|
|
@@ -204,13 +205,16 @@
|
|
| 204 |
"scheduler_name": "cosine",
|
| 205 |
"scheduler_warmup_steps": 500
|
| 206 |
},
|
| 207 |
-
"
|
| 208 |
-
"
|
|
|
|
| 209 |
"resume": false,
|
| 210 |
"seed": 1000,
|
| 211 |
"cudnn_deterministic": false,
|
| 212 |
"num_workers": 4,
|
| 213 |
-
"batch_size":
|
|
|
|
|
|
|
| 214 |
"steps": 50000,
|
| 215 |
"eval_freq": 20000,
|
| 216 |
"log_freq": 200,
|
|
@@ -245,16 +249,12 @@
|
|
| 245 |
"project": "lerobot",
|
| 246 |
"entity": null,
|
| 247 |
"notes": null,
|
| 248 |
-
"run_id": "
|
| 249 |
"mode": null,
|
| 250 |
"add_tags": true
|
| 251 |
},
|
| 252 |
"peft": null,
|
| 253 |
-
"
|
| 254 |
-
"rabc_progress_path": null,
|
| 255 |
-
"rabc_kappa": 0.01,
|
| 256 |
-
"rabc_epsilon": 1e-06,
|
| 257 |
-
"rabc_head_mode": "sparse",
|
| 258 |
"rename_map": {},
|
| 259 |
"checkpoint_path": null
|
| 260 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "HuskyMango/act_data",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 77 |
"revision": null,
|
| 78 |
"use_imagenet_stats": true,
|
| 79 |
"video_backend": "torchcodec",
|
| 80 |
+
"return_uint8": false,
|
| 81 |
"streaming": false
|
| 82 |
},
|
| 83 |
"env": null,
|
|
|
|
| 157 |
"tags": null,
|
| 158 |
"license": null,
|
| 159 |
"pretrained_path": null,
|
| 160 |
+
"horizon": 64,
|
| 161 |
+
"n_action_steps": 32,
|
| 162 |
"normalization_mapping": {
|
| 163 |
"VISUAL": "MEAN_STD",
|
| 164 |
"STATE": "MIN_MAX",
|
|
|
|
| 170 |
"crop_ratio": 1.0,
|
| 171 |
"crop_shape": null,
|
| 172 |
"crop_is_random": true,
|
| 173 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 174 |
+
"use_group_norm": false,
|
| 175 |
"spatial_softmax_num_keypoints": 32,
|
| 176 |
+
"use_separate_rgb_encoder_per_camera": true,
|
| 177 |
"down_dims": [
|
| 178 |
512,
|
| 179 |
1024,
|
|
|
|
| 205 |
"scheduler_name": "cosine",
|
| 206 |
"scheduler_warmup_steps": 500
|
| 207 |
},
|
| 208 |
+
"reward_model": null,
|
| 209 |
+
"output_dir": "../franka_data/policy/train/diffusion_HuskyMango/act_data",
|
| 210 |
+
"job_name": "diffusion_HuskyMango/act_data",
|
| 211 |
"resume": false,
|
| 212 |
"seed": 1000,
|
| 213 |
"cudnn_deterministic": false,
|
| 214 |
"num_workers": 4,
|
| 215 |
+
"batch_size": 32,
|
| 216 |
+
"prefetch_factor": 4,
|
| 217 |
+
"persistent_workers": true,
|
| 218 |
"steps": 50000,
|
| 219 |
"eval_freq": 20000,
|
| 220 |
"log_freq": 200,
|
|
|
|
| 249 |
"project": "lerobot",
|
| 250 |
"entity": null,
|
| 251 |
"notes": null,
|
| 252 |
+
"run_id": "q5bov0ow",
|
| 253 |
"mode": null,
|
| 254 |
"add_tags": true
|
| 255 |
},
|
| 256 |
"peft": null,
|
| 257 |
+
"sample_weighting": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 258 |
"rename_map": {},
|
| 259 |
"checkpoint_path": null
|
| 260 |
}
|