cogames 0.3.64__py3-none-any.whl → 0.3.68__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. cogames/cli/client.py +0 -3
  2. cogames/cli/docsync/docsync.py +7 -1
  3. cogames/cli/mission.py +68 -53
  4. cogames/cli/policy.py +26 -10
  5. cogames/cli/submit.py +128 -142
  6. cogames/cli/utils.py +5 -0
  7. cogames/cogs_vs_clips/clip_difficulty.py +57 -0
  8. cogames/cogs_vs_clips/clips.py +103 -0
  9. cogames/cogs_vs_clips/cog.py +29 -11
  10. cogames/cogs_vs_clips/cogsguard_curriculum.py +122 -0
  11. cogames/cogs_vs_clips/cogsguard_tutorial.py +15 -16
  12. cogames/cogs_vs_clips/config.py +38 -0
  13. cogames/cogs_vs_clips/{cogs_vs_clips_mapgen.md → docs/cogs_vs_clips_mapgen.md} +8 -10
  14. cogames/cogs_vs_clips/evals/README.md +11 -35
  15. cogames/cogs_vs_clips/evals/cogsguard_evals.py +21 -6
  16. cogames/cogs_vs_clips/evals/diagnostic_evals.py +13 -101
  17. cogames/cogs_vs_clips/evals/difficulty_variants.py +16 -28
  18. cogames/cogs_vs_clips/evals/integrated_evals.py +8 -60
  19. cogames/cogs_vs_clips/evals/spanning_evals.py +48 -54
  20. cogames/cogs_vs_clips/mission.py +93 -277
  21. cogames/cogs_vs_clips/missions.py +17 -27
  22. cogames/cogs_vs_clips/{cogsguard_reward_variants.py → reward_variants.py} +22 -2
  23. cogames/cogs_vs_clips/sites.py +41 -30
  24. cogames/cogs_vs_clips/stations.py +39 -84
  25. cogames/cogs_vs_clips/team.py +46 -0
  26. cogames/cogs_vs_clips/{procedural.py → terrain.py} +14 -8
  27. cogames/cogs_vs_clips/variants.py +201 -107
  28. cogames/cogs_vs_clips/weather.py +52 -0
  29. cogames/core.py +87 -0
  30. cogames/docs/SCRIPTED_AGENT.md +3 -3
  31. cogames/evaluate.py +4 -2
  32. cogames/main.py +357 -51
  33. cogames/maps/canidate1_1000.map +1 -1
  34. cogames/maps/canidate1_1000_stations.map +2 -2
  35. cogames/maps/canidate1_500.map +1 -1
  36. cogames/maps/canidate1_500_stations.map +2 -2
  37. cogames/maps/canidate2_1000.map +1 -1
  38. cogames/maps/canidate2_1000_stations.map +2 -2
  39. cogames/maps/canidate2_500.map +1 -1
  40. cogames/maps/canidate2_500_stations.map +1 -1
  41. cogames/maps/canidate3_1000.map +1 -1
  42. cogames/maps/canidate3_1000_stations.map +2 -2
  43. cogames/maps/canidate3_500.map +1 -1
  44. cogames/maps/canidate3_500_stations.map +2 -2
  45. cogames/maps/canidate4_500.map +1 -1
  46. cogames/maps/canidate4_500_stations.map +2 -2
  47. cogames/maps/cave_base_50.map +2 -2
  48. cogames/maps/diagnostic_evals/diagnostic_agile.map +2 -2
  49. cogames/maps/diagnostic_evals/diagnostic_agile_hard.map +2 -2
  50. cogames/maps/diagnostic_evals/diagnostic_charge_up.map +6 -6
  51. cogames/maps/diagnostic_evals/diagnostic_charge_up_hard.map +6 -6
  52. cogames/maps/diagnostic_evals/diagnostic_chest_navigation1.map +6 -6
  53. cogames/maps/diagnostic_evals/diagnostic_chest_navigation1_hard.map +6 -6
  54. cogames/maps/diagnostic_evals/diagnostic_chest_navigation2.map +6 -6
  55. cogames/maps/diagnostic_evals/diagnostic_chest_navigation2_hard.map +6 -6
  56. cogames/maps/diagnostic_evals/diagnostic_chest_navigation3.map +6 -6
  57. cogames/maps/diagnostic_evals/diagnostic_chest_navigation3_hard.map +6 -6
  58. cogames/maps/diagnostic_evals/diagnostic_chest_near.map +6 -6
  59. cogames/maps/diagnostic_evals/diagnostic_chest_search.map +6 -6
  60. cogames/maps/diagnostic_evals/diagnostic_chest_search_hard.map +6 -6
  61. cogames/maps/diagnostic_evals/diagnostic_extract_lab.map +6 -6
  62. cogames/maps/diagnostic_evals/diagnostic_extract_lab_hard.map +6 -6
  63. cogames/maps/diagnostic_evals/diagnostic_memory.map +6 -6
  64. cogames/maps/diagnostic_evals/diagnostic_memory_hard.map +6 -6
  65. cogames/maps/diagnostic_evals/diagnostic_radial.map +2 -2
  66. cogames/maps/diagnostic_evals/diagnostic_radial_hard.map +2 -2
  67. cogames/maps/diagnostic_evals/diagnostic_resource_lab.map +6 -6
  68. cogames/maps/diagnostic_evals/diagnostic_unclip.map +6 -6
  69. cogames/maps/evals/eval_balanced_spread.map +6 -6
  70. cogames/maps/evals/eval_clip_oxygen.map +6 -6
  71. cogames/maps/evals/eval_collect_resources.map +6 -6
  72. cogames/maps/evals/eval_collect_resources_hard.map +6 -6
  73. cogames/maps/evals/eval_collect_resources_medium.map +6 -6
  74. cogames/maps/evals/eval_divide_and_conquer.map +6 -6
  75. cogames/maps/evals/eval_energy_starved.map +6 -6
  76. cogames/maps/evals/eval_multi_coordinated_collect_hard.map +6 -6
  77. cogames/maps/evals/eval_oxygen_bottleneck.map +6 -6
  78. cogames/maps/evals/eval_single_use_world.map +6 -6
  79. cogames/maps/evals/extractor_hub_100x100.map +6 -6
  80. cogames/maps/evals/extractor_hub_30x30.map +6 -6
  81. cogames/maps/evals/extractor_hub_50x50.map +6 -6
  82. cogames/maps/evals/extractor_hub_70x70.map +6 -6
  83. cogames/maps/evals/extractor_hub_80x80.map +6 -6
  84. cogames/maps/machina_100_stations.map +2 -2
  85. cogames/maps/machina_200_stations.map +2 -2
  86. cogames/maps/machina_200_stations_small.map +2 -2
  87. cogames/maps/machina_eval_exp01.map +2 -2
  88. cogames/maps/machina_eval_template_large.map +2 -2
  89. cogames/maps/machinatrainer4agents.map +2 -2
  90. cogames/maps/machinatrainer4agentsbase.map +2 -2
  91. cogames/maps/machinatrainerbig.map +2 -2
  92. cogames/maps/machinatrainersmall.map +2 -2
  93. cogames/maps/planky_evals/aligner_avoid_aoe.map +6 -6
  94. cogames/maps/planky_evals/aligner_full_cycle.map +6 -6
  95. cogames/maps/planky_evals/aligner_gear.map +6 -6
  96. cogames/maps/planky_evals/aligner_hearts.map +6 -6
  97. cogames/maps/planky_evals/aligner_junction.map +6 -6
  98. cogames/maps/planky_evals/exploration_distant.map +6 -6
  99. cogames/maps/planky_evals/maze.map +6 -6
  100. cogames/maps/planky_evals/miner_best_resource.map +6 -6
  101. cogames/maps/planky_evals/miner_deposit.map +6 -6
  102. cogames/maps/planky_evals/miner_extract.map +6 -6
  103. cogames/maps/planky_evals/miner_full_cycle.map +6 -6
  104. cogames/maps/planky_evals/miner_gear.map +6 -6
  105. cogames/maps/planky_evals/multi_role.map +6 -6
  106. cogames/maps/planky_evals/resource_chain.map +6 -6
  107. cogames/maps/planky_evals/scout_explore.map +6 -6
  108. cogames/maps/planky_evals/scout_gear.map +6 -6
  109. cogames/maps/planky_evals/scrambler_full_cycle.map +6 -6
  110. cogames/maps/planky_evals/scrambler_gear.map +6 -6
  111. cogames/maps/planky_evals/scrambler_target.map +6 -6
  112. cogames/maps/planky_evals/stuck_corridor.map +6 -6
  113. cogames/maps/planky_evals/survive_retreat.map +6 -6
  114. cogames/maps/training_facility_clipped.map +2 -2
  115. cogames/maps/training_facility_open_1.map +2 -2
  116. cogames/maps/training_facility_open_2.map +2 -2
  117. cogames/maps/training_facility_open_3.map +2 -2
  118. cogames/maps/training_facility_tight_4.map +2 -2
  119. cogames/maps/training_facility_tight_5.map +2 -2
  120. cogames/maps/vanilla_large.map +2 -2
  121. cogames/maps/vanilla_small.map +2 -2
  122. cogames/pickup.py +6 -5
  123. cogames/play.py +14 -16
  124. cogames/policy/nim_agents/__init__.py +0 -2
  125. cogames/policy/nim_agents/agents.py +0 -11
  126. cogames/policy/starter_agent.py +4 -1
  127. cogames/verbose.py +2 -2
  128. {cogames-0.3.64.dist-info → cogames-0.3.68.dist-info}/METADATA +45 -29
  129. cogames-0.3.68.dist-info/RECORD +160 -0
  130. metta_alo/scoring.py +7 -7
  131. cogames/cogs_vs_clips/mission_utils.py +0 -19
  132. cogames/cogs_vs_clips/tutorial_missions.py +0 -25
  133. cogames-0.3.64.dist-info/RECORD +0 -159
  134. metta_alo/job_specs.py +0 -17
  135. metta_alo/policy.py +0 -16
  136. metta_alo/pure_single_episode_runner.py +0 -75
  137. metta_alo/rollout.py +0 -322
  138. {cogames-0.3.64.dist-info → cogames-0.3.68.dist-info}/WHEEL +0 -0
  139. {cogames-0.3.64.dist-info → cogames-0.3.68.dist-info}/entry_points.txt +0 -0
  140. {cogames-0.3.64.dist-info → cogames-0.3.68.dist-info}/licenses/LICENSE +0 -0
  141. {cogames-0.3.64.dist-info → cogames-0.3.68.dist-info}/top_level.txt +0 -0
