-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfull_features.json
53 lines (53 loc) · 1.09 KB
/
full_features.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"screen": [
"height_map",
"visibility_map",
"creep",
"power",
"player_id",
"player_relative",
"unit_type",
"selected",
"unit_hit_points",
"unit_hit_points_ratio",
"unit_energy",
"unit_energy_ratio",
"unit_shields",
"unit_shields_ratio",
"unit_density",
"unit_density_aa",
"effects"
],
"minimap": [
"height_map",
"visibility_map",
"creep",
"camera",
"player_id",
"player_relative",
"selected"
],
"non_spatial": [
"player",
"game_loop",
"score_cumulative",
"available_actions",
"single_select",
"multi_select",
"cargo",
"cargo_slots_available",
"build_queue",
"control_groups"
],
"unit_types": [
18, # command center
19, # supply depot
21, # barracks
45, # scv
48, # marines
317, # beacon
341, # mineral field
73, # zealot
74 # stalker
]
}