Datasets:
metadata
license: mit
task_categories:
- image-to-image
language:
- en
size_categories:
- 10K<n<100K
Dataset with Conways 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.