gameoflife-v1 / README.md
Simon Strandgaard
Explanation
cf5cd0c
metadata
license: mit
task_categories:
  - image-to-image
language:
  - en
size_categories:
  - 10K<n<100K

Dataset with Conways Game of Life

Wikipedia - Game of life

This dataset contains 42300 items in total. There are 9 curriculums each containing 4700 items.

The images are between 3x3 and 14x14.

Each item in this dataset is a markdown file.

The markdown file has these sections: Input, Output without wrap, Output with wrap, Status.

Each of the Input images are unique.

The Perform N steps has these variants:

  • When it's Perform 1 step then one iteration is performed, easy.
  • When it's Perform 2 steps then two iterations are performed, hard.