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
@@ -1014,4 +1014,4 @@ char_to_map_name:
1014
1014
  "#": wall
1015
1015
  ".": empty
1016
1016
  "@": agent.agent
1017
- "&": hub
1017
+ "&": c:hub
@@ -1019,5 +1019,5 @@ char_to_map_name:
1019
1019
  "+": junction
1020
1020
  "G": germanium_extractor
1021
1021
  "@": agent.agent
1022
- "&": hub
1023
- "=": chest
1022
+ "&": c:hub
1023
+ "=": c:chest
@@ -514,4 +514,4 @@ char_to_map_name:
514
514
  "#": wall
515
515
  ".": empty
516
516
  "@": agent.agent
517
- "&": hub
517
+ "&": c:hub
@@ -519,5 +519,5 @@ char_to_map_name:
519
519
  "G": germanium_extractor
520
520
  "O": oxygen_extractor
521
521
  "@": agent.agent
522
- "&": hub
523
- "=": chest
522
+ "&": c:hub
523
+ "=": c:chest
@@ -1014,4 +1014,4 @@ char_to_map_name:
1014
1014
  "#": wall
1015
1015
  ".": empty
1016
1016
  "@": agent.agent
1017
- "&": hub
1017
+ "&": c:hub
@@ -1019,5 +1019,5 @@ char_to_map_name:
1019
1019
  "C": carbon_extractor
1020
1020
  "G": germanium_extractor
1021
1021
  "@": agent.agent
1022
- "&": hub
1023
- "=": chest
1022
+ "&": c:hub
1023
+ "=": c:chest
@@ -514,4 +514,4 @@ char_to_map_name:
514
514
  "#": wall
515
515
  ".": empty
516
516
  "@": agent.agent
517
- "&": hub
517
+ "&": c:hub
@@ -519,4 +519,4 @@ char_to_map_name:
519
519
  "O": oxygen_extractor
520
520
  "C": carbon_extractor
521
521
  "@": agent.agent
522
- "&": hub
522
+ "&": c:hub
@@ -1014,4 +1014,4 @@ char_to_map_name:
1014
1014
  "#": wall
1015
1015
  ".": empty
1016
1016
  "@": agent.agent
1017
- "&": hub
1017
+ "&": c:hub
@@ -1019,5 +1019,5 @@ char_to_map_name:
1019
1019
  "C": carbon_extractor
1020
1020
  "O": oxygen_extractor
1021
1021
  "@": agent.agent
1022
- "&": hub
1023
- "=": chest
1022
+ "&": c:hub
1023
+ "=": c:chest
@@ -514,4 +514,4 @@ char_to_map_name:
514
514
  "#": wall
515
515
  ".": empty
516
516
  "@": agent.agent
517
- "&": hub
517
+ "&": c:hub
@@ -519,5 +519,5 @@ char_to_map_name:
519
519
  "O": oxygen_extractor
520
520
  "G": germanium_extractor
521
521
  "@": agent.agent
522
- "&": hub
523
- "=": chest
522
+ "&": c:hub
523
+ "=": c:chest
@@ -514,4 +514,4 @@ char_to_map_name:
514
514
  "#": wall
515
515
  ".": empty
516
516
  "@": agent.agent
517
- "&": hub
517
+ "&": c:hub
@@ -519,5 +519,5 @@ char_to_map_name:
519
519
  "+": junction
520
520
  "C": carbon_extractor
521
521
  "@": agent.agent
522
- "&": hub
523
- "=": chest
522
+ "&": c:hub
523
+ "=": c:chest
@@ -69,5 +69,5 @@ char_to_map_name:
69
69
  "S": silicon_extractor
70
70
  "G": germanium_extractor
71
71
  "@": agent.agent
72
- "&": hub
73
- "=": chest
72
+ "&": c:hub
73
+ "=": c:chest
@@ -25,8 +25,8 @@ char_to_map_name:
25
25
  "O": oxygen_extractor
26
26
  "G": germanium_extractor
27
27
  "+": junction
28
- "&": hub
29
- "=": chest
28
+ "&": c:hub
29
+ "=": c:chest
30
30
  "@": agent.agent
31
31
  "1": agent.agent
32
32
  "2": agent.agent
@@ -51,8 +51,8 @@ char_to_map_name:
51
51
  "O": oxygen_extractor
