histmeisah / Large-Language-Models-play-StarCraftII

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

AttributeError:'Protoss_Bot' object has no attribute 'structures' #8

Open harticleaq opened 2 months ago

harticleaq commented 2 months ago

It seems that this attribute is not defined in the entire Protoss_bot class, nor is its parent class defined?

harticleaq commented 2 months ago

When I run the Human_LLM_agent_test.py script, I get this error.

mounKim commented 2 months ago

pip install burnysc2==6.5.0

histmeisah commented 2 months ago

In Human_LLM_agent_test.py, I finetuned Qwen model to make sure the interaction frequence can match the normal game play speed. So if you want to play against with LLM agent, you should finetune your own model, we will also release the finetuned model soon.

mounKim commented 2 months ago

@histmeisah Could you tell me how the data used for fine-tuning was collected and approximately how much data there is? (+ how long did the fine-tuning take?)

histmeisah commented 2 months ago

@histmeisah Could you tell me how the data used for fine-tuning was collected and approximately how much data there is? (+ how long did the fine-tuning take?) OK, i have release the dataset, both original data and the refined data. You can find them in the release