@@ -49,11 +49,11 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
52
+ "&": c:hub
53
+ "=": c:chest
54
54
 
55
55
 
56
- "a": aligner_station
57
- "r": scrambler_station
58
- "m": miner_station
59
- "t": scout_station
56
+ "a": c:aligner
57
+ "r": c:scrambler
58
+ "m": c:miner
59
+ "t": c:scout
@@ -49,11 +49,11 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
52
+ "&": c:hub
53
+ "=": c:chest
54
54
 
55
55
 
56
- "a": aligner_station
57
- "r": scrambler_station
58
- "m": miner_station
59
- "t": scout_station
56
+ "a": c:aligner
57
+ "r": c:scrambler
58
+ "m": c:miner
59
+ "t": c:scout
@@ -115,13 +115,13 @@ char_to_map_name:
115
115
  ".": empty
116
116
  "@": agent.agent
117
117
  "+": junction
118
- "&": hub
119
- "=": chest
118
+ "&": c:hub
119
+ "=": c:chest
120
120
  "G": germanium_extractor
121
121
  "S": silicon_extractor
122
122
  "O": oxygen_extractor
123
123
  "C": carbon_extractor
124
- "a": aligner_station
125
- "r": scrambler_station
126
- "m": miner_station
127
- "t": scout_station
124
+ "a": c:aligner
125
+ "r": c:scrambler
126
+ "m": c:miner
127
+ "t": c:scout
@@ -45,13 +45,13 @@ char_to_map_name:
45
45
  ".": empty
