nishtahir commited on
Commit
2297db2
·
verified ·
1 Parent(s): e773645

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -26
README.md CHANGED
@@ -1,26 +1,34 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: text
6
- dtype: string
7
- - name: cards
8
- list:
9
- list: string
10
- splits:
11
- - name: train
12
- num_bytes: 1803311607
13
- num_examples: 17717
14
- - name: test
15
- num_bytes: 454624927
16
- num_examples: 4430
17
- download_size: 362082664
18
- dataset_size: 2257936534
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- - split: test
25
- path: data/test-*
26
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: cards
8
+ list:
9
+ list: string
10
+ splits:
11
+ - name: train
12
+ num_bytes: 1803311607
13
+ num_examples: 17717
14
+ - name: test
15
+ num_bytes: 454624927
16
+ num_examples: 4430
17
+ download_size: 362082664
18
+ dataset_size: 2257936534
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ - split: test
25
+ path: data/test-*
26
+ ---
27
+
28
+ # mtg-forge-simulations-commander
29
+
30
+ A collection of simulated games gennerated with a modified copy of [Forge](https://github.com/Card-Forge/forge/).
31
+ Matches were run using the built in simulations AI.
32
+ Modifications were made to the logging engine to output cards in the format `<<CARD owner="OWNER"|card="CARD NAME (id)"|id=ID>>`
33
+
34
+ The `cards` column parses out card references in the order in which they appear in the logs.