Upload policy weights, train config and readme
Browse files- config.json +6 -6
- model.safetensors +2 -2
- train_config.json +15 -15
config.json
CHANGED
|
@@ -26,15 +26,15 @@
|
|
| 26 |
}
|
| 27 |
},
|
| 28 |
"device": "cuda",
|
| 29 |
-
"use_amp":
|
| 30 |
"push_to_hub": true,
|
| 31 |
"repo_id": "J-joon/act_aloha_sim_transfer_cube_human",
|
| 32 |
"private": null,
|
| 33 |
"tags": null,
|
| 34 |
"license": null,
|
| 35 |
-
"pretrained_path":
|
| 36 |
"chunk_size": 50,
|
| 37 |
-
"n_action_steps":
|
| 38 |
"normalization_mapping": {
|
| 39 |
"VISUAL": "MEAN_STD",
|
| 40 |
"STATE": "MEAN_STD",
|
|
@@ -42,18 +42,18 @@
|
|
| 42 |
},
|
| 43 |
"vision_backbone": "resnet18",
|
| 44 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 45 |
-
"replace_final_stride_with_dilation":
|
| 46 |
"pre_norm": false,
|
| 47 |
"dim_model": 512,
|
| 48 |
"n_heads": 8,
|
| 49 |
"dim_feedforward": 3200,
|
| 50 |
"feedforward_activation": "relu",
|
| 51 |
"n_encoder_layers": 4,
|
| 52 |
-
"n_decoder_layers":
|
| 53 |
"use_vae": true,
|
| 54 |
"latent_dim": 32,
|
| 55 |
"n_vae_encoder_layers": 4,
|
| 56 |
-
"temporal_ensemble_coeff":
|
| 57 |
"dropout": 0.1,
|
| 58 |
"kl_weight": 10.0,
|
| 59 |
"optimizer_lr": 1e-05,
|
|
|
|
| 26 |
}
|
| 27 |
},
|
| 28 |
"device": "cuda",
|
| 29 |
+
"use_amp": false,
|
| 30 |
"push_to_hub": true,
|
| 31 |
"repo_id": "J-joon/act_aloha_sim_transfer_cube_human",
|
| 32 |
"private": null,
|
| 33 |
"tags": null,
|
| 34 |
"license": null,
|
| 35 |
+
"pretrained_path": "outputs/original/train/act_aloha_transfer_cube_v1/checkpoints/016000/pretrained_model",
|
| 36 |
"chunk_size": 50,
|
| 37 |
+
"n_action_steps": 1,
|
| 38 |
"normalization_mapping": {
|
| 39 |
"VISUAL": "MEAN_STD",
|
| 40 |
"STATE": "MEAN_STD",
|
|
|
|
| 42 |
},
|
| 43 |
"vision_backbone": "resnet18",
|
| 44 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 45 |
+
"replace_final_stride_with_dilation": 0,
|
| 46 |
"pre_norm": false,
|
| 47 |
"dim_model": 512,
|
| 48 |
"n_heads": 8,
|
| 49 |
"dim_feedforward": 3200,
|
| 50 |
"feedforward_activation": "relu",
|
| 51 |
"n_encoder_layers": 4,
|
| 52 |
+
"n_decoder_layers": 7,
|
| 53 |
"use_vae": true,
|
| 54 |
"latent_dim": 32,
|
| 55 |
"n_vae_encoder_layers": 4,
|
| 56 |
+
"temporal_ensemble_coeff": 0.01,
|
| 57 |
"dropout": 0.1,
|
| 58 |
"kl_weight": 10.0,
|
| 59 |
"optimizer_lr": 1e-05,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61c196fcbcd2eb1ccaa50d6391760c93f592356c95d4a618dd9652ac52235641
|
| 3 |
+
size 335808664
|
train_config.json
CHANGED
|
@@ -133,15 +133,15 @@
|
|
| 133 |
}
|
| 134 |
},
|
| 135 |
"device": "cuda",
|
| 136 |
-
"use_amp":
|
| 137 |
"push_to_hub": true,
|
| 138 |
"repo_id": "J-joon/act_aloha_sim_transfer_cube_human",
|
| 139 |
"private": null,
|
| 140 |
"tags": null,
|
| 141 |
"license": null,
|
| 142 |
-
"pretrained_path":
|
| 143 |
"chunk_size": 50,
|
| 144 |
-
"n_action_steps":
|
| 145 |
"normalization_mapping": {
|
| 146 |
"VISUAL": "MEAN_STD",
|
| 147 |
"STATE": "MEAN_STD",
|
|
@@ -149,35 +149,35 @@
|
|
| 149 |
},
|
| 150 |
"vision_backbone": "resnet18",
|
| 151 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 152 |
-
"replace_final_stride_with_dilation":
|
| 153 |
"pre_norm": false,
|
| 154 |
"dim_model": 512,
|
| 155 |
"n_heads": 8,
|
| 156 |
"dim_feedforward": 3200,
|
| 157 |
"feedforward_activation": "relu",
|
| 158 |
"n_encoder_layers": 4,
|
| 159 |
-
"n_decoder_layers":
|
| 160 |
"use_vae": true,
|
| 161 |
"latent_dim": 32,
|
| 162 |
"n_vae_encoder_layers": 4,
|
| 163 |
-
"temporal_ensemble_coeff":
|
| 164 |
"dropout": 0.1,
|
| 165 |
"kl_weight": 10.0,
|
| 166 |
"optimizer_lr": 1e-05,
|
| 167 |
"optimizer_weight_decay": 0.0001,
|
| 168 |
"optimizer_lr_backbone": 1e-05
|
| 169 |
},
|
| 170 |
-
"output_dir": "outputs/original/train/
|
| 171 |
"job_name": "aloha_act",
|
| 172 |
-
"resume":
|
| 173 |
"seed": 1000,
|
| 174 |
"num_workers": 8,
|
| 175 |
-
"batch_size":
|
| 176 |
"steps": 100000,
|
| 177 |
-
"eval_freq":
|
| 178 |
"log_freq": 200,
|
| 179 |
"save_checkpoint": true,
|
| 180 |
-
"save_freq":
|
| 181 |
"use_policy_training_preset": true,
|
| 182 |
"optimizer": {
|
| 183 |
"type": "adamw",
|
|
@@ -192,8 +192,8 @@
|
|
| 192 |
},
|
| 193 |
"scheduler": null,
|
| 194 |
"eval": {
|
| 195 |
-
"n_episodes":
|
| 196 |
-
"batch_size":
|
| 197 |
"use_async_envs": false
|
| 198 |
},
|
| 199 |
"wandb": {
|
|
@@ -201,8 +201,8 @@
|
|
| 201 |
"disable_artifact": true,
|
| 202 |
"project": "original",
|
| 203 |
"entity": "espada",
|
| 204 |
-
"notes": "original: act_aloha_transfer_cube",
|
| 205 |
-
"run_id": "
|
| 206 |
"mode": "online"
|
| 207 |
}
|
| 208 |
}
|
|
|
|
| 133 |
}
|
| 134 |
},
|
| 135 |
"device": "cuda",
|
| 136 |
+
"use_amp": false,
|
| 137 |
"push_to_hub": true,
|
| 138 |
"repo_id": "J-joon/act_aloha_sim_transfer_cube_human",
|
| 139 |
"private": null,
|
| 140 |
"tags": null,
|
| 141 |
"license": null,
|
| 142 |
+
"pretrained_path": "outputs/original/train/act_aloha_transfer_cube_v1/checkpoints/016000/pretrained_model",
|
| 143 |
"chunk_size": 50,
|
| 144 |
+
"n_action_steps": 1,
|
| 145 |
"normalization_mapping": {
|
| 146 |
"VISUAL": "MEAN_STD",
|
| 147 |
"STATE": "MEAN_STD",
|
|
|
|
| 149 |
},
|
| 150 |
"vision_backbone": "resnet18",
|
| 151 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 152 |
+
"replace_final_stride_with_dilation": 0,
|
| 153 |
"pre_norm": false,
|
| 154 |
"dim_model": 512,
|
| 155 |
"n_heads": 8,
|
| 156 |
"dim_feedforward": 3200,
|
| 157 |
"feedforward_activation": "relu",
|
| 158 |
"n_encoder_layers": 4,
|
| 159 |
+
"n_decoder_layers": 7,
|
| 160 |
"use_vae": true,
|
| 161 |
"latent_dim": 32,
|
| 162 |
"n_vae_encoder_layers": 4,
|
| 163 |
+
"temporal_ensemble_coeff": 0.01,
|
| 164 |
"dropout": 0.1,
|
| 165 |
"kl_weight": 10.0,
|
| 166 |
"optimizer_lr": 1e-05,
|
| 167 |
"optimizer_weight_decay": 0.0001,
|
| 168 |
"optimizer_lr_backbone": 1e-05
|
| 169 |
},
|
| 170 |
+
"output_dir": "outputs/original/train/act_aloha_transfer_cube_v1",
|
| 171 |
"job_name": "aloha_act",
|
| 172 |
+
"resume": true,
|
| 173 |
"seed": 1000,
|
| 174 |
"num_workers": 8,
|
| 175 |
+
"batch_size": 8,
|
| 176 |
"steps": 100000,
|
| 177 |
+
"eval_freq": 100000,
|
| 178 |
"log_freq": 200,
|
| 179 |
"save_checkpoint": true,
|
| 180 |
+
"save_freq": 2000,
|
| 181 |
"use_policy_training_preset": true,
|
| 182 |
"optimizer": {
|
| 183 |
"type": "adamw",
|
|
|
|
| 192 |
},
|
| 193 |
"scheduler": null,
|
| 194 |
"eval": {
|
| 195 |
+
"n_episodes": 50,
|
| 196 |
+
"batch_size": 50,
|
| 197 |
"use_async_envs": false
|
| 198 |
},
|
| 199 |
"wandb": {
|
|
|
|
| 201 |
"disable_artifact": true,
|
| 202 |
"project": "original",
|
| 203 |
"entity": "espada",
|
| 204 |
+
"notes": "original: act_aloha_transfer_cube v1",
|
| 205 |
+
"run_id": "act_aloha_transfer_cube_original_v1",
|
| 206 |
"mode": "online"
|
| 207 |
}
|
| 208 |
}
|