Robotics
LeRobot
Safetensors
act
Orellius commited on
Commit
a37e78e
·
verified ·
1 Parent(s): da16a3c

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +7 -7
  2. model.safetensors +2 -2
  3. train_config.json +14 -14
config.json CHANGED
@@ -10,15 +10,15 @@
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
- 12
14
  ]
15
  },
16
  "observation.image.front": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
- 128,
21
- 128
22
  ]
23
  }
24
  },
@@ -30,11 +30,11 @@
30
  ]
31
  }
32
  },
33
- "device": "cuda",
34
  "use_amp": false,
35
  "use_peft": false,
36
- "push_to_hub": true,
37
- "repo_id": "orellius/so101_matchbox_fpv_act",
38
  "private": null,
39
  "tags": null,
40
  "license": null,
@@ -56,7 +56,7 @@
56
  "temporal_ensemble_coeff": null,
57
  "dropout": 0.1,
58
  "kl_weight": 10.0,
59
- "optimizer_lr": 5e-05,
60
  "optimizer_weight_decay": 0.0001,
61
  "optimizer_lr_backbone": 1e-05
62
  }
 
10
  "observation.state": {
11
  "type": "STATE",
12
  "shape": [
13
+ 6
14
  ]
15
  },
16
  "observation.image.front": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
+ 480,
21
+ 640
22
  ]
23
  }
24
  },
 
30
  ]
31
  }
32
  },
33
+ "device": "mps",
34
  "use_amp": false,
35
  "use_peft": false,
36
+ "push_to_hub": false,
37
+ "repo_id": null,
38
  "private": null,
39
  "tags": null,
40
  "license": null,
 
56
  "temporal_ensemble_coeff": null,
57
  "dropout": 0.1,
58
  "kl_weight": 10.0,
59
+ "optimizer_lr": 0.0001,
60
  "optimizer_weight_decay": 0.0001,
61
  "optimizer_lr_backbone": 1e-05
62
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28d2684830bbc779797471afd5364a2eabb00b23c1034fff74eeb7965235b449
3
- size 206725424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8958af67344b1515d924e54906f04f7cb7c3420e6347322a07b71dc42f1b594c
3
+ size 206700792
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "hubnemo/so101_matchbox_reward",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -77,15 +77,15 @@
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
- 12
81
  ]
82
  },
83
  "observation.image.front": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
- 128,
88
- 128
89
  ]
90
  }
91
  },
@@ -97,11 +97,11 @@
97
  ]
98
  }
99
  },
100
- "device": "cuda",
101
  "use_amp": false,
102
  "use_peft": false,
103
- "push_to_hub": true,
104
- "repo_id": "orellius/so101_matchbox_fpv_act",
105
  "private": null,
106
  "tags": null,
107
  "license": null,
@@ -123,12 +123,12 @@
123
  "temporal_ensemble_coeff": null,
124
  "dropout": 0.1,
125
  "kl_weight": 10.0,
126
- "optimizer_lr": 5e-05,
127
  "optimizer_weight_decay": 0.0001,
128
  "optimizer_lr_backbone": 1e-05
129
  },
130
- "output_dir": "outputs/train/matchbox_so101_matchbox_act_20250822_1917",
131
- "job_name": "matchbox",
132
  "resume": false,
133
  "seed": 1000,
134
  "num_workers": 4,
@@ -139,13 +139,13 @@
139
  "save_checkpoint": true,
140
  "save_freq": 20000,
141
  "use_validation": true,
142
- "val_split": 0.05,
143
- "val_freq": 100,
144
  "val_batch_size": 32,
145
  "use_policy_training_preset": true,
146
  "optimizer": {
147
  "type": "adamw",
148
- "lr": 5e-05,
149
  "weight_decay": 0.0001,
150
  "grad_clip_norm": 10.0,
151
  "betas": [
@@ -166,7 +166,7 @@
166
  "project": "lerobot",
167
  "entity": null,
168
  "notes": null,
169
- "run_id": "z2x1oh3b",
170
  "mode": null
171
  },
172
  "use_peft": false,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "hubnemo/so101_matchbox_reward_dataset_fpv",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
77
  "observation.state": {
78
  "type": "STATE",
79
  "shape": [
80
+ 6
81
  ]
82
  },
83
  "observation.image.front": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
+ 480,
88
+ 640
89
  ]
90
  }
91
  },
 
97
  ]
98
  }
99
  },
100
+ "device": "mps",
101
  "use_amp": false,
102
  "use_peft": false,
103
+ "push_to_hub": false,
104
+ "repo_id": null,
105
  "private": null,
106
  "tags": null,
107
  "license": null,
 
123
  "temporal_ensemble_coeff": null,
124
  "dropout": 0.1,
125
  "kl_weight": 10.0,
126
+ "optimizer_lr": 0.0001,
127
  "optimizer_weight_decay": 0.0001,
128
  "optimizer_lr_backbone": 1e-05
129
  },
130
+ "output_dir": "outputs/train/matchbox_so101_matchbox_act_20250905_1435",
131
+ "job_name": "matchbox_so101_matchbox_act_20250905_1435",
132
  "resume": false,
133
  "seed": 1000,
134
  "num_workers": 4,
 
139
  "save_checkpoint": true,
140
  "save_freq": 20000,
141
  "use_validation": true,
142
+ "val_split": 0.02,
143
+ "val_freq": 50,
144
  "val_batch_size": 32,
145
  "use_policy_training_preset": true,
146
  "optimizer": {
147
  "type": "adamw",
148
+ "lr": 0.0001,
149
  "weight_decay": 0.0001,
150
  "grad_clip_norm": 10.0,
151
  "betas": [
 
166
  "project": "lerobot",
167
  "entity": null,
168
  "notes": null,
169
+ "run_id": "zsnktxth",
170
  "mode": null
171
  },
172
  "use_peft": false,