question_id string | image image | question string | choices sequence | answer int64 | grid_size int64 | metadata dict |
|---|---|---|---|---|---|---|
turncnt_left_3x3_0000 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"8",
"7",
"1",
"2"
] | 1 | 3 | {
"map": [
"SHF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0001 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"3",
"1",
"5"
] | 0 | 3 | {
"map": [
"SFF",
"HHF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0002 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"7",
"0",
"1"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0003 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"2",
"1",
"9"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"HFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0004 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"1",
"5",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FHF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0005 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"1",
"2",
"8"
] | 1 | 3 | {
"map": [
"SFH",
"FFH",
"HFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0006 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"6",
"0",
"9"
] | 0 | 3 | {
"map": [
"SFF",
"FHF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0007 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"7",
"5",
"1"
] | 2 | 3 | {
"map": [
"SHF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0008 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"2",
"9",
"4"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0009 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"4",
"0",
"1"
] | 0 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0010 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"9",
"7",
"5",
"1"
] | 1 | 3 | {
"map": [
"SFF",
"FHF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0011 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"1",
"4",
"8"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0012 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"9",
"1",
"3"
] | 1 | 3 | {
"map": [
"SFH",
"HFF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0013 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"3",
"1",
"2"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0014 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"2",
"4",
"1"
] | 1 | 3 | {
"map": [
"SFH",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0015 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"2",
"7",
"0"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0016 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"4",
"3",
"7"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0017 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"1",
"2",
"0"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0018 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"7",
"1",
"8"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0019 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"1",
"3",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0020 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"0",
"3",
"9"
] | 0 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0021 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"9",
"1",
"6",
"0"
] | 1 | 3 | {
"map": [
"SFH",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0022 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"8",
"2",
"6"
] | 2 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0023 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"3",
"9",
"1"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0024 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"2",
"1",
"4"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"HHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0025 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"8",
"5",
"1"
] | 1 | 3 | {
"map": [
"SFH",
"HFH",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0026 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"5",
"9",
"1"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0027 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"0",
"4",
"8"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0028 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"4",
"0",
"3"
] | 1 | 3 | {
"map": [
"SFH",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0029 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"2",
"4",
"5"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0030 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"4",
"8",
"0"
] | 1 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0031 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"9",
"1",
"4"
] | 1 | 3 | {
"map": [
"SFF",
"HFH",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0032 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"7",
"6",
"0"
] | 1 | 3 | {
"map": [
"SFH",
"FHH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0033 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"1",
"7",
"2"
] | 2 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0034 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"1",
"8",
"3"
] | 1 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0035 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"2",
"8",
"7"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0036 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"6",
"3",
"8"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0037 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"4",
"6",
"5"
] | 0 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0038 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"4",
"3",
"0"
] | 2 | 3 | {
"map": [
"SFF",
"FFH",
"HFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0039 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"9",
"6",
"2"
] | 2 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0040 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"2",
"0",
"3"
] | 0 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0041 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"1",
"9",
"0"
] | 0 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0042 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"9",
"2",
"3",
"1"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0043 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"8",
"1",
"4"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0044 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"1",
"0",
"5"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0045 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"0",
"3",
"1"
] | 0 | 3 | {
"map": [
"SFF",
"HHF",
"HFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0046 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"1",
"7",
"3"
] | 1 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0047 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"3",
"0",
"9"
] | 0 | 3 | {
"map": [
"SFF",
"FHF",
"HHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0048 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"9",
"0",
"5"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0049 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"8",
"1",
"9",
"7"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0050 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"4",
"6",
"2"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0051 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"4",
"5",
"2"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0052 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"1",
"0",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFH",
"HFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0053 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"2",
"6",
"7"
] | 0 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0054 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"1",
"6",
"7"
] | 1 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0055 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"1",
"7",
"5"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0056 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"2",
"1",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0057 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"7",
"1",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0058 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"4",
"9",
"8"
] | 0 | 3 | {
"map": [
"SFF",
"FHF",
"HFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0059 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"6",
"2",
"3"
] | 2 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0060 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"7",
"9",
"0"
] | 1 | 3 | {
"map": [
"SHH",
"FHH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0061 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"6",
"4",
"1"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0062 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"1",
"4",
"2"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"HHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0063 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"9",
"7",
"5"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0064 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"0",
"2",
"3"
] | 1 | 3 | {
"map": [
"SFH",
"FHH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0065 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"2",
"0",
"3"
] | 0 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0066 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"2",
"0",
"4"
] | 2 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0067 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"0",
"6",
"2"
] | 0 | 3 | {
"map": [
"SFF",
"HHF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0068 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"8",
"1",
"9",
"2"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0069 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"4",
"1",
"5"
] | 1 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0070 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"2",
"9",
"8"
] | 2 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0071 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"8",
"1",
"3"
] | 1 | 3 | {
"map": [
"SFH",
"FHF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0072 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"7",
"6",
"1"
] | 1 | 3 | {
"map": [
"SFH",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0073 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"9",
"8",
"0",
"1"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"HHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0074 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"0",
"1",
"2"
] | 2 | 3 | {
"map": [
"SFH",
"FFF",
"HFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0075 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"6",
"1",
"7"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0076 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"1",
"8",
"9"
] | 1 | 3 | {
"map": [
"SHF",
"FHF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0077 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"1",
"3",
"8"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0078 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"0",
"5",
"3",
"1"
] | 0 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0079 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"7",
"6",
"4"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0080 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"6",
"1",
"0"
] | 1 | 3 | {
"map": [
"SFF",
"FHF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0081 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"1",
"2",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0082 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"3",
"5",
"0"
] | 1 | 3 | {
"map": [
"SFH",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0083 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"1",
"6",
"0",
"9"
] | 1 | 3 | {
"map": [
"SFF",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 2,
"total": 3
}
} | |
turncnt_left_3x3_0084 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"8",
"1",
"2"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0085 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"2",
"0",
"7"
] | 2 | 3 | {
"map": [
"SFH",
"FFF",
"HFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0086 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"6",
"7",
"1"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0087 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"7",
"1",
"8"
] | 1 | 3 | {
"map": [
"SFF",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0088 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"4",
"1",
"0"
] | 1 | 3 | {
"map": [
"SFH",
"FFH",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
2,
0
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 0,
"total": 1
}
} | |
turncnt_left_3x3_0089 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"1",
"7",
"5"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"HFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0090 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"2",
"9",
"1",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0091 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"8",
"1",
"3",
"5"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0092 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"1",
"5",
"4"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0093 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"2",
"1",
"4"
] | 2 | 3 | {
"map": [
"SFF",
"FFF",
"HFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 2,
"right": 1,
"total": 3
}
} | |
turncnt_left_3x3_0094 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"4",
"1",
"0"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0095 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"7",
"6",
"4",
"1"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0096 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"5",
"4",
"1",
"6"
] | 1 | 3 | {
"map": [
"SFF",
"FFF",
"FHG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0097 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"3",
"8",
"2",
"1"
] | 1 | 3 | {
"map": [
"SHF",
"FFF",
"FFG"
],
"path": [
[
0,
0
],
[
1,
0
],
[
1,
1
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} | |
turncnt_left_3x3_0098 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"4",
"3",
"0",
"1"
] | 0 | 3 | {
"map": [
"SFF",
"FHF",
"FHG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
]
],
"turns": {
"left": 0,
"right": 1,
"total": 1
}
} | |
turncnt_left_3x3_0099 | The image shows the elf's path in a FrozenLake grid. The elf must reach the goal (gift) by moving only to adjacent tiles that are not holes, walls, or out of bounds. Movements are allowed in four directions: up, down, left, and right. The path is marked in red.
Now answer the following question: How many left turns are there in the path? | [
"6",
"1",
"3",
"2"
] | 1 | 3 | {
"map": [
"SFH",
"HFF",
"FFG"
],
"path": [
[
0,
0
],
[
0,
1
],
[
1,
1
],
[
2,
1
],
[
2,
2
]
],
"turns": {
"left": 1,
"right": 1,
"total": 2
}
} |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6