46
46
  "@": agent.agent
47
47
  "+": junction
48
- "&": hub
49
- "=": chest
48
+ "&": c:hub
49
+ "=": c:chest
50
50
  "G": germanium_extractor
51
51
  "S": silicon_extractor
52
52
  "O": oxygen_extractor
53
53
  "C": carbon_extractor
54
- "a": aligner_station
55
- "r": scrambler_station
56
- "m": miner_station
57
- "t": scout_station
54
+ "a": c:aligner
55
+ "r": c:scrambler
56
+ "m": c:miner
57
+ "t": c:scout
@@ -65,13 +65,13 @@ char_to_map_name:
65
65
  ".": empty
66
66
  "@": agent.agent
67
67
  "+": junction
68
- "&": hub
69
- "=": chest
68
+ "&": c:hub
69
+ "=": c:chest
70
70
  "G": germanium_extractor
71
71
  "S": silicon_extractor
72
72
  "O": oxygen_extractor
73
73
  "C": carbon_extractor
74
- "a": aligner_station
75
- "r": scrambler_station
76
- "m": miner_station
77
- "t": scout_station
74
+ "a": c:aligner
75
+ "r": c:scrambler
76
+ "m": c:miner
77
+ "t": c:scout
@@ -85,13 +85,13 @@ char_to_map_name:
85
85
  ".": empty
