skkwowee commited on
Commit
851ccab
·
verified ·
1 Parent(s): ad711cf

Add tick_sequences for Astralis vs The MongolZ (PGL Bucharest 2026) — 39 rounds, match 2393023

Browse files
tick_sequences/2393023/feature_schema_v1.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "feature_schema_v2",
3
+ "downsample": 8,
4
+ "tickrate_hz": 8,
5
+ "feature_dim": 597,
6
+ "n_players": 10,
7
+ "per_player_dim": 56,
8
+ "global_dim": 37,
9
+ "weapon_categories": [
10
+ "knife",
11
+ "pistol_low",
12
+ "pistol_high",
13
+ "smg",
14
+ "shotgun",
15
+ "rifle_t",
16
+ "rifle_ct",
17
+ "awp",
18
+ "scout",
19
+ "auto_sniper",
20
+ "lmg",
21
+ "smoke",
22
+ "flash",
23
+ "molly",
24
+ "he",
25
+ "decoy",
26
+ "c4",
27
+ "other"
28
+ ],
29
+ "map_vocab": [
30
+ "de_ancient",
31
+ "de_dust2",
32
+ "de_inferno",
33
+ "de_mirage",
34
+ "de_nuke",
35
+ "de_overpass",
36
+ "de_train"
37
+ ],
38
+ "phase_vocab": [
39
+ "freeze",
40
+ "live",
41
+ "post_plant",
42
+ "end"
43
+ ],
44
+ "player_slot_layout": "T1, T2, T3, T4, T5, CT1, CT2, CT3, CT4, CT5",
45
+ "per_player_layout": [
46
+ "x",
47
+ "y",
48
+ "z",
49
+ "sin_yaw",
50
+ "cos_yaw",
51
+ "sin_pitch",
52
+ "cos_pitch",
53
+ "hp",
54
+ "armor",
55
+ "has_helmet",
56
+ "has_defuser",
57
+ "log_balance",
58
+ "log_equip_value",
59
+ "alive",
60
+ "has_c4",
61
+ "primary_weapon_onehot(18)",
62
+ "secondary_weapon_onehot(18)",
63
+ "util_smoke",
64
+ "util_flash",
65
+ "util_molly",
66
+ "util_he",
67
+ "util_decoy"
68
+ ],
69
+ "global_layout": [
70
+ "map_onehot(7)",
71
+ "phase_onehot(4)",
72
+ "score_t_norm",
73
+ "score_ct_norm",
74
+ "round_num_norm",
75
+ "round_time_s_norm",
76
+ "bomb_state_onehot(4)",
77
+ "bomb_x",
78
+ "bomb_y",
79
+ "bomb_age_s_norm",
80
+ "money_diff_norm",
81
+ "equip_diff_norm",
82
+ "alive_t_norm",
83
+ "alive_ct_norm",
84
+ "alive_diff_norm",
85
+ "ticks_since_last_kill_norm",
86
+ "ticks_since_last_event_norm",
87
+ "round_time_multi_scale_sinusoidal(8)"
88
+ ],
89
+ "event_vocab": [
90
+ "kill_t",
91
+ "kill_ct",
92
+ "bomb_planted",
93
+ "bomb_defused",
94
+ "bomb_exploded",
95
+ "round_end",
96
+ "none"
97
+ ],
98
+ "event_horizon_ticks": 256,
99
+ "event_label_dtypes": {
100
+ "event_labels": "int64 (T,) per round, 0..6 indexing event_vocab",
101
+ "event_times": "float32 (T,) per round, ticks until next event (capped at event_horizon_ticks; raw 64Hz ticks)"
102
+ }
103
+ }
tick_sequences/2393023/manifest.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "split": "train",
4
+ "n_demos": 2,
5
+ "n_rounds": 39,
6
+ "total_ticks": 36130,
7
+ "size_mb": 86.744223
8
+ },
9
+ "val": {
10
+ "split": "val",
11
+ "n_demos": 0,
12
+ "n_rounds": 0,
13
+ "total_ticks": 0,
14
+ "size_mb": 0.001493
15
+ },
16
+ "feature_schema": "feature_schema_v1.json"
17
+ }
tick_sequences/2393023/train.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94b163adcdbdf8a2a9cc23675f3841919f61df752ab5fc68d41720ae17d1dca9
3
+ size 86744223
tick_sequences/2393023/val.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f5f215d05dbaf4cd7361b59304d329e46359b83c8219a87515eab4ecbae9b72
3
+ size 1493