Robotics
LeRobot
Safetensors
act
binhpham commited on
Commit
445512f
·
verified ·
1 Parent(s): 3cee459

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +4 -4
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: binhpham/sim_so101_cubes_240
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - act
10
- - robotics
11
  ---
12
 
13
  # Model Card for act
 
1
  ---
2
+ datasets: binhpham/sim_so101_cubes
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - robotics
9
  - lerobot
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -12,16 +12,16 @@
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
- 240,
16
- 320
17
  ]
18
  },
19
  "observation.images.side": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
23
- 240,
24
- 320
25
  ]
26
  }
27
  },
 
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
15
+ 480,
16
+ 640
17
  ]
18
  },
19
  "observation.images.side": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
23
+ 480,
24
+ 640
25
  ]
26
  }
27
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5eed890118d9b1db8661556c0ccfea8a7573780de0f64f741f18fe1aac6ad5e0
3
  size 62292104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830b70baf1988a6bec68f313a55da0d4bfc0ed34dd5930aa1c6f650e590f9a47
3
  size 62292104
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "binhpham/sim_so101_cubes_240",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -94,16 +94,16 @@
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
97
- 240,
98
- 320
99
  ]
100
  },
101
  "observation.images.side": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
105
- 240,
106
- 320
107
  ]
108
  }
109
  },
 
1
  {
2
  "dataset": {
3
+ "repo_id": "binhpham/sim_so101_cubes",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
94
  "type": "VISUAL",
95
  "shape": [
96
  3,
97
+ 480,
98
+ 640
99
  ]
100
  },
101
  "observation.images.side": {
102
  "type": "VISUAL",
103
  "shape": [
104
  3,
105
+ 480,
106
+ 640
107
  ]
108
  }
109
  },