Robotics
LeRobot
Safetensors
act
s3y commited on
Commit
460dfa4
·
verified ·
1 Parent(s): 9609f70

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +8 -8
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
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "device": "mps",
42
  "use_amp": false,
43
  "push_to_hub": true,
44
- "repo_id": "pick-and-place",
45
  "private": null,
46
  "tags": null,
47
  "license": null,
 
41
  "device": "mps",
42
  "use_amp": false,
43
  "push_to_hub": true,
44
+ "repo_id": "s3y/pick-and-place",
45
  "private": null,
46
  "tags": null,
47
  "license": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f862e6d4a9361add4c720345b36657695fc45db0ebb7f54d7942d3e51fdaae00
3
  size 206701072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96418f3a104488fe8c356591872879278b91e5897383a1b537536c05b2901c31
3
  size 206701072
train_config.json CHANGED
@@ -62,7 +62,7 @@
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
- "video_backend": "pyav"
66
  },
67
  "env": null,
68
  "policy": {
@@ -108,7 +108,7 @@
108
  "device": "mps",
109
  "use_amp": false,
110
  "push_to_hub": true,
111
- "repo_id": "pick-and-place",
112
  "private": null,
113
  "tags": null,
114
  "license": null,
@@ -134,17 +134,17 @@
134
  "optimizer_weight_decay": 0.0001,
135
  "optimizer_lr_backbone": 1e-05
136
  },
137
- "output_dir": "outputs/train/pick-and-place",
138
- "job_name": "pick-and-place",
139
  "resume": false,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
- "steps": 100000,
144
  "eval_freq": 20000,
145
- "log_freq": 200,
146
  "save_checkpoint": true,
147
- "save_freq": 20000,
148
  "use_policy_training_preset": true,
149
  "optimizer": {
150
  "type": "adamw",
@@ -169,7 +169,7 @@
169
  "project": "lerobot",
170
  "entity": null,
171
  "notes": null,
172
- "run_id": "93dn9aor",
173
  "mode": null
174
  }
175
  }
 
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec"
66
  },
67
  "env": null,
68
  "policy": {
 
108
  "device": "mps",
109
  "use_amp": false,
110
  "push_to_hub": true,
111
+ "repo_id": "s3y/pick-and-place",
112
  "private": null,
113
  "tags": null,
114
  "license": null,
 
134
  "optimizer_weight_decay": 0.0001,
135
  "optimizer_lr_backbone": 1e-05
136
  },
137
+ "output_dir": "outputs/train/pick-and-place-continued",
138
+ "job_name": "pick-and-place-continued",
139
  "resume": false,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
+ "steps": 5000,
144
  "eval_freq": 20000,
145
+ "log_freq": 100,
146
  "save_checkpoint": true,
147
+ "save_freq": 1000,
148
  "use_policy_training_preset": true,
149
  "optimizer": {
150
  "type": "adamw",
 
169
  "project": "lerobot",
170
  "entity": null,
171
  "notes": null,
172
+ "run_id": "ob8m9m9a",
173
  "mode": null
174
  }
175
  }