quincyu commited on
Commit
3a73f9a
·
verified ·
1 Parent(s): de0bb19

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +4 -1
  3. model.safetensors +2 -2
  4. train_config.json +7 -4
README.md CHANGED
@@ -2,20 +2,20 @@
2
  datasets: quincyu/trace_robotwin
3
  library_name: lerobot
4
  license: apache-2.0
5
- model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - diffusion
9
  - lerobot
10
  - robotics
11
  ---
12
 
13
- # Model Card for diffusion
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
 
18
- [Diffusion Policy](https://huggingface.co/papers/2303.04137) treats visuomotor control as a generative diffusion process, producing smooth, multi-step action trajectories that excel at contact-rich manipulation.
19
 
20
 
21
  This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
 
2
  datasets: quincyu/trace_robotwin
3
  library_name: lerobot
4
  license: apache-2.0
5
+ model_name: tg_diffusion
6
  pipeline_tag: robotics
7
  tags:
8
+ - tg_diffusion
9
  - lerobot
10
  - robotics
11
  ---
12
 
13
+ # Model Card for tg_diffusion
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
 
18
+ _Model type not recognized please update this template._
19
 
20
 
21
  This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "type": "diffusion",
3
  "n_obs_steps": 2,
4
  "input_features": {
5
  "observation.state": {
@@ -64,6 +64,7 @@
64
  "pretrained_path": null,
65
  "horizon": 16,
66
  "n_action_steps": 8,
 
67
  "normalization_mapping": {
68
  "VISUAL": "MEAN_STD",
69
  "STATE": "MIN_MAX",
@@ -99,6 +100,8 @@
99
  "clip_sample_range": 1.0,
100
  "num_inference_steps": null,
101
  "do_mask_loss_for_padding": false,
 
 
102
  "optimizer_lr": 0.0001,
103
  "optimizer_betas": [
104
  0.95,
 
1
  {
2
+ "type": "tg_diffusion",
3
  "n_obs_steps": 2,
4
  "input_features": {
5
  "observation.state": {
 
64
  "pretrained_path": null,
65
  "horizon": 16,
66
  "n_action_steps": 8,
67
+ "ee_pixel_image_resolution": 256,
68
  "normalization_mapping": {
69
  "VISUAL": "MEAN_STD",
70
  "STATE": "MIN_MAX",
 
100
  "clip_sample_range": 1.0,
101
  "num_inference_steps": null,
102
  "do_mask_loss_for_padding": false,
103
+ "compile_model": false,
104
+ "compile_mode": "max-autotune",
105
  "optimizer_lr": 0.0001,
106
  "optimizer_betas": [
107
  0.95,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14ff88f12b7d60ea57b8c324b56ab5981af8bf99748f6ca8d71806d8fe15b01e
3
- size 1083146504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7811a89d618b1cf1057c721c66c7601addcf9c861e9cd4a04167043ec21de9
3
+ size 1090486544
train_config.json CHANGED
@@ -81,7 +81,7 @@
81
  },
82
  "env": null,
83
  "policy": {
84
- "type": "diffusion",
85
  "n_obs_steps": 2,
86
  "input_features": {
87
  "observation.state": {
@@ -146,6 +146,7 @@
146
  "pretrained_path": null,
147
  "horizon": 16,
148
  "n_action_steps": 8,
 
149
  "normalization_mapping": {
150
  "VISUAL": "MEAN_STD",
151
  "STATE": "MIN_MAX",
@@ -181,6 +182,8 @@
181
  "clip_sample_range": 1.0,
182
  "num_inference_steps": null,
183
  "do_mask_loss_for_padding": false,
 
 
184
  "optimizer_lr": 0.0001,
185
  "optimizer_betas": [
186
  0.95,
@@ -191,8 +194,8 @@
191
  "scheduler_name": "cosine",
192
  "scheduler_warmup_steps": 500
193
  },
194
- "output_dir": "outputs/train/2026-02-13/16-30-33_diffusion",
195
- "job_name": "diffusion",
196
  "resume": false,
197
  "seed": 0,
198
  "num_workers": 8,
@@ -232,7 +235,7 @@
232
  "project": "lerobot",
233
  "entity": null,
234
  "notes": null,
235
- "run_id": "2oralbh2",
236
  "mode": null
237
  },
238
  "peft": null,
 
81
  },
82
  "env": null,
83
  "policy": {
84
+ "type": "tg_diffusion",
85
  "n_obs_steps": 2,
86
  "input_features": {
87
  "observation.state": {
 
146
  "pretrained_path": null,
147
  "horizon": 16,
148
  "n_action_steps": 8,
149
+ "ee_pixel_image_resolution": 256,
150
  "normalization_mapping": {
151
  "VISUAL": "MEAN_STD",
152
  "STATE": "MIN_MAX",
 
182
  "clip_sample_range": 1.0,
183
  "num_inference_steps": null,
184
  "do_mask_loss_for_padding": false,
185
+ "compile_model": false,
186
+ "compile_mode": "max-autotune",
187
  "optimizer_lr": 0.0001,
188
  "optimizer_betas": [
189
  0.95,
 
194
  "scheduler_name": "cosine",
195
  "scheduler_warmup_steps": 500
196
  },
197
+ "output_dir": "outputs/train/2026-02-13/16-29-46_tg_diffusion",
198
+ "job_name": "tg_diffusion",
199
  "resume": false,
200
  "seed": 0,
201
  "num_workers": 8,
 
235
  "project": "lerobot",
236
  "entity": null,
237
  "notes": null,
238
+ "run_id": "3m8ll78q",
239
  "mode": null
240
  },
241
  "peft": null,