86
86
  "@": agent.agent
87
87
  "+": junction
88
- "&": hub
89
- "=": chest
88
+ "&": c:hub
89
+ "=": c:chest
90
90
  "G": germanium_extractor
91
91
  "S": silicon_extractor
92
92
  "O": oxygen_extractor
93
93
  "C": carbon_extractor
94
- "a": aligner_station
95
- "r": scrambler_station
96
- "m": miner_station
97
- "t": scout_station
94
+ "a": c:aligner
95
+ "r": c:scrambler
96
+ "m": c:miner
97
+ "t": c:scout
@@ -95,13 +95,13 @@ char_to_map_name:
95
95
  ".": empty
96
96
  "@": agent.agent
97
97
  "+": junction
98
- "&": hub
99
- "=": chest
98
+ "&": c:hub
99
+ "=": c:chest
100
100
  "G": germanium_extractor
101
101
  "S": silicon_extractor
102
102
  "O": oxygen_extractor
103
103
  "C": carbon_extractor
104
- "a": aligner_station
105
- "r": scrambler_station
106
- "m": miner_station
107
- "t": scout_station
104
+ "a": c:aligner
105
+ "r": c:scrambler
106
+ "m": c:miner
107
+ "t": c:scout
@@ -119,5 +119,5 @@ char_to_map_name:
119
119
  "O": oxygen_extractor
120
120
  "C": carbon_extractor
121
121
  "@": agent.agent
122
- "&": hub
123
- "=": chest
122
+ "&": c:hub
123
+ "=": c:chest
@@ -219,5 +219,5 @@ char_to_map_name:
219
219
  "C": carbon_extractor
220
220
  "S": silicon_extractor
221
221
  "@": agent.agent
222
- "&": hub
223
- "=": chest
222
+ "&": c:hub
223
+ "=": c:chest
@@ -48,5 +48,5 @@ char_to_map_name:
48
48
  "C": carbon_extractor
