Skybox-Technologies / csgo-ai-competition

CSGO.ai competition
34 stars 16 forks source link

Leading team have less than 15 rounds at the last entry of the match #8

Open jbjorsell opened 4 years ago

jbjorsell commented 4 years ago

I made a sanity check of the scores of the games and found 4 matches where the leading team have less than 15 rounds at the last entry of the match. The last entries of the matches can be found at: dataset_05.json, index 4805 dataset_09.json, index 3677 dataset_10.json, index 2786 dataset_13.json, index 699 assuming that the index starts at 0.

If all entries are stacked (in alphabetic order of the files) the corresponding indices are: 30300 49481 53715 67091

I also checked that none of the over time matches ended with an invalid score. So these 4 matches should be the only ones with problem (score-wise).

kristoff3r commented 4 years ago

Hey,

Thanks for doing some sanity checking. My guess is that it is either a bug on my end, or that those matches are simply cut off for some reason (server crash, server change, demo recording stopped too early). I'll take a look at some point, but I don't think it will impact the data set (except maybe getting a couple of samples more).