| --- |
| 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. |