Robotics
LeRobot
Safetensors
act
IvanLee commited on
Commit
335cf52
·
verified ·
1 Parent(s): ca9fd86

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 +9 -4
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
- - act
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - act
10
+ - robotics
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:0465a9d2ec77e33639526358559c1bc76d92a961a1b3103d20f89e91bbf7ef7d
3
  size 206700792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55faf782dd8ca85ad92aa7d5a360ddcc1bb739600fa80ddbf14e9399668e195f
3
  size 206700792
train_config.json CHANGED
@@ -2,7 +2,12 @@
2
  "dataset": {
3
  "repo_id": "IvanLee/record-test",
4
  "root": null,
5
- "episodes": null,
 
 
 
 
 
6
  "image_transforms": {
7
  "enable": false,
8
  "max_num_transforms": 3,
@@ -131,12 +136,12 @@
131
  "resume": false,
132
  "seed": 1000,
133
  "num_workers": 4,
134
- "batch_size": 32,
135
  "steps": 10,
136
  "eval_freq": 20000,
137
  "log_freq": 200,
138
  "save_checkpoint": true,
139
- "save_freq": 5,
140
  "use_policy_training_preset": true,
141
  "optimizer": {
142
  "type": "adamw",
@@ -161,7 +166,7 @@
161
  "project": "lerobot",
162
  "entity": null,
163
  "notes": null,
164
- "run_id": "a8012qb6",
165
  "mode": null
166
  }
167
  }
 
2
  "dataset": {
3
  "repo_id": "IvanLee/record-test",
4
  "root": null,
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3
10
+ ],
11
  "image_transforms": {
12
  "enable": false,
13
  "max_num_transforms": 3,
 
136
  "resume": false,
137
  "seed": 1000,
138
  "num_workers": 4,
139
+ "batch_size": 8,
140
  "steps": 10,
141
  "eval_freq": 20000,
142
  "log_freq": 200,
143
  "save_checkpoint": true,
144
+ "save_freq": 20000,
145
  "use_policy_training_preset": true,
146
  "optimizer": {
147
  "type": "adamw",
 
166
  "project": "lerobot",
167
  "entity": null,
168
  "notes": null,
169
+ "run_id": "y6xskfuc",
170
  "mode": null
171
  }
172
  }