File size: 1,333 Bytes
193e2f0 c43eeac 760ab1c 7e37610 0b4a662 2420976 6afe596 f2ac333 193e2f0 36f9eeb 8a3e4ae 92a4231 2420976 6afe596 f2ac333 193e2f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
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-*
---
|