File size: 767 Bytes
3c39b00 6b4ca6c 3c39b00 6b4ca6c 3c39b00 |
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 |
---
dataset_info:
features:
- name: task_name
dtype: string
- name: initial_board
dtype: string
- name: solution
dtype: string
- name: title
dtype: string
- name: visual_elements
dtype: 'null'
- name: rows
dtype: int64
- name: cols
dtype: int64
- name: initial_observation
dtype: string
- name: description
dtype: string
- name: task_type
dtype: string
- name: data_soure
dtype: string
- name: difficulty
dtype: string
- name: hint
dtype: string
- name: rules
dtype: string
splits:
- name: train
num_bytes: 838232
num_examples: 640
download_size: 293344
dataset_size: 838232
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|