52
52
  "G": germanium_extractor
53
53
  "+": junction
54
- "&": hub
55
- "=": chest
54
+ "&": c:hub
55
+ "=": c:chest
56
56
  "@": agent.agent
57
57
  "1": agent.agent
58
58
  "2": agent.agent
@@ -15,10 +15,10 @@ char_to_map_name:
15
15
  "C": carbon_extractor
16
16
  "S": silicon_extractor
17
17
  "@": agent.agent
18
- "&": hub
19
- "=": chest
20
- "1": chest_carbon
21
- "2": chest_oxygen
22
- "3": chest_germanium
23
- "4": chest_silicon
18
+ "&": c:hub
19
+ "=": c:chest
20
+ "1": c:chest_carbon
21
+ "2": c:chest_oxygen
22
+ "3": c:chest_germanium
23
+ "4": c:chest_silicon
24
24
 
@@ -26,11 +26,11 @@ char_to_map_name:
26
26
  "C": carbon_extractor
27
27
  "S": silicon_extractor
28
28
  "@": agent.agent
29
- "&": hub
30
- "=": chest
31
- "1": chest_carbon
32
- "2": chest_oxygen
33
- "3": chest_germanium
34
- "4": chest_silicon
29
+ "&": c:hub
30
+ "=": c:chest
31
+ "1": c:chest_carbon
32
+ "2": c:chest_oxygen
33
+ "3": c:chest_germanium
34
+ "4": c:chest_silicon
35
35
 
36
36
 
@@ -28,10 +28,10 @@ char_to_map_name:
28
28
  "C": carbon_extractor
29
29
  "S": silicon_extractor
30
30
  "@": agent.agent
31
- "&": hub
32
- "=": chest
33
- "1": chest_carbon
34
- "2": chest_oxygen
35
- "3": chest_germanium
36
- "4": chest_silicon
31
+ "&": c:hub
32
+ "=": c:chest
33
+ "1": c:chest_carbon
34
+ "2": c:chest_oxygen
35
+ "3": c:chest_germanium
36
+ "4": c:chest_silicon
37
37
 
@@ -46,11 +46,11 @@ char_to_map_name:
46
46
  "C": carbon_extractor
47
47
  "S": silicon_extractor
48
48
  "@": agent.agent
49
- "&": hub
50
- "=": chest
51
- "1": chest_carbon
52
- "2": chest_oxygen
53
- "3": chest_germanium
54
- "4": chest_silicon
49
+ "&": c:hub
50
+ "=": c:chest
51
+ "1": c:chest_carbon
52
+ "2": c:chest_oxygen
53
+ "3": c:chest_germanium
54
+ "4": c:chest_silicon
55
55
 
56
56
 
@@ -28,10 +28,10 @@ char_to_map_name:
28
28
  "C": carbon_extractor
29
29
  "S": silicon_extractor
30
30
  "@": agent.agent
31
- "&": hub
32
- "=": chest
33
- "1": chest_carbon
34
- "2": chest_oxygen
35
- "3": chest_germanium
36
- "4": chest_silicon
31
+ "&": c:hub
32
+ "=": c:chest
33
+ "1": c:chest_carbon
34
+ "2": c:chest_oxygen
35
+ "3": c:chest_germanium
36
+ "4": c:chest_silicon
37
37
 
@@ -45,11 +45,11 @@ char_to_map_name:
45
45
  "C": carbon_extractor
46
46
  "S": silicon_extractor
47
47
  "@": agent.agent
48
- "&": hub
49
- "=": chest
50
- "1": chest_carbon
51
- "2": chest_oxygen
52
- "3": chest_germanium
53
- "4": chest_silicon
48
+ "&": c:hub
49
+ "=": c:chest
50
+ "1": c:chest_carbon
51
+ "2": c:chest_oxygen
52
+ "3": c:chest_germanium
53
+ "4": c:chest_silicon
54
54
 
55
55
 
@@ -26,11 +26,11 @@ char_to_map_name:
26
26
  "C": carbon_extractor
27
27
  "S": silicon_extractor
28
28
  "@": agent.agent
29
- "&": hub
30
- "=": chest
31
- "1": chest_carbon
32
- "2": chest_oxygen
33
- "3": chest_germanium
34
- "4": chest_silicon
29
+ "&": c:hub
30
+ "=": c:chest
31
+ "1": c:chest_carbon
32
+ "2": c:chest_oxygen
33
+ "3": c:chest_germanium
34
+ "4": c:chest_silicon
35
35
 
