dieg0code commited on
Commit
014f93e
·
verified ·
1 Parent(s): 13de1ec

Checkpoint iteration 24

Browse files
buffer_iter_024.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ff0dd2e31679113dd74681a47d64ec123333498f1c6ebb9b9a597cebe6f189
3
+ size 2037344
metadata_iter_024.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "iteration": 24,
3
+ "timestamp": "2026-02-23T14:12:47.332609+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": 0.0,
62
+ "games": 12,
63
+ "wins": 0,
64
+ "losses": 12,
65
+ "draws": 0,
66
+ "score": 0.0,
67
+ "heuristic_level": "hard",
68
+ "sims": 220
69
+ }
70
+ }
model_iter_024.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbc054be03631fc9769e58f98bb30327e51b1287df8c9aa60a3356f1a3e537d
3
+ size 24835621