Robotics
LeRobot
Safetensors
act
Moritz7 commited on
Commit
83ab675
·
verified ·
1 Parent(s): 378eabc

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,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
  - lerobot
9
  - robotics
10
+ - act
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:5efb02ecc8a5519071ddd105767cbccc4546e34b41543d1474463d80435cbb06
3
  size 206701072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bea6bbff40da97b293f18245b8d3d454a1feecb2aa74edc100e2b785e7997d
3
  size 206701072
train_config.json CHANGED
@@ -140,7 +140,7 @@
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
- "steps": 100000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
 
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
+ "steps": 200000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,