Robotics
LeRobot
Safetensors
act
binhpham commited on
Commit
f71a905
·
verified ·
1 Parent(s): 2a31b60

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +4 -4
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - act
10
+ - robotics
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -12,16 +12,16 @@
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
  },
 
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
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:830b70baf1988a6bec68f313a55da0d4bfc0ed34dd5930aa1c6f650e590f9a47
3
  size 62292104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdc0d1a5877eb8cb2f4e8dd2d43f4a76df2a3ac3c270eb1f956f57a521ffc0e
3
  size 62292104
train_config.json CHANGED
@@ -94,16 +94,16 @@
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
  },
 
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
  },