Robotics
LeRobot
Safetensors
diffusion
ELLE111 commited on
Commit
8983fc0
·
verified ·
1 Parent(s): b92c87b

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +9 -1
  3. model.safetensors +2 -2
  4. train_config.json +9 -1
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
  - diffusion
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for diffusion
config.json CHANGED
@@ -8,7 +8,15 @@
8
  6
9
  ]
10
  },
11
- "observation.images.default": {
 
 
 
 
 
 
 
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
8
  6
9
  ]
10
  },
11
+ "observation.images.head_camera": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.hand_camera": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f35b1b115e15293e44910b3641d195c4f9f756a038c5b16ada50f5625ddd6be8
3
- size 1051836312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ac861e110395ff94977ad88bcb618d88d5156268472d665c5f260c4bf4ac42
3
+ size 1066516384
train_config.json CHANGED
@@ -90,7 +90,15 @@
90
  6
91
  ]
92
  },
93
- "observation.images.default": {
 
 
 
 
 
 
 
 
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
 
90
  6
91
  ]
92
  },
93
+ "observation.images.head_camera": {
94
+ "type": "VISUAL",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 640
99
+ ]
100
+ },
101
+ "observation.images.hand_camera": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,