hafeezjimoh commited on
Commit
2e05fa1
·
verified ·
1 Parent(s): 0c852b5

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 +1 -1
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
  - lerobot
 
10
  - act
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
+ - robotics
10
  - act
11
  ---
12
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:168d2b92f80b0cae0c7258a7260efeffef9b8e07c1c30820a64f971030dbf173
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d904391e20b1fe1e550d11037b3c843ea0585f306e6453fa22853428c3e1717d
3
  size 206699736
train_config.json CHANGED
@@ -156,7 +156,7 @@
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 8,
159
- "steps": 20000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
 
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 8,
159
+ "steps": 100000,
160
  "eval_freq": 20000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,