Robotics
LeRobot
Safetensors
diffusion
ISdept commited on
Commit
948069b
·
verified ·
1 Parent(s): 6f497c5

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +5 -5
  3. model.safetensors +1 -1
  4. train_config.json +7 -7
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
+ - diffusion
9
  - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -41,13 +41,13 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "ISdept/piper_arm",
45
- "horizon": 16,
46
  "n_action_steps": 8,
47
  "normalization_mapping": {
48
- "VISUAL": "MEAN_STD",
49
- "STATE": "MIN_MAX",
50
- "ACTION": "MIN_MAX"
51
  },
52
  "drop_n_last_frames": 7,
53
  "vision_backbone": "resnet18",
 
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": "IDENTITY",
49
+ "STATE": "IDENTITY",
50
+ "VISUAL": "IDENTITY"
51
  },
52
  "drop_n_last_frames": 7,
53
  "vision_backbone": "resnet18",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cf4d470b3104d274c6ee220b9a8e82a77f1da821803241d00314f1acaac94c4
3
  size 1066805588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca062c4f4157c897604781eb96bff12ba97774d9f239e410620659d78791a4b
3
  size 1066805588
train_config.json CHANGED
@@ -123,13 +123,13 @@
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
- "pretrained_path": "ISdept/piper_arm",
127
- "horizon": 16,
128
  "n_action_steps": 8,
129
  "normalization_mapping": {
130
- "VISUAL": "MEAN_STD",
131
- "STATE": "MIN_MAX",
132
- "ACTION": "MIN_MAX"
133
  },
134
  "drop_n_last_frames": 7,
135
  "vision_backbone": "resnet18",
@@ -171,12 +171,12 @@
171
  "scheduler_name": "cosine",
172
  "scheduler_warmup_steps": 500
173
  },
174
- "output_dir": "outputs/train/output_diff5",
175
  "job_name": "pick_and_place",
176
  "resume": false,
177
  "seed": 1000,
178
  "num_workers": 4,
179
- "batch_size": 48,
180
  "steps": 25000,
181
  "eval_freq": 20000,
182
  "log_freq": 200,
 
123
  "private": null,
124
  "tags": null,
125
  "license": null,
126
+ "pretrained_path": null,
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,
135
  "vision_backbone": "resnet18",
 
171
  "scheduler_name": "cosine",
172
  "scheduler_warmup_steps": 500
173
  },
174
+ "output_dir": "outputs/train/output_diff7",
175
  "job_name": "pick_and_place",
176
  "resume": false,
177
  "seed": 1000,
178
  "num_workers": 4,
179
+ "batch_size": 36,
180
  "steps": 25000,
181
  "eval_freq": 20000,
182
  "log_freq": 200,