Robotics
LeRobot
Safetensors
act
wvangils commited on
Commit
da21d9c
·
verified ·
1 Parent(s): 5be29b9

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
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
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:b8b29557f00913e4f37c4e23a2474753d4618b795365e51c61bc4ae2b7f89849
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c47a6c2d5b21211a7009fd2f7d547ea53b41242ce66318e41a6591e356570dd6
3
  size 206699736
train_config.json CHANGED
@@ -156,7 +156,7 @@
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 32,
159
- "steps": 30000,
160
  "eval_freq": 5000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,
 
156
  "seed": 1000,
157
  "num_workers": 4,
158
  "batch_size": 32,
159
+ "steps": 50000,
160
  "eval_freq": 5000,
161
  "log_freq": 200,
162
  "save_checkpoint": true,