Kaszanas commited on
Commit
9ce7414
·
1 Parent(s): b8334be

Added content to README

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -10,4 +10,38 @@ tags:
10
  - esports
11
  - starcraft2
12
  pretty_name: StarCraft II Esport Replay and Game-state Dataset
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - esports
11
  - starcraft2
12
  pretty_name: StarCraft II Esport Replay and Game-state Dataset
13
+ ---
14
+
15
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5575797.svg)](https://doi.org/10.5281/zenodo.5575797)
16
+
17
+ # SC2ReSet: StarCraft II Esport Replaypack Set
18
+
19
+ This repository contains raw data that was used to generate SC2EGSet: StarCraft II Esport Game State Dataset
20
+
21
+ ## Dataset Description Article
22
+
23
+ To cite the article that introduces SC2ReSet and SC2EGSet:
24
+
25
+ ```bibtex
26
+ @article{Białecki2023,
27
+ author = {Bia{\l}ecki, Andrzej
28
+ and Jakubowska, Natalia
29
+ and Dobrowolski, Pawe{\l}
30
+ and Bia{\l}ecki, Piotr
31
+ and Krupi{\'{n}}ski, Leszek
32
+ and Szczap, Andrzej
33
+ and Bia{\l}ecki, Robert
34
+ and Gajewski, Jan},
35
+ title = {SC2EGSet: StarCraft II Esport Replay and Game-state Dataset},
36
+ journal = {Scientific Data},
37
+ year = {2023},
38
+ month = {Sep},
39
+ day = {08},
40
+ volume = {10},
41
+ number = {1},
42
+ pages = {600},
43
+ issn = {2052-4463},
44
+ doi = {10.1038/s41597-023-02510-7},
45
+ url = {https://doi.org/10.1038/s41597-023-02510-7}
46
+ }
47
+ ```