CatkinChen commited on
Commit
c8da1f4
·
verified ·
1 Parent(s): c493d4f

Add training data

Browse files
Files changed (1) hide show
  1. training_data.json +8 -19
training_data.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "train_losses": [
3
- 3865.235236816406
4
  ],
5
  "test_losses": [
6
- 2759.7977783203123
7
  ],
8
  "config": {
9
  "hmm_only": false,
@@ -24,12 +24,10 @@
24
  "nu0": 106
25
  },
26
  "hmm_paths": [
27
- "checkpoints_hmm/hmm_round1.pt",
28
- "checkpoints_hmm/hmm_round2.pt"
29
  ],
30
  "vae_hmm_paths": [
31
- "checkpoints_hmm/vae_with_hmm_round1.pt",
32
- "checkpoints_hmm/vae_with_hmm_round2.pt"
33
  ],
34
  "hf_repos": {
35
  "hmm": "CatkinChen/nethack-hmm",
@@ -44,21 +42,12 @@
44
  "skill_raster": "hmm_analysis/round_01/round01_skill_raster.png",
45
  "dwell_pmfs": "hmm_analysis/round_01/round01_dwell_pmfs.png",
46
  "diags_json": "hmm_analysis/round_01/round01_diags.json"
47
- },
48
- {
49
- "dir": "hmm_analysis/round_02",
50
- "pi_bar": "hmm_analysis/round_02/round02_pi_bar.png",
51
- "A_heatmap": "hmm_analysis/round_02/round02_A_heatmap.png",
52
- "mu_pca": "hmm_analysis/round_02/round02_mu_t-sne.png",
53
- "skill_raster": "hmm_analysis/round_02/round02_skill_raster.png",
54
- "dwell_pmfs": "hmm_analysis/round_02/round02_dwell_pmfs.png",
55
- "diags_json": "hmm_analysis/round_02/round02_diags.json"
56
  }
57
  ]
58
  },
59
- "final_train_loss": 3865.235236816406,
60
- "final_test_loss": 2759.7977783203123,
61
  "total_epochs": 1,
62
- "best_train_loss": 3865.235236816406,
63
- "best_test_loss": 2759.7977783203123
64
  }
 
1
  {
2
  "train_losses": [
3
+ 3861.2641748046876
4
  ],
5
  "test_losses": [
6
+ 2730.5551147460938
7
  ],
8
  "config": {
9
  "hmm_only": false,
 
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": 3861.2641748046876,
49
+ "final_test_loss": 2730.5551147460938,
50
  "total_epochs": 1,
51
+ "best_train_loss": 3861.2641748046876,
52
+ "best_test_loss": 2730.5551147460938
53
  }