Robotics
LeRobot
Safetensors
act
exaFLOPs09 commited on
Commit
ec93fdf
·
verified ·
1 Parent(s): 5241d09

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. train_config.json +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
9
- - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - robotics
 
9
  - lerobot
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "observation.state": {
6
  "type": "STATE",
7
  "shape": [
8
- 35
9
  ]
10
  },
11
  "observation.images.front": {
 
5
  "observation.state": {
6
  "type": "STATE",
7
  "shape": [
8
+ 23
9
  ]
10
  },
11
  "observation.images.front": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36a6c494374cb28d963c5272a035104c3933ee8318a4614dfe7074715639e15b
3
- size 206888220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb771568d73ba3de2992edc90eb11f3ef9c0bbb99f8ff7be07423f7db8f1a7b1
3
+ size 206839068
train_config.json CHANGED
@@ -87,7 +87,7 @@
87
  "observation.state": {
88
  "type": "STATE",
89
  "shape": [
90
- 35
91
  ]
92
  },
93
  "observation.images.front": {
@@ -163,7 +163,7 @@
163
  "resume": false,
164
  "seed": 1000,
165
  "num_workers": 4,
166
- "batch_size": 32,
167
  "steps": 100000,
168
  "eval_freq": 20000,
169
  "log_freq": 200,
@@ -193,7 +193,7 @@
193
  "project": "lerobot",
194
  "entity": null,
195
  "notes": null,
196
- "run_id": "gs2c1h5r",
197
  "mode": null
198
  },
199
  "checkpoint_path": null,
 
87
  "observation.state": {
88
  "type": "STATE",
89
  "shape": [
90
+ 23
91
  ]
92
  },
93
  "observation.images.front": {
 
163
  "resume": false,
164
  "seed": 1000,
165
  "num_workers": 4,
166
+ "batch_size": 8,
167
  "steps": 100000,
168
  "eval_freq": 20000,
169
  "log_freq": 200,
 
193
  "project": "lerobot",
194
  "entity": null,
195
  "notes": null,
196
+ "run_id": "8cbgys6e",
197
  "mode": null
198
  },
199
  "checkpoint_path": null,