36
36
 
@@ -52,10 +52,10 @@ char_to_map_name:
52
52
  "C": carbon_extractor
53
53
  "S": silicon_extractor
54
54
  "@": agent.agent
55
- "&": hub
56
- "=": chest
57
- "1": chest_carbon
58
- "2": chest_oxygen
59
- "3": chest_germanium
60
- "4": chest_silicon
55
+ "&": c:hub
56
+ "=": c:chest
57
+ "1": c:chest_carbon
58
+ "2": c:chest_oxygen
59
+ "3": c:chest_germanium
60
+ "4": c:chest_silicon
61
61
 
@@ -41,11 +41,11 @@ char_to_map_name:
41
41
  "C": carbon_extractor
42
42
  "S": silicon_extractor
43
43
  "@": agent.agent
44
- "&": hub
45
- "=": chest
46
- "1": chest_carbon
47
- "2": chest_oxygen
48
- "3": chest_germanium
49
- "4": chest_silicon
44
+ "&": c:hub
45
+ "=": c:chest
46
+ "1": c:chest_carbon
47
+ "2": c:chest_oxygen
48
+ "3": c:chest_germanium
49
+ "4": c:chest_silicon
50
50
 
51
51
 
@@ -41,11 +41,11 @@ char_to_map_name:
41
41
  "C": carbon_extractor
42
42
  "S": silicon_extractor
43
43
  "@": agent.agent
44
- "&": hub
45
- "=": chest
46
- "1": chest_carbon
47
- "2": chest_oxygen
48
- "3": chest_germanium
49
- "4": chest_silicon
44
+ "&": c:hub
45
+ "=": c:chest
46
+ "1": c:chest_carbon
47
+ "2": c:chest_oxygen
48
+ "3": c:chest_germanium
49
+ "4": c:chest_silicon
50
50
 
51
51
 
@@ -123,9 +123,9 @@ char_to_map_name:
123
123
  "C": carbon_extractor
124
124
  "S": silicon_extractor
125
125
  "@": agent.agent
126
- "&": hub
127
- "=": chest
128
- "1": chest_carbon
129
- "2": chest_oxygen
130
- "3": chest_germanium
131
- "4": chest_silicon
126
+ "&": c:hub
127
+ "=": c:chest
128
+ "1": c:chest_carbon
129
+ "2": c:chest_oxygen
130
+ "3": c:chest_germanium
131
+ "4": c:chest_silicon
@@ -25,12 +25,12 @@ char_to_map_name:
25
25
  "C": carbon_extractor
26
26
  "S": silicon_extractor
27
27
  "@": agent.agent
28
- "&": hub
29
- "=": chest
28
+ "&": c:hub
29
+ "=": c:chest
30
30
  "_": empty
31
- "1": chest_carbon
32
- "2": chest_oxygen
33
- "3": chest_germanium
34
- "4": chest_silicon
31
+ "1": c:chest_carbon
32
+ "2": c:chest_oxygen
33
+ "3": c:chest_germanium
34
+ "4": c:chest_silicon
35
35
 
36
36
 
@@ -40,12 +40,12 @@ char_to_map_name:
40
40
  "C": carbon_extractor
41
41
  "S": silicon_extractor
42
42
  "@": agent.agent
43
- "&": hub
44
- "=": chest
43
+ "&": c:hub
44
+ "=": c:chest
45
45
  "_": empty
46
- "1": chest_carbon
47
- "2": chest_oxygen
48
- "3": chest_germanium
49
- "4": chest_silicon
46
+ "1": c:chest_carbon
47
+ "2": c:chest_oxygen
48
+ "3": c:chest_germanium
49
+ "4": c:chest_silicon
50
50
 
51
51
 
@@ -47,11 +47,11 @@ char_to_map_name:
47
47
  "C": carbon_extractor
48
48
  "S": silicon_extractor
49
49
  "@": agent.agent
50
- "&": hub
51
- "=": chest
52
- "1": chest_carbon
53
- "2": chest_oxygen
54
- "3": chest_germanium
55
- "4": chest_silicon
50
+ "&": c:hub
51
+ "=": c:chest
52
+ "1": c:chest_carbon
53
+ "2": c:chest_oxygen
54
+ "3": c:chest_germanium
55
+ "4": c:chest_silicon
56
56
 
