--- dataset_info: features: - name: task_name dtype: string - name: initial_board dtype: string - name: solution dtype: string - name: puzzle_id dtype: string - name: title dtype: string - name: rules dtype: string - name: initial_observation dtype: string - name: rows dtype: int64 - name: cols dtype: int64 - name: visual_elements dtype: string - name: description dtype: string splits: - name: 4x4 num_bytes: 763780 num_examples: 2000 - name: 9x9_easy num_bytes: 3271368 num_examples: 5000 - name: 9x9_medium num_bytes: 3273278 num_examples: 5000 - name: 9x9_hard num_bytes: 3273198 num_examples: 5000 - name: ctc_easy num_bytes: 4114148 num_examples: 1500 - name: ctc_medium num_bytes: 4226002 num_examples: 1500 - name: ctc_hard num_bytes: 4236172 num_examples: 1500 download_size: 11068103 dataset_size: 23157946 configs: - config_name: default data_files: - split: 4x4 path: data/4x4-* - split: 9x9_easy path: data/9x9_easy-* - split: 9x9_medium path: data/9x9_medium-* - split: 9x9_hard path: data/9x9_hard-* - split: ctc_easy path: data/ctc_easy-* - split: ctc_medium path: data/ctc_medium-* - split: ctc_hard path: data/ctc_hard-* ---