Robotics
LeRobot
Safetensors
diffusion
williamtsai726 commited on
Commit
5a5cfa6
·
verified ·
1 Parent(s): 5c523aa

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - lerobot
 
10
  - diffusion
11
  ---
12
 
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - robotics
10
  - diffusion
11
  ---
12
 
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
- "pretrained_path": null,
53
  "horizon": 16,
54
  "n_action_steps": 8,
55
  "normalization_mapping": {
 
49
  "private": null,
50
  "tags": null,
51
  "license": null,
52
+ "pretrained_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000/pretrained_model",
53
  "horizon": 16,
54
  "n_action_steps": 8,
55
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:082b8aa5538274146b91a2f3430a64aecefdb32ecad36575dfcf49d7394a2a6d
3
  size 1083146184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0cb3e35b2f746d92f8f9ae1e7e5e7d202c6ce22daef9184726bd4d2c6cfefa
3
  size 1083146184
train_config.json CHANGED
@@ -131,7 +131,7 @@
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
- "pretrained_path": null,
135
  "horizon": 16,
136
  "n_action_steps": 8,
137
  "normalization_mapping": {
@@ -181,11 +181,11 @@
181
  },
182
  "output_dir": "outputs/stack_cube_into_pyramid_0203",
183
  "job_name": "diffusion",
184
- "resume": false,
185
  "seed": 1000,
186
  "num_workers": 4,
187
  "batch_size": 8,
188
- "steps": 100000,
189
  "eval_freq": 20000,
190
  "log_freq": 200,
191
  "tolerance_s": 0.0001,
@@ -230,5 +230,5 @@
230
  "rabc_epsilon": 1e-06,
231
  "rabc_head_mode": "sparse",
232
  "rename_map": {},
233
- "checkpoint_path": null
234
  }
 
131
  "private": null,
132
  "tags": null,
133
  "license": null,
134
+ "pretrained_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000/pretrained_model",
135
  "horizon": 16,
136
  "n_action_steps": 8,
137
  "normalization_mapping": {
 
181
  },
182
  "output_dir": "outputs/stack_cube_into_pyramid_0203",
183
  "job_name": "diffusion",
184
+ "resume": true,
185
  "seed": 1000,
186
  "num_workers": 4,
187
  "batch_size": 8,
188
+ "steps": 160000,
189
  "eval_freq": 20000,
190
  "log_freq": 200,
191
  "tolerance_s": 0.0001,
 
230
  "rabc_epsilon": 1e-06,
231
  "rabc_head_mode": "sparse",
232
  "rename_map": {},
233
+ "checkpoint_path": "/home/sean/Desktop/YAM/lerobot/outputs/stack_cube_into_pyramid_0203/checkpoints/100000"
234
  }