49
49
  "S": silicon_extractor
50
50
  "@": agent.agent
51
- "&": hub
52
- "=": chest
51
+ "&": c:hub
52
+ "=": c:chest
@@ -49,6 +49,6 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
52
+ "&": c:hub
53
+ "=": c:chest
54
54
 
@@ -74,6 +74,6 @@ char_to_map_name:
74
74
  "C": carbon_extractor
75
75
  "S": silicon_extractor
76
76
  "@": agent.agent
77
- "&": hub
78
- "=": chest
77
+ "&": c:hub
78
+ "=": c:chest
79
79
 
@@ -75,8 +75,8 @@ char_to_map_name:
75
75
  ".": empty
76
76
  "@": agent.agent
77
77
  "+": junction
78
- "&": hub
79
- "=": chest
78
+ "&": c:hub
79
+ "=": c:chest
80
80
  "G": germanium_extractor
81
81
  "S": silicon_extractor
82
82
  "O": oxygen_extractor
@@ -75,8 +75,8 @@ char_to_map_name:
75
75
  ".": empty
76
76
  "@": agent.agent
77
77
  "+": junction
78
- "&": hub
79
- "=": chest
78
+ "&": c:hub
79
+ "=": c:chest
80
80
  "G": germanium_extractor
81
81
  "S": silicon_extractor
82
82
  "O": oxygen_extractor
@@ -230,8 +230,8 @@ char_to_map_name:
230
230
  "#": wall
231
231
  ".": empty
232
232
  "+": junction
233
- "&": hub
234
- "=": chest
233
+ "&": c:hub
234
+ "=": c:chest
235
235
  "G": germanium_extractor
236
236
  "S": silicon_extractor
237
237
  "O": oxygen_extractor
@@ -113,8 +113,8 @@ char_to_map_name:
113
113
  ".": empty
114
114
  "@": agent.agent
115
115
  "+": junction
116
- "&": hub
117
- "=": chest
116
+ "&": c:hub
117
+ "=": c:chest
118
118
  "G": germanium_extractor
119
119
  "S": silicon_extractor
120
120
  "O": oxygen_extractor
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest
@@ -13,14 +13,14 @@ char_to_map_name:
13
13
  "#": wall
14
14
  ".": empty
15
15
  "@": agent.agent
16
- "M": miner_station
17
- "S": scout_station
18
- "A": aligner_station
19
- "X": scrambler_station
16
+ "M": c:miner
17
+ "S": c:scout
18
+ "A": c:aligner
19
+ "X": c:scrambler
20
20
  "C": carbon_extractor
21
21
  "O": oxygen_extractor
22
22
  "G": germanium_extractor
23
23
  "I": silicon_extractor
24
24
  "J": junction
25
- "&": hub
26
- "=": chest
25
+ "&": c:hub
26
+ "=": c:chest
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -19,14 +19,14 @@ char_to_map_name:
19
19
  "#": wall
20
20
  ".": empty
21
21
  "@": agent.agent
22
- "M": miner_station
23
- "S": scout_station
24
- "A": aligner_station
25
- "X": scrambler_station
22
+ "M": c:miner
23
+ "S": c:scout
24
+ "A": c:aligner
25
+ "X": c:scrambler
26
26
  "C": carbon_extractor
27
27
  "O": oxygen_extractor
28
28
  "G": germanium_extractor
29
29
  "I": silicon_extractor
30
30
  "J": junction
31
- "&": hub
32
- "=": chest
31
+ "&": c:hub
32
+ "=": c:chest
@@ -13,14 +13,14 @@ char_to_map_name:
13
13
  "#": wall
14
14
  ".": empty
15
15
  "@": agent.agent
