Robotics
LeRobot
Safetensors
ditflow
DanielHuang commited on
Commit
ca5a2ea
·
verified ·
1 Parent(s): 4e33fb6

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +6 -6
  3. model.safetensors +2 -2
  4. train_config.json +15 -15
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: xe_pick_egg
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: ditflow
6
  pipeline_tag: robotics
7
  tags:
8
  - ditflow
9
- - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for ditflow
 
1
  ---
2
+ datasets: xe_pick_cookie_n_wuji_12
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: ditflow
6
  pipeline_tag: robotics
7
  tags:
8
  - ditflow
 
9
  - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for ditflow
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": "lerobot/outputs/train/ditflow_xbody_pick_egg_h150/checkpoints/040000/pretrained_model",
53
  "horizon": 150,
54
  "n_action_steps": 149,
55
  "use_proprioceptive": true,
@@ -67,18 +67,18 @@
67
  "crop_ratio": 1.0,
68
  "crop_shape": null,
69
  "crop_is_random": true,
70
- "pretrained_backbone_weights": "IMAGENET1K_V1",
71
- "use_group_norm": false,
72
  "spatial_softmax_num_keypoints": 32,
73
- "use_separate_rgb_encoder_per_camera": true,
74
  "frequency_embedding_dim": 256,
75
  "hidden_dim": 512,
76
  "num_blocks": 6,
77
  "num_heads": 16,
78
- "dropout": 0.15,
79
  "dim_feedforward": 4096,
80
  "activation": "gelu",
81
- "training_noise_sampling": "beta",
82
  "clip_sample": true,
83
  "clip_sample_range": 1.0,
84
  "num_inference_steps": 16,
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "lerobot/outputs/train/ditflow_xbody_pick_cookie_n/checkpoints/060000/pretrained_model",
53
  "horizon": 150,
54
  "n_action_steps": 149,
55
  "use_proprioceptive": true,
 
67
  "crop_ratio": 1.0,
68
  "crop_shape": null,
69
  "crop_is_random": true,
70
+ "pretrained_backbone_weights": null,
71
+ "use_group_norm": true,
72
  "spatial_softmax_num_keypoints": 32,
73
+ "use_separate_rgb_encoder_per_camera": false,
74
  "frequency_embedding_dim": 256,
75
  "hidden_dim": 512,
76
  "num_blocks": 6,
77
  "num_heads": 16,
78
+ "dropout": 0.1,
79
  "dim_feedforward": 4096,
80
  "activation": "gelu",
81
+ "training_noise_sampling": "uniform",
82
  "clip_sample": true,
83
  "clip_sample_range": 1.0,
84
  "num_inference_steps": 16,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99693b19920eca3dd5b3b82416a0c3b324f0e29840ac82c7e42d732a4631fa62
3
- size 303570008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28a74cb46986fb37e5695bdc95ec4ccd58a50080ec51611bdc6057b60c5515b
3
+ size 213839720
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "xe_pick_egg",
4
- "root": "/home/volume/datasets/xe_pick_egg",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -132,7 +132,7 @@
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
- "pretrained_path": "lerobot/outputs/train/ditflow_xbody_pick_egg_h150/checkpoints/040000/pretrained_model",
136
  "horizon": 150,
137
  "n_action_steps": 149,
138
  "use_proprioceptive": true,
@@ -150,18 +150,18 @@
150
  "crop_ratio": 1.0,
151
  "crop_shape": null,
152
  "crop_is_random": true,
153
- "pretrained_backbone_weights": "IMAGENET1K_V1",
154
- "use_group_norm": false,
155
  "spatial_softmax_num_keypoints": 32,
156
- "use_separate_rgb_encoder_per_camera": true,
157
  "frequency_embedding_dim": 256,
158
  "hidden_dim": 512,
159
  "num_blocks": 6,
160
  "num_heads": 16,
161
- "dropout": 0.15,
162
  "dim_feedforward": 4096,
163
  "activation": "gelu",
164
- "training_noise_sampling": "beta",
165
  "clip_sample": true,
