Add training data
Browse files- training_data.json +9 -31
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,
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"m_epochs_per_round": 1,
|
| 13 |
"hmm_params": {
|
| 14 |
"alpha": 5.0,
|
| 15 |
-
"kappa":
|
| 16 |
"gamma": 5.0,
|
| 17 |
"K": 40,
|
| 18 |
"D": 96
|
|
@@ -24,14 +24,10 @@
|
|
| 24 |
"nu0": 106
|
| 25 |
},
|
| 26 |
"hmm_paths": [
|
| 27 |
-
"checkpoints_hmm/hmm_round1.pt"
|
| 28 |
-
"checkpoints_hmm/hmm_round2.pt",
|
| 29 |
-
"checkpoints_hmm/hmm_round3.pt"
|
| 30 |
],
|
| 31 |
"vae_hmm_paths": [
|
| 32 |
-
"checkpoints_hmm/vae_with_hmm_round1.pt"
|
| 33 |
-
"checkpoints_hmm/vae_with_hmm_round2.pt",
|
| 34 |
-
"checkpoints_hmm/vae_with_hmm_round3.pt"
|
| 35 |
],
|
| 36 |
"hf_repos": {
|
| 37 |
"hmm": "CatkinChen/nethack-hmm",
|
|
@@ -46,30 +42,12 @@
|
|
| 46 |
"skill_raster": "hmm_analysis/round_01/round01_skill_raster.png",
|
| 47 |
"dwell_pmfs": "hmm_analysis/round_01/round01_dwell_pmfs.png",
|
| 48 |
"diags_json": "hmm_analysis/round_01/round01_diags.json"
|
| 49 |
-
},
|
| 50 |
-
{
|
| 51 |
-
"dir": "hmm_analysis/round_02",
|
| 52 |
-
"pi_bar": "hmm_analysis/round_02/round02_pi_bar.png",
|
| 53 |
-
"A_heatmap": "hmm_analysis/round_02/round02_A_heatmap.png",
|
| 54 |
-
"mu_pca": "hmm_analysis/round_02/round02_mu_t-sne.png",
|
| 55 |
-
"skill_raster": "hmm_analysis/round_02/round02_skill_raster.png",
|
| 56 |
-
"dwell_pmfs": "hmm_analysis/round_02/round02_dwell_pmfs.png",
|
| 57 |
-
"diags_json": "hmm_analysis/round_02/round02_diags.json"
|
| 58 |
-
},
|
| 59 |
-
{
|
| 60 |
-
"dir": "hmm_analysis/round_03",
|
| 61 |
-
"pi_bar": "hmm_analysis/round_03/round03_pi_bar.png",
|
| 62 |
-
"A_heatmap": "hmm_analysis/round_03/round03_A_heatmap.png",
|
| 63 |
-
"mu_pca": "hmm_analysis/round_03/round03_mu_t-sne.png",
|
| 64 |
-
"skill_raster": "hmm_analysis/round_03/round03_skill_raster.png",
|
| 65 |
-
"dwell_pmfs": "hmm_analysis/round_03/round03_dwell_pmfs.png",
|
| 66 |
-
"diags_json": "hmm_analysis/round_03/round03_diags.json"
|
| 67 |
}
|
| 68 |
]
|
| 69 |
},
|
| 70 |
-
"final_train_loss":
|
| 71 |
-
"final_test_loss":
|
| 72 |
"total_epochs": 1,
|
| 73 |
-
"best_train_loss":
|
| 74 |
-
"best_test_loss":
|
| 75 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"train_losses": [
|
| 3 |
+
3863.50556640625
|
| 4 |
],
|
| 5 |
"test_losses": [
|
| 6 |
+
2759.2317626953127
|
| 7 |
],
|
| 8 |
"config": {
|
| 9 |
"hmm_only": false,
|
|
|
|
| 12 |
"m_epochs_per_round": 1,
|
| 13 |
"hmm_params": {
|
| 14 |
"alpha": 5.0,
|
| 15 |
+
"kappa": 1.0,
|
| 16 |
"gamma": 5.0,
|
| 17 |
"K": 40,
|
| 18 |
"D": 96
|
|
|
|
| 24 |
"nu0": 106
|
| 25 |
},
|
| 26 |
"hmm_paths": [
|
| 27 |
+
"checkpoints_hmm/hmm_round1.pt"
|
|
|
|
|
|
|
| 28 |
],
|
| 29 |
"vae_hmm_paths": [
|
| 30 |
+
"checkpoints_hmm/vae_with_hmm_round1.pt"
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
"hf_repos": {
|
| 33 |
"hmm": "CatkinChen/nethack-hmm",
|
|
|
|
| 42 |
"skill_raster": "hmm_analysis/round_01/round01_skill_raster.png",
|
| 43 |
"dwell_pmfs": "hmm_analysis/round_01/round01_dwell_pmfs.png",
|
| 44 |
"diags_json": "hmm_analysis/round_01/round01_diags.json"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
}
|
| 46 |
]
|
| 47 |
},
|
| 48 |
+
"final_train_loss": 3863.50556640625,
|
| 49 |
+
"final_test_loss": 2759.2317626953127,
|
| 50 |
"total_epochs": 1,
|
| 51 |
+
"best_train_loss": 3863.50556640625,
|
| 52 |
+
"best_test_loss": 2759.2317626953127
|
| 53 |
}
|