Checkpoint iteration 15
Browse files- buffer_iter_015.npz +3 -0
- metadata_iter_015.json +70 -0
- model_iter_015.pt +3 -0
buffer_iter_015.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:275b1ef8ec30dc69698ad5cabdcaf2976adf60489493af71fcb1fd1da7cc91ca
|
| 3 |
+
size 1995453
|
metadata_iter_015.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"iteration": 15,
|
| 3 |
+
"timestamp": "2026-02-22T20:58:28.420915+00:00",
|
| 4 |
+
"buffer_size": 50000,
|
| 5 |
+
"config": {
|
| 6 |
+
"iterations": 40,
|
| 7 |
+
"episodes_per_iter": 70,
|
| 8 |
+
"mcts_sims": 420,
|
| 9 |
+
"c_puct": 1.5,
|
| 10 |
+
"temp_threshold": 15,
|
| 11 |
+
"add_noise": true,
|
| 12 |
+
"seed": 42,
|
| 13 |
+
"verbose_logs": false,
|
| 14 |
+
"episode_log_every": 25,
|
| 15 |
+
"epochs": 5,
|
| 16 |
+
"batch_size": 96,
|
| 17 |
+
"learning_rate": 0.0009,
|
| 18 |
+
"weight_decay": 0.0001,
|
| 19 |
+
"buffer_size": 50000,
|
| 20 |
+
"val_split": 0.1,
|
| 21 |
+
"d_model": 128,
|
| 22 |
+
"nhead": 8,
|
| 23 |
+
"num_layers": 6,
|
| 24 |
+
"dim_feedforward": 512,
|
| 25 |
+
"dropout": 0.1,
|
| 26 |
+
"log_dir": "logs",
|
| 27 |
+
"checkpoint_dir": "checkpoints",
|
| 28 |
+
"save_every": 3,
|
| 29 |
+
"keep_last_n_local_checkpoints": 2,
|
| 30 |
+
"keep_last_n_log_versions": 1,
|
| 31 |
+
"keep_last_n_hf_checkpoints": 3,
|
| 32 |
+
"onnx_path": "ataxx_model.onnx",
|
| 33 |
+
"export_onnx": false,
|
| 34 |
+
"hf_enabled": true,
|
| 35 |
+
"hf_repo_id": "dieg0code/ataxx-zero",
|
| 36 |
+
"hf_token_env": "HF_TOKEN",
|
| 37 |
+
"hf_local_dir": "hf_checkpoints",
|
| 38 |
+
"show_progress_bar": false,
|
| 39 |
+
"trainer_log_every_n_steps": 100,
|
| 40 |
+
"num_workers": 3,
|
| 41 |
+
"persistent_workers": true,
|
| 42 |
+
"strict_probs": true,
|
| 43 |
+
"trainer_devices": 1,
|
| 44 |
+
"trainer_strategy": "auto",
|
| 45 |
+
"opponent_self_prob": 0.85,
|
| 46 |
+
"opponent_heuristic_prob": 0.12,
|
| 47 |
+
"opponent_random_prob": 0.03,
|
| 48 |
+
"opponent_heuristic_level": "normal",
|
| 49 |
+
"opponent_heuristic_easy_prob": 0.05,
|
| 50 |
+
"opponent_heuristic_normal_prob": 0.2,
|
| 51 |
+
"opponent_heuristic_hard_prob": 0.75,
|
| 52 |
+
"model_side_swap_prob": 0.5,
|
| 53 |
+
"eval_enabled": true,
|
| 54 |
+
"eval_every": 3,
|
| 55 |
+
"eval_games": 12,
|
| 56 |
+
"eval_sims": 220,
|
| 57 |
+
"eval_heuristic_level": "hard"
|
| 58 |
+
},
|
| 59 |
+
"stats": {
|
| 60 |
+
"replay_size": 50000,
|
| 61 |
+
"best_eval_score": 1.0,
|
| 62 |
+
"games": 12,
|
| 63 |
+
"wins": 12,
|
| 64 |
+
"losses": 0,
|
| 65 |
+
"draws": 0,
|
| 66 |
+
"score": 1.0,
|
| 67 |
+
"heuristic_level": "hard",
|
| 68 |
+
"sims": 220
|
| 69 |
+
}
|
| 70 |
+
}
|
model_iter_015.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e1635c6c60089984699cd43f4492da0ab55cc70f644b0760f6f3a7b76aba2a6
|
| 3 |
+
size 24835621
|