Robotics
LeRobot
Safetensors
diffusion
ISdept commited on
Commit
5a29c4d
·
verified ·
1 Parent(s): d44effc

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +26 -26
  3. model.safetensors +2 -2
  4. train_config.json +2 -2
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - robotics
9
+ - lerobot
10
+ - diffusion
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "type": "transformer_diffusion",
3
  "n_obs_steps": 2,
4
  "input_features": {
5
  "observation.state": {
@@ -37,40 +37,29 @@
37
  "use_amp": false,
38
  "use_peft": false,
39
  "push_to_hub": true,
40
- "repo_id": null,
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
- "horizon": 16,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
48
- "VISUAL": "IDENTITY",
49
- "STATE": "IDENTITY",
50
- "ACTION": "IDENTITY"
51
  },
 
52
  "vision_backbone": "resnet18",
53
- "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
- "input_image_size": [
55
- 320,
56
- 320
57
- ],
58
- "state_dim": 7,
59
- "action_dim": 7,
60
- "joint_weights": [
61
- 1.0,
62
- 1.0,
63
- 1.0,
64
- 0.0,
65
- 1.0,
66
- 1.0,
67
- 1.0
68
  ],
69
- "d_model": 512,
70
- "nhead": 8,
71
- "num_encoder_layers": 4,
72
- "dim_feedforward": 512,
73
- "diffusion_step_embed_dim": 256,
74
  "down_dims": [
75
  512,
76
  1024,
@@ -78,7 +67,18 @@
78
  ],
79
  "kernel_size": 5,
80
  "n_groups": 8,
 
81
  "use_film_scale_modulation": true,
 
 
 
 
 
 
 
 
 
 
82
  "optimizer_lr": 0.0001,
83
  "optimizer_betas": [
84
  0.95,
 
1
  {
2
+ "type": "diffusion",
3
  "n_obs_steps": 2,
4
  "input_features": {
5
  "observation.state": {
 
37
  "use_amp": false,
38
  "use_peft": false,
39
  "push_to_hub": true,
40
+ "repo_id": "ISdept/piper_arm",
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
  "pretrained_path": null,
45
+ "horizon": 64,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
48
+ "ACTION": "MEAN_STD",
49
+ "STATE": "MEAN_STD",
50
+ "VISUAL": "IDENTITY"
51
  },
52
+ "drop_n_last_frames": 7,
53
  "vision_backbone": "resnet18",
54
+ "crop_shape": [
55
+ 84,
56
+ 84
 
 
 
 
 
 
 
 
 
 
 
 
57
  ],
58
+ "crop_is_random": true,
59
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
60
+ "use_group_norm": false,
61
+ "spatial_softmax_num_keypoints": 32,
62
+ "use_separate_rgb_encoder_per_camera": false,
63
  "down_dims": [
64
  512,
65
  1024,
 
67
  ],
68
  "kernel_size": 5,
69
  "n_groups": 8,
70
+ "diffusion_step_embed_dim": 128,
71
  "use_film_scale_modulation": true,
72
+ "noise_scheduler_type": "DDPM",
73
+ "num_train_timesteps": 100,
74
+ "beta_schedule": "squaredcos_cap_v2",
75
+ "beta_start": 0.0001,
76
+ "beta_end": 0.02,
77
+ "prediction_type": "epsilon",
78
+ "clip_sample": true,
79
+ "clip_sample_range": 1.0,
80
+ "num_inference_steps": null,
81
+ "do_mask_loss_for_padding": false,
82
  "optimizer_lr": 0.0001,
83
  "optimizer_betas": [
84
  0.95,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87cc8b667b825a9517b27b6195218c6bcc24c54ac2afcc9a2391a22b34b39d20
3
- size 1188798492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02e8fa4613c9c30fd60022532c5a7bdb162cc806cefb64845c0443005f4d654
3
+ size 1066805588
train_config.json CHANGED
@@ -127,8 +127,8 @@
127
  "horizon": 64,
128
  "n_action_steps": 8,
129
  "normalization_mapping": {
130
- "ACTION": "IDENTITY",
131
- "STATE": "IDENTITY",
132
  "VISUAL": "IDENTITY"
133
  },
134
  "drop_n_last_frames": 7,
 
127
  "horizon": 64,
128
  "n_action_steps": 8,
129
  "normalization_mapping": {
130
+ "ACTION": "MEAN_STD",
131
+ "STATE": "MEAN_STD",
132
  "VISUAL": "IDENTITY"
133
  },
134
  "drop_n_last_frames": 7,