Robotics
LeRobot
Safetensors
act
kinghanse commited on
Commit
2b5019a
·
verified ·
1 Parent(s): 8b45777

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  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
- - lerobot
9
- - act
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:308b49b750e95ab247b0252364a097a02c386311b53f0ab479c9727006660cfd
3
  size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f33144d45d25b3f92cccf334dcae2f8bbde552cf7b5c6f5967a4471d9fd1e0a
3
  size 206701064
train_config.json CHANGED
@@ -139,12 +139,12 @@
139
  "resume": true,
140
  "seed": 1000,
141
  "num_workers": 4,
142
- "batch_size": 8,
143
- "steps": 10000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
147
- "save_freq": 1000,
148
  "use_policy_training_preset": true,
149
  "optimizer": {
150
  "type": "adamw",
 
139
  "resume": true,
140
  "seed": 1000,
141
  "num_workers": 4,
142
+ "batch_size": 32,
143
+ "steps": 3000000,
144
  "eval_freq": 20000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
147
+ "save_freq": 50000,
148
  "use_policy_training_preset": true,
149
  "optimizer": {
150
  "type": "adamw",