TorchCraft / StarData

Starcraft AI Research Dataset
Other
567 stars 75 forks source link

There are a few hacked map replays #8

Open yongdd opened 6 years ago

yongdd commented 6 years ago

Recently, I'm implementing an AI using this dataset, and I found that there are a few replays that contain units whose unit types are not listed in the torchcraft/Constants/unittypes

I found that, surprisingly, they are Protoss Hero Archon and Terran Hero Battle Cruiser. These replays are recorded in the hacked maps, and I believe that these replays must be excluded from your dataset. I think that you should check this type of corrupted data. I only checked the case of PvT match-up in the Fighting Spirit.

Following are replays I found: 16/bwrep_8dtu8.rep (see 12m 30s ) 3/bwrep_u5hyn.rep (see 5min 40s) 7/bwrep_cgrrb.rep (see 8min 30s)

I really appreciate your effort to make this dataset. Thank you.

ebetica commented 6 years ago

Good find! Thanks for the help :) We'll try to filter for this in future releases.