oxwhirl / smac

SMAC: The StarCraft Multi-Agent Challenge
MIT License
1.03k stars 228 forks source link

Error when modified Map #92

Closed AlRodA92 closed 2 years ago

AlRodA92 commented 2 years ago

Hi,

I am doing some personal researchs and in order to prove some tasks I need to change or modify the map's terrain (add some walls o high terrain). I have modified some maps, and, regarding the type and number of agents I don't have problems but when I tried to change some terrain features the code gives me the following error

Error

The only modifications I made are elevate some of the terrain so I do not change the size of the map.

Do you know the reason of this error?

Thanks!

samvelyan commented 2 years ago

Hi @AlRodA92. This is a known issue, which I believe is caused by the mismatch between the versions of Linux SC2 client and Mac/Windows SC2 Editor. I have created an issue on Blizzard's repo, but there is no update from them I'm afraid.

AlRodA92 commented 2 years ago

Ok, I read the link of the Blizzard repo. I will be watching for a response to this issue.

Thanks!

AlRodA92 commented 2 years ago

Hi @samvelyan, I found this issue https://github.com/deepmind/pysc2/issues/326#issuecomment-873273166 in the DeepMind/Pysc2 repo and works for me. It not a clean solution but at least it is work until other.

Hope it is helps!

samvelyan commented 2 years ago

Great catch! Thanks for the reference. Closing the issue for now.