wdcqc commited on
Commit
e7ae87c
1 Parent(s): 76db1e2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - starcraft
4
+ - broodwar
5
+ - melee
6
+ - maps
7
+ license: unknown
8
+ language:
9
+ - en
10
+ - ko
11
+ pretty_name: Starcraft Remastered Melee Maps
12
+ size_categories: 1K<n<10K
13
+ task_categories:
14
+ - feature-extraction
15
+ - text-to-image
16
+ - image-to-image
17
+ - reinforcement-learning
18
+ task_ids:
19
+ - task-planning
20
+ splits:
21
+ - name: ashworld
22
+ num_bytes: 12,598,840
23
+ num_examples: 135
24
+ - name: badlands
25
+ num_bytes: 21,067,712
26
+ num_examples: 213
27
+ - name: desert
28
+ num_bytes: 19,505,010
29
+ num_examples: 185
30
+ - name: ice
31
+ num_bytes: 19,070,217
32
+ num_examples: 179
33
+ - name: install
34
+ num_bytes: 28,135
35
+ num_examples: 1
36
+ - name: jungle
37
+ num_bytes: 62,374,211
38
+ num_examples: 563
39
+ - name: platform
40
+ num_bytes: 23,324,208
41
+ num_examples: 265
42
+ - name: twilight
43
+ num_bytes: 28,311,253
44
+ num_examples: 274
45
+ ---
46
+
47
+ ## starcraft-remastered-melee-maps
48
+
49
+ This is a dataset containing 1,815 Starcraft:Remastered melee maps, categorized into tilesets.
50
+
51
+ The dataset is used to train this model: https://huggingface.co/wdcqc/starcraft-platform-terrain-32x32
52
+
53
+ To use this dataset, extract the `staredit\\scenario.chk` files from the map files using StormLib, then refer to [Scenario.chk Format](http://www.staredit.net/wiki/index.php/Scenario.chk) to get data like text, terrain or resource placement from the map.
54
+
55
+ The dataset is manually downloaded from Battle.net, bounding.net(scmscx.com) and broodwarmaps.com over a long period of time.
56
+
57
+ Alternatively download the dataset and put it in `<My Documents>\StarCraft\Maps`. You can play with your friends.