Robotics
LeRobot
Safetensors
diffusion
MauoSama commited on
Commit
1a92f30
·
verified ·
1 Parent(s): 26014f6

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - diffusion
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for diffusion
 
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
 
8
  - diffusion
9
  - robotics
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -61,8 +61,8 @@
61
  "private": null,
62
  "tags": null,
63
  "license": null,
64
- "horizon": 16,
65
- "n_action_steps": 8,
66
  "drop_n_last_frames": 7,
67
  "vision_backbone": "resnet18",
68
  "crop_shape": [
 
61
  "private": null,
62
  "tags": null,
63
  "license": null,
64
+ "horizon": 64,
65
+ "n_action_steps": 32,
66
  "drop_n_last_frames": 7,
67
  "vision_backbone": "resnet18",
68
  "crop_shape": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a5fdcf1fde84f46aed3d7e222347c652a1430342117e8a27c75dc108bc8be13
3
  size 1095161584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c00ea08f72ceb53e9fc01ae87ffc9409967704e1dcd5a044444efdd1374d65c
3
  size 1095161584
train_config.json CHANGED
@@ -128,8 +128,8 @@
128
  "private": null,
129
  "tags": null,
130
  "license": null,
131
- "horizon": 16,
132
- "n_action_steps": 8,
133
  "drop_n_last_frames": 7,
134
  "vision_backbone": "resnet18",
135
  "crop_shape": [
@@ -170,7 +170,7 @@
170
  "scheduler_name": "cosine",
171
  "scheduler_warmup_steps": 500
172
  },
173
- "output_dir": "/scratch/ameypore/runs/lerobot/495330/checkpoints",
174
  "job_name": "diffusion",
175
  "resume": false,
176
  "seed": 1000,
 
128
  "private": null,
129
  "tags": null,
130
  "license": null,
131
+ "horizon": 64,
132
+ "n_action_steps": 32,
133
  "drop_n_last_frames": 7,
134
  "vision_backbone": "resnet18",
135
  "crop_shape": [
 
170
  "scheduler_name": "cosine",
171
  "scheduler_warmup_steps": 500
172
  },
173
+ "output_dir": "/scratch/ameypore/runs/lerobot/495329/checkpoints",
174
  "job_name": "diffusion",
175
  "resume": false,
176
  "seed": 1000,