Upload AlphaMCTS manifest
Browse files- alphamcts/manifest.json +38 -0
alphamcts/manifest.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"family": "alphamcts",
|
| 3 |
+
"checkpoints_root": "/mnt/pvc/AlphaMCTS/checkpoints",
|
| 4 |
+
"runs": {
|
| 5 |
+
"warm_timed_baseline_plus1": {
|
| 6 |
+
"hf_path": "alphamcts/warm_timed_baseline_plus1/warm_timed_baseline_plus1_20260219_093745_final_model.pt",
|
| 7 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_baseline_plus1/warm_timed_baseline_plus1_20260219_093745_final_model.pt"
|
| 8 |
+
},
|
| 9 |
+
"warm_timed_baseline_plus2_quick": {
|
| 10 |
+
"hf_path": "alphamcts/warm_timed_baseline_plus2_quick/warm_timed_baseline_plus2_quick_20260219_091738_final_model.pt",
|
| 11 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_baseline_plus2_quick/warm_timed_baseline_plus2_quick_20260219_091738_final_model.pt"
|
| 12 |
+
},
|
| 13 |
+
"warm_timed_baseline_plus3": {
|
| 14 |
+
"hf_path": "alphamcts/warm_timed_baseline_plus3/warm_timed_baseline_plus3_20260316_113257_final_model.pt",
|
| 15 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_baseline_plus3/warm_timed_baseline_plus3_20260316_113257_final_model.pt"
|
| 16 |
+
},
|
| 17 |
+
"warm_timed_candidates_128_central_test": {
|
| 18 |
+
"hf_path": "alphamcts/warm_timed_candidates_128_central_test/warm_timed_candidates_128_central_test_20260301_170241_final_model.pt",
|
| 19 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_candidates_128_central_test/warm_timed_candidates_128_central_test_20260301_170241_final_model.pt"
|
| 20 |
+
},
|
| 21 |
+
"warm_timed_candidates_256": {
|
| 22 |
+
"hf_path": "alphamcts/warm_timed_candidates_256/warm_timed_candidates_256_20260223_112056_final_model.pt",
|
| 23 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_candidates_256/warm_timed_candidates_256_20260223_112056_final_model.pt"
|
| 24 |
+
},
|
| 25 |
+
"warm_timed_high_lr": {
|
| 26 |
+
"hf_path": "alphamcts/warm_timed_high_lr/warm_timed_high_lr_20260219_104646_final_model.pt",
|
| 27 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_high_lr/warm_timed_high_lr_20260219_104646_final_model.pt"
|
| 28 |
+
},
|
| 29 |
+
"warm_timed_low_cpuct": {
|
| 30 |
+
"hf_path": "alphamcts/warm_timed_low_cpuct/warm_timed_low_cpuct_20260223_113748_final_model.pt",
|
| 31 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_low_cpuct/warm_timed_low_cpuct_20260223_113748_final_model.pt"
|
| 32 |
+
},
|
| 33 |
+
"warm_timed_replay16384": {
|
| 34 |
+
"hf_path": "alphamcts/warm_timed_replay16384/warm_timed_replay16384_20260223_115543_final_model.pt",
|
| 35 |
+
"source_path": "/mnt/pvc/AlphaMCTS/checkpoints/warm_timed_replay16384/warm_timed_replay16384_20260223_115543_final_model.pt"
|
| 36 |
+
}
|
| 37 |
+
}
|
| 38 |
+
}
|