166
  "clip_sample_range": 1.0,
167
  "num_inference_steps": 16,
@@ -177,16 +177,16 @@
177
  "scheduler_warmup_steps": 500
178
  },
179
  "reward_model": null,
180
- "output_dir": "/home/volume/lerobot/outputs/train/ditflow_xbody_pick_egg_h150",
181
- "job_name": "ditflow_xbody_pick_egg_h150",
182
  "resume": true,
183
  "seed": 1000,
184
  "cudnn_deterministic": false,
185
- "num_workers": 18,
186
  "batch_size": 64,
187
  "prefetch_factor": 4,
188
  "persistent_workers": true,
189
- "steps": 60000,
190
  "eval_freq": 5000,
191
  "log_freq": 500,
192
  "tolerance_s": 0.0001,
@@ -211,7 +211,7 @@
211
  },
212
  "eval": {
213
  "n_episodes": 50,
214
- "batch_size": 22,
215
  "use_async_envs": true
216
  },
217
  "wandb": {
@@ -220,12 +220,12 @@
220
  "project": "policies",
221
  "entity": null,
222
  "notes": null,
223
- "run_id": "b1ox1kii",
224
  "mode": null,
225
  "add_tags": true
226
  },
227
  "peft": null,
228
  "sample_weighting": null,
229
  "rename_map": {},
230
- "checkpoint_path": "lerobot/outputs/train/ditflow_xbody_pick_egg_h150/checkpoints/040000"
231
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "xe_pick_cookie_n_wuji_12",
4
+ "root": "/home/volume/datasets/xe_pick_cookie_n_wuji_12",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
132
  "private": null,
133
  "tags": null,
134
  "license": null,
135
+ "pretrained_path": "lerobot/outputs/train/ditflow_xbody_pick_cookie_n/checkpoints/060000/pretrained_model",
136
  "horizon": 150,
137
  "n_action_steps": 149,
138
  "use_proprioceptive": true,
 
150
  "crop_ratio": 1.0,
151
  "crop_shape": null,
152
  "crop_is_random": true,
153
+ "pretrained_backbone_weights": null,
154
+ "use_group_norm": true,
155
  "spatial_softmax_num_keypoints": 32,
156
+ "use_separate_rgb_encoder_per_camera": false,
157
  "frequency_embedding_dim": 256,
158
  "hidden_dim": 512,
159
  "num_blocks": 6,
160
  "num_heads": 16,
161
+ "dropout": 0.1,
162
  "dim_feedforward": 4096,
163
  "activation": "gelu",
164
+ "training_noise_sampling": "uniform",
165
  "clip_sample": true,
166
  "clip_sample_range": 1.0,
167
  "num_inference_steps": 16,
 
177
  "scheduler_warmup_steps": 500
178
  },
179
  "reward_model": null,
180
+ "output_dir": "/home/volume/lerobot/outputs/train/ditflow_xbody_pick_cookie_n_wuji_12",
181
+ "job_name": "ditflow_xbody_pick_cookie_n_wuji_12",
182
  "resume": true,
183
  "seed": 1000,
184
  "cudnn_deterministic": false,
185
+ "num_workers": 6,
186
  "batch_size": 64,
187
  "prefetch_factor": 4,
188
  "persistent_workers": true,
189
+ "steps": 100000,
190
  "eval_freq": 5000,
191
  "log_freq": 500,
192
  "tolerance_s": 0.0001,
 
211
  },
212
  "eval": {
213
  "n_episodes": 50,
214
+ "batch_size": 11,
215
  "use_async_envs": true
216
  },
217
  "wandb": {
 
220
  "project": "policies",
221
  "entity": null,
222
  "notes": null,
223
+ "run_id": "rag8ga44",
224
  "mode": null,
225
  "add_tags": true
226
  },
227
  "peft": null,
228
  "sample_weighting": null,
229
  "rename_map": {},
230
+ "checkpoint_path": "lerobot/outputs/train/ditflow_xbody_pick_cookie_n/checkpoints/060000"
231
  }