Robotics
LeRobot
Safetensors
act
pmcheng commited on
Commit
d6bb9c2
·
verified ·
1 Parent(s): 08bb747

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
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - robotics
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:efcc580230068555b3699f6b41a43c138d62729f1497d70f09248bbc15e630f8
3
  size 206700800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074d0dfc7baa42cc4499f9becd1a2bb4f5c02e5320e454cc39c3cce7bcb407aa
3
  size 206700800
train_config.json CHANGED
@@ -132,11 +132,11 @@
132
  "seed": 1000,
133
  "num_workers": 4,
134
  "batch_size": 16,
135
- "steps": 200000,
136
  "eval_freq": 20000,
137
  "log_freq": 200,
138
  "save_checkpoint": true,
139
- "save_freq": 40000,
140
  "use_policy_training_preset": true,
141
  "optimizer": {
142
  "type": "adamw",
 
132
  "seed": 1000,
133
  "num_workers": 4,
134
  "batch_size": 16,
135
+ "steps": 400000,
136
  "eval_freq": 20000,
137
  "log_freq": 200,
138
  "save_checkpoint": true,
139
+ "save_freq": 100000,
140
  "use_policy_training_preset": true,
141
  "optimizer": {
142
  "type": "adamw",