gameoflife-v1 / README.md
Simon Strandgaard
Explanation
09b6c65
|
raw
history blame
602 Bytes
metadata
license: mit
task_categories:
  - image-to-image
language:
  - en
size_categories:
  - 10K<n<100K

Dataset with Conways Game of Life

Wikipedia

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.