Robotics
LeRobot
Safetensors
act
SagriviS commited on
Commit
672df0f
·
verified ·
1 Parent(s): 594d50f

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +8 -7
  2. model.safetensors +2 -2
  3. train_config.json +11 -11
config.json CHANGED
@@ -27,14 +27,15 @@
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
 
30
  "push_to_hub": true,
31
  "repo_id": "SagriviS/Test",
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
- "pretrained_path": null,
36
- "chunk_size": 150,
37
- "n_action_steps": 150,
38
  "normalization_mapping": {
39
  "VISUAL": "MEAN_STD",
40
  "STATE": "MEAN_STD",
@@ -42,11 +43,11 @@
42
  },
43
  "vision_backbone": "resnet18",
44
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
45
- "replace_final_stride_with_dilation": false,
46
  "pre_norm": false,
47
- "dim_model": 256,
48
  "n_heads": 8,
49
- "dim_feedforward": 1024,
50
  "feedforward_activation": "relu",
51
  "n_encoder_layers": 4,
52
  "n_decoder_layers": 1,
@@ -55,7 +56,7 @@
55
  "n_vae_encoder_layers": 4,
56
  "temporal_ensemble_coeff": null,
57
  "dropout": 0.1,
58
- "kl_weight": 7.0,
59
  "optimizer_lr": 1e-05,
60
  "optimizer_weight_decay": 0.0001,
61
  "optimizer_lr_backbone": 1e-05
 
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
30
+ "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "SagriviS/Test",
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "outputs/train/Test30/checkpoints/last/pretrained_model",
37
+ "chunk_size": 100,
38
+ "n_action_steps": 100,
39
  "normalization_mapping": {
40
  "VISUAL": "MEAN_STD",
41
  "STATE": "MEAN_STD",
 
43
  },
44
  "vision_backbone": "resnet18",
45
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
46
+ "replace_final_stride_with_dilation": 0,
47
  "pre_norm": false,
48
+ "dim_model": 512,
49
  "n_heads": 8,
50
+ "dim_feedforward": 3200,
51
  "feedforward_activation": "relu",
52
  "n_encoder_layers": 4,
53
  "n_decoder_layers": 1,
 
56
  "n_vae_encoder_layers": 4,
57
  "temporal_ensemble_coeff": null,
58
  "dropout": 0.1,
59
+ "kl_weight": 10.0,
60
  "optimizer_lr": 1e-05,
61
  "optimizer_weight_decay": 0.0001,
62
  "optimizer_lr_backbone": 1e-05
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e112132adb5f6caf27e5518d94c5f95d4d05c5b282bc3c3fce36f51ef09e11c2
3
- size 75255344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc4c3cc10a9786c2d2461f3feb34526d89e06c2f7c696b677b579cc63ba094f
3
+ size 206765304
train_config.json CHANGED
@@ -115,9 +115,9 @@
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
- "pretrained_path": null,
119
- "chunk_size": 150,
120
- "n_action_steps": 150,
121
  "normalization_mapping": {
122
  "VISUAL": "MEAN_STD",
123
  "STATE": "MEAN_STD",
@@ -125,11 +125,11 @@
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
- "replace_final_stride_with_dilation": false,
129
  "pre_norm": false,
130
- "dim_model": 256,
131
  "n_heads": 8,
132
- "dim_feedforward": 1024,
133
  "feedforward_activation": "relu",
134
  "n_encoder_layers": 4,
135
  "n_decoder_layers": 1,
@@ -138,14 +138,14 @@
138
  "n_vae_encoder_layers": 4,
139
  "temporal_ensemble_coeff": null,
140
  "dropout": 0.1,
141
- "kl_weight": 7.0,
142
  "optimizer_lr": 1e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "lerobot/outputs/train/Test29",
147
  "job_name": "act",
148
- "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 16,
@@ -179,7 +179,7 @@
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
- "run_id": "am1xd8ol",
183
  "mode": null
184
  },
185
  "peft": null,
@@ -189,5 +189,5 @@
189
  "rabc_epsilon": 1e-06,
190
  "rabc_head_mode": "sparse",
191
  "rename_map": {},
192
- "checkpoint_path": null
193
  }
 
115
  "private": null,
116
  "tags": null,
117
  "license": null,
118
+ "pretrained_path": "outputs/train/Test30/checkpoints/last/pretrained_model",
119
+ "chunk_size": 100,
120
+ "n_action_steps": 100,
121
  "normalization_mapping": {
122
  "VISUAL": "MEAN_STD",
123
  "STATE": "MEAN_STD",
 
125
  },
126
  "vision_backbone": "resnet18",
127
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
128
+ "replace_final_stride_with_dilation": 0,
129
  "pre_norm": false,
130
+ "dim_model": 512,
131
  "n_heads": 8,
132
+ "dim_feedforward": 3200,
133
  "feedforward_activation": "relu",
134
  "n_encoder_layers": 4,
135
  "n_decoder_layers": 1,
 
138
  "n_vae_encoder_layers": 4,
139
  "temporal_ensemble_coeff": null,
140
  "dropout": 0.1,
141
+ "kl_weight": 10.0,
142
  "optimizer_lr": 1e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "lerobot/outputs/train/Test30",
147
  "job_name": "act",
148
+ "resume": true,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 16,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "ilaiia4e",
183
  "mode": null
184
  },
185
  "peft": null,
 
189
  "rabc_epsilon": 1e-06,
190
  "rabc_head_mode": "sparse",
191
  "rename_map": {},
192
+ "checkpoint_path": "outputs/train/Test30/checkpoints/last"
193
  }