1D Cellular Automata Dataset
Structure
rule: The rule number in binary format
t=0, t=1, ..., t=T: The states of the CA at each timestep
r (int): 1
The radius of the CA rule.
size (int): 250
The number of cells in the CA.
T (int): 3
The number of steps for the CA to evolve.
num_samples (int): 100000
The number of samples in the dataset.