16
- "M": miner_station
17
- "S": scout_station
18
- "A": aligner_station
19
- "X": scrambler_station
16
+ "M": c:miner
17
+ "S": c:scout
18
+ "A": c:aligner
19
+ "X": c:scrambler
20
20
  "C": carbon_extractor
21
21
  "O": oxygen_extractor
22
22
  "G": germanium_extractor
23
23
  "I": silicon_extractor
24
24
  "J": junction
25
- "&": hub
26
- "=": chest
25
+ "&": c:hub
26
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest
@@ -13,14 +13,14 @@ char_to_map_name:
13
13
  "#": wall
14
14
  ".": empty
15
15
  "@": agent.agent
16
- "M": miner_station
17
- "S": scout_station
18
- "A": aligner_station
19
- "X": scrambler_station
16
+ "M": c:miner
17
+ "S": c:scout
18
+ "A": c:aligner
19
+ "X": c:scrambler
20
20
  "C": carbon_extractor
21
21
  "O": oxygen_extractor
22
22
  "G": germanium_extractor
23
23
  "I": silicon_extractor
24
24
  "J": junction
25
- "&": hub
26
- "=": chest
25
+ "&": c:hub
26
+ "=": c:chest
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -17,14 +17,14 @@ char_to_map_name:
17
17
  "#": wall
18
18
  ".": empty
19
19
  "@": agent.agent
20
- "M": miner_station
21
- "S": scout_station
22
- "A": aligner_station
23
- "X": scrambler_station
20
+ "M": c:miner
21
+ "S": c:scout
22
+ "A": c:aligner
23
+ "X": c:scrambler
24
24
  "C": carbon_extractor
25
25
  "O": oxygen_extractor
26
26
  "G": germanium_extractor
27
27
  "I": silicon_extractor
28
28
  "J": junction
29
- "&": hub
30
- "=": chest
29
+ "&": c:hub
30
+ "=": c:chest
@@ -19,14 +19,14 @@ char_to_map_name:
19
19
  "#": wall
20
20
  ".": empty
21
21
  "@": agent.agent
22
- "M": miner_station
23
- "S": scout_station
24
- "A": aligner_station
25
- "X": scrambler_station
22
+ "M": c:miner
23
+ "S": c:scout
24
+ "A": c:aligner
25
+ "X": c:scrambler
26
26
  "C": carbon_extractor
27
27
  "O": oxygen_extractor
28
28
  "G": germanium_extractor
29
29
  "I": silicon_extractor
30
30
  "J": junction
31
- "&": hub
32
- "=": chest
31
+ "&": c:hub
32
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest
@@ -15,14 +15,14 @@ char_to_map_name:
15
15
  "#": wall
16
16
  ".": empty
17
17
  "@": agent.agent
18
- "M": miner_station
19
- "S": scout_station
20
- "A": aligner_station
21
- "X": scrambler_station
18
+ "M": c:miner
19
+ "S": c:scout
20
+ "A": c:aligner
21
+ "X": c:scrambler
22
22
  "C": carbon_extractor
23
23
  "O": oxygen_extractor
24
24
  "G": germanium_extractor
25
25
  "I": silicon_extractor
26
26
  "J": junction
27
- "&": hub
28
- "=": chest
27
+ "&": c:hub
28
+ "=": c:chest
@@ -11,14 +11,14 @@ char_to_map_name:
11
11
  "#": wall
12
12
  ".": empty
13
13
  "@": agent.agent
14
- "M": miner_station
15
- "S": scout_station
16
- "A": aligner_station
17
- "X": scrambler_station
14
+ "M": c:miner
15
+ "S": c:scout
16
+ "A": c:aligner
17
+ "X": c:scrambler
18
18
  "C": carbon_extractor
19
19
  "O": oxygen_extractor
20
20
  "G": germanium_extractor
21
21
  "I": silicon_extractor
22
22
  "J": junction
23
- "&": hub
24
- "=": chest
23
+ "&": c:hub
24
+ "=": c:chest