File size: 788 Bytes
b4908f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10ed237
b4908f9
10ed237
 
b4908f9
 
 
 
 
 
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: environment_info
    dtype: string
  - name: puzzle_id
    dtype: string
  - name: title
    dtype: string
  - name: rules
    dtype: string
  - name: initial_observation
    dtype: string
  - name: solution_reference
    dtype: string
  - name: rows
    dtype: int64
  - name: cols
    dtype: int64
  - name: visual_elements
    dtype: string
  - name: encoded_puzzle
    dtype: string
  - name: description
    dtype: string
  splits:
  - name: test
    num_bytes: 965454
    num_examples: 250
  download_size: 315880
  dataset_size: 965454
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---