|
--- |
|
license: mit |
|
task_categories: |
|
- image-to-image |
|
language: |
|
- en |
|
size_categories: |
|
- 10K<n<100K |
|
--- |
|
|
|
# Dataset with Conways Game of Life |
|
|
|
[Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) |
|
|
|
The number of cells are between `3x3` and `14x14`. |
|
|
|
Each item in the dataset is a markdown file. |
|
|
|
The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`. |
|
|
|
The `Perform N steps` has these variants: |
|
- When it's `Perform 1 step.` then only 1 iteration is performed. |
|
- When it's `Perform 2 steps.`, then 2 iterations have to be performed which is harder. |
|
|