Commit
·
8533274
1
Parent(s):
662efa1
revert last redundant vae hmm training
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- training_data.json +8 -19
- training_plots/training_curves.png +2 -2
- vae_with_hmm_round4.pt +2 -2
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"latent_dim": 96,
|
| 7 |
"lowrank_dim": 0,
|
| 8 |
"architecture": "Multi-modal Variational Autoencoder for NetHack game states",
|
| 9 |
-
"round":
|
| 10 |
"total_rounds": 4,
|
| 11 |
"hmm_parameters": {
|
| 12 |
"alpha": 5.0,
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
},
|
| 26 |
"num_skills": 40,
|
| 27 |
"base_vae_repo": "CatkinChen/nethack-vae",
|
| 28 |
-
"final_train_loss":
|
| 29 |
-
"final_test_loss":
|
| 30 |
"m_step_epochs": 1
|
| 31 |
}
|
|
|
|
| 6 |
"latent_dim": 96,
|
| 7 |
"lowrank_dim": 0,
|
| 8 |
"architecture": "Multi-modal Variational Autoencoder for NetHack game states",
|
| 9 |
+
"round": 3,
|
| 10 |
"total_rounds": 4,
|
| 11 |
"hmm_parameters": {
|
| 12 |
"alpha": 5.0,
|
|
|
|
| 25 |
},
|
| 26 |
"num_skills": 40,
|
| 27 |
"base_vae_repo": "CatkinChen/nethack-vae",
|
| 28 |
+
"final_train_loss": 3835.708234863281,
|
| 29 |
+
"final_test_loss": 2622.4922485351562,
|
| 30 |
"m_step_epochs": 1
|
| 31 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 9364123
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ccaeb422e83eda57fe8dd855ab068bd11fd39b9795bc6a0d58bca8e55d8f5a9
|
| 3 |
size 9364123
|
training_data.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"train_losses": [
|
| 3 |
-
|
| 4 |
],
|
| 5 |
"test_losses": [
|
| 6 |
-
|
| 7 |
],
|
| 8 |
"config": {
|
| 9 |
"hmm_only": false,
|
|
@@ -28,14 +28,12 @@
|
|
| 28 |
"hmm_paths": [
|
| 29 |
"checkpoints_hmm/hmm_round1.pt",
|
| 30 |
"checkpoints_hmm/hmm_round2.pt",
|
| 31 |
-
"checkpoints_hmm/hmm_round3.pt"
|
| 32 |
-
"checkpoints_hmm/hmm_round4.pt"
|
| 33 |
],
|
| 34 |
"vae_hmm_paths": [
|
| 35 |
"checkpoints_hmm/vae_with_hmm_round1.pt",
|
| 36 |
"checkpoints_hmm/vae_with_hmm_round2.pt",
|
| 37 |
-
"checkpoints_hmm/vae_with_hmm_round3.pt"
|
| 38 |
-
"checkpoints_hmm/vae_with_hmm_round4.pt"
|
| 39 |
],
|
| 40 |
"hf_repos": {
|
| 41 |
"hmm": "CatkinChen/nethack-hmm",
|
|
@@ -68,21 +66,12 @@
|
|
| 68 |
"skill_raster": "hmm_analysis/round_03/round03_skill_raster.png",
|
| 69 |
"dwell_pmfs": "hmm_analysis/round_03/round03_dwell_pmfs.png",
|
| 70 |
"diags_json": "hmm_analysis/round_03/round03_diags.json"
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"dir": "hmm_analysis/round_04",
|
| 74 |
-
"pi_bar": "hmm_analysis/round_04/round04_pi_bar.png",
|
| 75 |
-
"A_heatmap": "hmm_analysis/round_04/round04_A_heatmap.png",
|
| 76 |
-
"mu_pca": "hmm_analysis/round_04/round04_mu_t-sne.png",
|
| 77 |
-
"skill_raster": "hmm_analysis/round_04/round04_skill_raster.png",
|
| 78 |
-
"dwell_pmfs": "hmm_analysis/round_04/round04_dwell_pmfs.png",
|
| 79 |
-
"diags_json": "hmm_analysis/round_04/round04_diags.json"
|
| 80 |
}
|
| 81 |
]
|
| 82 |
},
|
| 83 |
-
"final_train_loss":
|
| 84 |
-
"final_test_loss":
|
| 85 |
"total_epochs": 1,
|
| 86 |
-
"best_train_loss":
|
| 87 |
-
"best_test_loss":
|
| 88 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"train_losses": [
|
| 3 |
+
3835.708234863281
|
| 4 |
],
|
| 5 |
"test_losses": [
|
| 6 |
+
2622.4922485351562
|
| 7 |
],
|
| 8 |
"config": {
|
| 9 |
"hmm_only": false,
|
|
|
|
| 28 |
"hmm_paths": [
|
| 29 |
"checkpoints_hmm/hmm_round1.pt",
|
| 30 |
"checkpoints_hmm/hmm_round2.pt",
|
| 31 |
+
"checkpoints_hmm/hmm_round3.pt"
|
|
|
|
| 32 |
],
|
| 33 |
"vae_hmm_paths": [
|
| 34 |
"checkpoints_hmm/vae_with_hmm_round1.pt",
|
| 35 |
"checkpoints_hmm/vae_with_hmm_round2.pt",
|
| 36 |
+
"checkpoints_hmm/vae_with_hmm_round3.pt"
|
|
|
|
| 37 |
],
|
| 38 |
"hf_repos": {
|
| 39 |
"hmm": "CatkinChen/nethack-hmm",
|
|
|
|
| 66 |
"skill_raster": "hmm_analysis/round_03/round03_skill_raster.png",
|
| 67 |
"dwell_pmfs": "hmm_analysis/round_03/round03_dwell_pmfs.png",
|
| 68 |
"diags_json": "hmm_analysis/round_03/round03_diags.json"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
]
|
| 71 |
},
|
| 72 |
+
"final_train_loss": 3835.708234863281,
|
| 73 |
+
"final_test_loss": 2622.4922485351562,
|
| 74 |
"total_epochs": 1,
|
| 75 |
+
"best_train_loss": 3835.708234863281,
|
| 76 |
+
"best_test_loss": 2622.4922485351562
|
| 77 |
}
|
training_plots/training_curves.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
vae_with_hmm_round4.pt
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:557ceb7e11b49124cd468ac2af8f8d54ee26d73cbe24946cfc4acb8f2d21b497
|
| 3 |
+
size 10951931
|