Upload policy weights, train config and readme
Browse files- README.md +1 -1
- config.json +4 -6
- model.safetensors +2 -2
- train_config.json +7 -9
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: ditflow
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- lerobot
|
| 10 |
-
- ditflow
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for ditflow
|
|
|
|
| 5 |
model_name: ditflow
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- ditflow
|
| 9 |
- robotics
|
| 10 |
- lerobot
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for ditflow
|
config.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
| 77 |
"license": null,
|
| 78 |
"horizon": 16,
|
| 79 |
"n_action_steps": 8,
|
| 80 |
-
"use_proprioceptive":
|
| 81 |
"drop_n_last_frames": 7,
|
| 82 |
"vision_backbone": "resnet18",
|
| 83 |
"crop_shape": [
|
|
@@ -105,10 +105,6 @@
|
|
| 105 |
"clip_sample": true,
|
| 106 |
"clip_sample_range": 1.0,
|
| 107 |
"num_inference_steps": 100,
|
| 108 |
-
"do_consistent_flow": false,
|
| 109 |
-
"action_batch_size": 100,
|
| 110 |
-
"sampling_strategy": "deterministic",
|
| 111 |
-
"sampling_temperature": 5.0,
|
| 112 |
"do_mask_loss_for_padding": false,
|
| 113 |
"optimizer_lr": 0.0001,
|
| 114 |
"optimizer_betas": [
|
|
@@ -119,6 +115,8 @@
|
|
| 119 |
"optimizer_weight_decay": 1e-06,
|
| 120 |
"scheduler_name": "cosine",
|
| 121 |
"scheduler_warmup_steps": 500,
|
| 122 |
-
"features_to_exclude": [
|
|
|
|
|
|
|
| 123 |
"features_to_include": null
|
| 124 |
}
|
|
|
|
| 77 |
"license": null,
|
| 78 |
"horizon": 16,
|
| 79 |
"n_action_steps": 8,
|
| 80 |
+
"use_proprioceptive": true,
|
| 81 |
"drop_n_last_frames": 7,
|
| 82 |
"vision_backbone": "resnet18",
|
| 83 |
"crop_shape": [
|
|
|
|
| 105 |
"clip_sample": true,
|
| 106 |
"clip_sample_range": 1.0,
|
| 107 |
"num_inference_steps": 100,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
"do_mask_loss_for_padding": false,
|
| 109 |
"optimizer_lr": 0.0001,
|
| 110 |
"optimizer_betas": [
|
|
|
|
| 115 |
"optimizer_weight_decay": 1e-06,
|
| 116 |
"scheduler_name": "cosine",
|
| 117 |
"scheduler_warmup_steps": 500,
|
| 118 |
+
"features_to_exclude": [
|
| 119 |
+
"observation.images.tactile"
|
| 120 |
+
],
|
| 121 |
"features_to_include": null
|
| 122 |
}
|
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:6b1931f0127b983034079f539ca870083286ebc0444d02216a093cacdaffe1f5
|
| 3 |
+
size 257854340
|
train_config.json
CHANGED
|
@@ -144,7 +144,7 @@
|
|
| 144 |
"license": null,
|
| 145 |
"horizon": 16,
|
| 146 |
"n_action_steps": 8,
|
| 147 |
-
"use_proprioceptive":
|
| 148 |
"drop_n_last_frames": 7,
|
| 149 |
"vision_backbone": "resnet18",
|
| 150 |
"crop_shape": [
|
|
@@ -172,10 +172,6 @@
|
|
| 172 |
"clip_sample": true,
|
| 173 |
"clip_sample_range": 1.0,
|
| 174 |
"num_inference_steps": 100,
|
| 175 |
-
"do_consistent_flow": false,
|
| 176 |
-
"action_batch_size": 100,
|
| 177 |
-
"sampling_strategy": "deterministic",
|
| 178 |
-
"sampling_temperature": 5.0,
|
| 179 |
"do_mask_loss_for_padding": false,
|
| 180 |
"optimizer_lr": 0.0001,
|
| 181 |
"optimizer_betas": [
|
|
@@ -186,11 +182,13 @@
|
|
| 186 |
"optimizer_weight_decay": 1e-06,
|
| 187 |
"scheduler_name": "cosine",
|
| 188 |
"scheduler_warmup_steps": 500,
|
| 189 |
-
"features_to_exclude": [
|
|
|
|
|
|
|
| 190 |
"features_to_include": null
|
| 191 |
},
|
| 192 |
-
"output_dir": "outputs/train/2025-12-
|
| 193 |
-
"job_name": "config/
|
| 194 |
"resume": false,
|
| 195 |
"seed": 1000,
|
| 196 |
"num_workers": 4,
|
|
@@ -228,7 +226,7 @@
|
|
| 228 |
"project": "policies",
|
| 229 |
"entity": null,
|
| 230 |
"notes": null,
|
| 231 |
-
"run_id": "
|
| 232 |
"mode": null
|
| 233 |
}
|
| 234 |
}
|
|
|
|
| 144 |
"license": null,
|
| 145 |
"horizon": 16,
|
| 146 |
"n_action_steps": 8,
|
| 147 |
+
"use_proprioceptive": true,
|
| 148 |
"drop_n_last_frames": 7,
|
| 149 |
"vision_backbone": "resnet18",
|
| 150 |
"crop_shape": [
|
|
|
|
| 172 |
"clip_sample": true,
|
| 173 |
"clip_sample_range": 1.0,
|
| 174 |
"num_inference_steps": 100,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
"do_mask_loss_for_padding": false,
|
| 176 |
"optimizer_lr": 0.0001,
|
| 177 |
"optimizer_betas": [
|
|
|
|
| 182 |
"optimizer_weight_decay": 1e-06,
|
| 183 |
"scheduler_name": "cosine",
|
| 184 |
"scheduler_warmup_steps": 500,
|
| 185 |
+
"features_to_exclude": [
|
| 186 |
+
"observation.images.tactile"
|
| 187 |
+
],
|
| 188 |
"features_to_include": null
|
| 189 |
},
|
| 190 |
+
"output_dir": "outputs/train/2025-12-23/15-59-23_config/train_ditflow_stack_without_tactile.json",
|
| 191 |
+
"job_name": "config/train_ditflow_stack_without_tactile.json",
|
| 192 |
"resume": false,
|
| 193 |
"seed": 1000,
|
| 194 |
"num_workers": 4,
|
|
|
|
| 226 |
"project": "policies",
|
| 227 |
"entity": null,
|
| 228 |
"notes": null,
|
| 229 |
+
"run_id": "unmnqq9y",
|
| 230 |
"mode": null
|
| 231 |
}
|
| 232 |
}
|