File size: 868 Bytes
2297db2
 
 
 
 
 
 
 
 
 
 
edbdd3d
 
2297db2
edbdd3d
 
 
 
2297db2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: mit
dataset_info:
  features:
  - name: text
    dtype: string
  - name: cards
    list:
      list: string
  splits:
  - name: train
    num_bytes: 3017184703
    num_examples: 29608
  - name: test
    num_bytes: 762148141
    num_examples: 7402
  download_size: 605852888
  dataset_size: 3779332844
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# mtg-forge-simulations-commander

A collection of simulated games gennerated with a modified copy of [Forge](https://github.com/Card-Forge/forge/). 
Matches were run using the built in simulations AI. 
Modifications were made to the logging engine to output cards in the format `<<CARD owner="OWNER"|card="CARD NAME (id)"|id=ID>>`

The `cards` column parses out card references in the order in which they appear in the logs.