57
57
 
@@ -81,11 +81,11 @@ char_to_map_name:
81
81
  "C": carbon_extractor
82
82
  "S": silicon_extractor
83
83
  "@": agent.agent
84
- "&": hub
85
- "=": chest
86
- "1": chest_carbon
87
- "2": chest_oxygen
88
- "3": chest_germanium
89
- "4": chest_silicon
84
+ "&": c:hub
85
+ "=": c:chest
86
+ "1": c:chest_carbon
87
+ "2": c:chest_oxygen
88
+ "3": c:chest_germanium
89
+ "4": c:chest_silicon
90
90
 
91
91
 
@@ -57,8 +57,8 @@ char_to_map_name:
57
57
  "C": carbon_extractor
58
58
  "S": silicon_extractor
59
59
  "O": oxygen_extractor
60
- "&": hub
61
- "=": chest
60
+ "&": c:hub
61
+ "=": c:chest
62
62
  "@": agent.agent
63
63
  "1": agent.agent
64
64
  "2": agent.agent
@@ -166,8 +166,8 @@ char_to_map_name:
166
166
  "C": carbon_extractor
167
167
  "S": silicon_extractor
168
168
  "O": oxygen_extractor
169
- "&": hub
170
- "=": chest
169
+ "&": c:hub
170
+ "=": c:chest
171
171
  "@": agent.agent
172
172
  "1": agent.agent
173
173
  "2": agent.agent
@@ -41,11 +41,11 @@ char_to_map_name:
41
41
  "C": carbon_extractor
42
42
  "S": silicon_extractor
43
43
  "@": agent.agent
44
- "&": hub
45
- "=": chest
46
- "1": chest_carbon
47
- "2": chest_oxygen
48
- "3": chest_germanium
49
- "4": chest_silicon
44
+ "&": c:hub
45
+ "=": c:chest
46
+ "1": c:chest_carbon
47
+ "2": c:chest_oxygen
48
+ "3": c:chest_germanium
49
+ "4": c:chest_silicon
50
50
 
51
51
 
@@ -41,11 +41,11 @@ char_to_map_name:
41
41
  "C": carbon_extractor
42
42
  "S": silicon_extractor
43
43
  "@": agent.agent
44
- "&": hub
45
- "=": chest
46
- "1": chest_carbon
47
- "2": chest_oxygen
48
- "3": chest_germanium
49
- "4": chest_silicon
44
+ "&": c:hub
45
+ "=": c:chest
46
+ "1": c:chest_carbon
47
+ "2": c:chest_oxygen
48
+ "3": c:chest_germanium
49
+ "4": c:chest_silicon
50
50
 
51
51
 
@@ -49,9 +49,9 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
54
- "a": aligner_station
55
- "r": scrambler_station
56
- "m": miner_station
57
- "t": scout_station
52
+ "&": c:hub
53
+ "=": c:chest
54
+ "a": c:aligner
55
+ "r": c:scrambler
56
+ "m": c:miner
57
+ "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
@@ -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
@@ -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,9 +49,9 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
54
- "a": aligner_station
55
- "r": scrambler_station
56
- "m": miner_station
57
- "t": scout_station
52
+ "&": c:hub
53
+ "=": c:chest
54
+ "a": c:aligner
55
+ "r": c:scrambler
56
+ "m": c:miner
57
+ "t": c:scout
@@ -49,9 +49,9 @@ char_to_map_name:
49
49
  "C": carbon_extractor
50
50
  "S": silicon_extractor
51
51
  "@": agent.agent
52
- "&": hub
53
- "=": chest
54
- "a": aligner_station
55
- "r": scrambler_station
56
- "m": miner_station
57
- "t": scout_station
52
+ "&": c:hub
53
+ "=": c:chest
54
+ "a": c:aligner
55
+ "r": c:scrambler
56
+ "m": c:miner
57
+ "t": c:scout
@@ -49,12 +49,12 @@ 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
56
 
57
- "a": aligner_station
58
- "r": scrambler_station
59
- "m": miner_station
60
- "t": scout_station
57
+ "a": c:aligner
58
+ "r": c:scrambler
59
+ "m": c:miner
60
+ "t": c:scout