histmeisah / Large-Language-Models-play-StarCraftII

TextStarCraft2,a pure language env which support llms play starcraft2
213 stars 15 forks source link

Don't need a Pylon to build an assimilator #21

Open leestar opened 1 month ago

leestar commented 1 month ago

I noticed the following error in the logs during a playthrough with GPT 3.5 Turbo 16k against a Level 0 AI:

Action failed: BUILD ASSIMILATOR, Reason: No Pylon available

However, a Pylon is not needed to build an assimilator in SC2. Could this be an error?

histmeisah commented 1 month ago

yeh, you are right. I just copy this basic if else for every construction building branch. Thank you for that, and would you like to fix it?