histmeisah / Large-Language-Models-play-StarCraftII

TextStarCraft2,a pure language env which support llms play starcraft2
178 stars 9 forks source link

How agent achieve micro-level operations #1

Closed eadstry closed 6 months ago

eadstry commented 6 months ago

I noticed that in the operational space there are only macro actions like building units. How can agent achieve more micro-level operations , such as commanding units to go to a specific coordinate for combat?

histmeisah commented 6 months ago

Our method focuses on macro action and game strategy. So in the micro-level ,we use human-designed some simple scripts(dont like these AI:https://www.youtube.com/@ProBotsAI). Actually, our agent cant use any clear command such as attack some units or move to some specific place.