Robotics
LeRobot
Safetensors
diffusion
inaas commited on
Commit
bba9179
·
verified ·
1 Parent(s): 0364c1c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +0 -8
  3. model.safetensors +2 -2
  4. train_config.json +2 -10
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: inaas/push_block_data
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: diffusion
6
  pipeline_tag: robotics
7
  tags:
8
- - diffusion
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for diffusion
 
1
  ---
2
+ datasets: inaas/push_block_data_single_cam
3
  library_name: lerobot
4
  license: apache-2.0
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
@@ -10,14 +10,6 @@
10
  180
11
  ]
12
  },
13
- "observation.image.cam1": {
14
- "type": "VISUAL",
15
- "shape": [
16
- 3,
17
- 120,
18
- 180
19
- ]
20
- },
21
  "observation.state": {
22
  "type": "STATE",
23
  "shape": [
 
10
  180
11
  ]
12
  },
 
 
 
 
 
 
 
 
13
  "observation.state": {
14
  "type": "STATE",
15
  "shape": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d0480d5bf50d2e3d24387753b98a87cb857a908c56c869ba83f802df3242362
3
- size 356565292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e3f1334acbf853dcc0304d2e8cbe708e88e59467a805e4e2cb538f433370e2
3
+ size 304429036
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "inaas/push_block_data",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -92,14 +92,6 @@
92
  180
93
  ]
94
  },
95
- "observation.image.cam1": {
96
- "type": "VISUAL",
97
- "shape": [
98
- 3,
99
- 120,
100
- 180
101
- ]
102
- },
103
  "observation.state": {
104
  "type": "STATE",
105
  "shape": [
@@ -170,7 +162,7 @@
170
  "scheduler_name": "cosine",
171
  "scheduler_warmup_steps": 500
172
  },
173
- "output_dir": "/scratch/inaas/inaas/runs/lerobot/7439966/checkpoints",
174
  "job_name": "diffusion",
175
  "resume": false,
176
  "seed": 1000,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "inaas/push_block_data_single_cam",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
92
  180
93
  ]
94
  },
 
 
 
 
 
 
 
 
95
  "observation.state": {
96
  "type": "STATE",
97
  "shape": [
 
162
  "scheduler_name": "cosine",
163
  "scheduler_warmup_steps": 500
164
  },
165
+ "output_dir": "/scratch/inaas/inaas/runs/lerobot/7452077/checkpoints",
166
  "job_name": "diffusion",
167
  "resume": false,
168
  "seed": 1000,