Robotics
LeRobot
Safetensors
act
Haku-2004 commited on
Commit
118cc45
·
verified ·
1 Parent(s): 042ce9a

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
  - lerobot
10
- - robotics
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - robotics
9
  - act
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:138e5506b143637d46848e438bf709b8c1a6db2968039cfbaad6e74c50227a4e
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb374dbd19978da66d12cb0c57a9f2a8e195bae52c700bbdcf3621e5d97d2284
3
  size 206699736
train_config.json CHANGED
@@ -162,8 +162,8 @@
162
  "batch_size": 2,
163
  "prefetch_factor": 4,
164
  "persistent_workers": true,
165
- "steps": 500,
166
- "eval_freq": 100,
167
  "log_freq": 200,
168
  "tolerance_s": 0.0001,
169
  "save_checkpoint": true,
@@ -192,7 +192,7 @@
192
  "project": "lerobot",
193
  "entity": null,
194
  "notes": null,
195
- "run_id": "xpnaa557",
196
  "mode": null,
197
  "add_tags": true
198
  },
 
162
  "batch_size": 2,
163
  "prefetch_factor": 4,
164
  "persistent_workers": true,
165
+ "steps": 2000,
166
+ "eval_freq": 20,
167
  "log_freq": 200,
168
  "tolerance_s": 0.0001,
169
  "save_checkpoint": true,
 
192
  "project": "lerobot",
193
  "entity": null,
194
  "notes": null,
195
+ "run_id": "w52j1lj1",
196
  "mode": null,
197
  "add_tags": true
198
  },