Robotics
LeRobot
Safetensors
act
ollie0520 commited on
Commit
5b81beb
·
verified ·
1 Parent(s): a26896b

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 +2 -2
README.md CHANGED
@@ -5,8 +5,8 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - act
 
10
  - robotics
11
  ---
12
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - act
9
+ - lerobot
10
  - robotics
11
  ---
12
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46c5f72d1234a361fc1a2c1689693aaa425a58eff571735674692182a45d1016
3
  size 206765304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73ed0c3be01d91a2fe5af62b34d9bfd9a914e46d99b04258d00cbae9bd7a035
3
  size 206765304
train_config.json CHANGED
@@ -149,12 +149,12 @@
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
- "steps": 400,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
156
  "save_checkpoint": true,
157
- "save_freq": 200,
158
  "use_policy_training_preset": true,
159
  "optimizer": {
160
  "type": "adamw",
 
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 8,
152
+ "steps": 100000,
153
  "eval_freq": 20000,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
156
  "save_checkpoint": true,
157
+ "save_freq": 2000,
158
  "use_policy_training_preset": true,
159
  "optimizer": {
160
  "type": "adamw",