id stringlengths 27 27 | task_type stringclasses 1
value | prompt stringlengths 255 813 | verification_info stringlengths 665 1.86k | metadata dict |
|---|---|---|---|---|
reasoning_gym_maze_9sNIL7I5 | reasoning_gym | Navigate from 'o' (start) to 'O' (goal):
```
iiiiiiiii
i<<i<<<ii
i<<<i<<<i
i<<<<i<ii
i<<<<<iii
i<<i<<O<i
i<<<<<i<i
io<<<<<<i
iiiiiiiii
```
Legend: 'i' = Wall, '<' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'o' (start) to 'O' (goal):\n\n```\niiiiiiiii\ni<<i<<<ii\ni<<<i<<<i\ni<<<<i<ii\ni<<<<<iii\ni<<i<<O<i\ni<<<<<i<i\nio<<<<<<i\niiiiiiiii\n```\nLegend: 'i' = Wall, '<' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 0, "grid_size": 9, "grid": ["iiiiiiiii", "i<<i<<<ii", "i<<<i<<<i", "i<<<<i<ii", "i<<<<<iii", "i<<i<<O<i", "i<<<<<i<i", "io<<<<<<i", "iiiiiiiii"], "shortest_path_length": 7, "start": "o", "goal": "O", "wall": "i", "path": "<", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "O",
"grid": [
"iiiiiiiii",
"i<<i<<<ii",
"i<<<i<<<i",
"i<<<<i<ii",
"i<<<<<iii",
"i<<i<<O<i",
"i<<<<<i<i",
"io<<<<<<i",
"iiiiiiiii"
],
"grid_size": 9,
"path": "<",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 0,
"start": "o",
"wall": "i"
} |
reasoning_gym_maze_T0pMp92I | reasoning_gym | Navigate from 'M' (start) to '[' (goal):
```
,,,,,,,,,
,$$,,$,$,
,$$$M$,$,
,$,$$$$$,
,$,$$$,$,
,,,$,$$,,
,$$$$$$[,
,$$,$$$$,
,,,,,,,,,
```
Legend: ',' = Wall, '$' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'M' (start) to '[' (goal):\n\n```\n,,,,,,,,,\n,$$,,$,$,\n,$$$M$,$,\n,$,$$$$$,\n,$,$$$,$,\n,,,$,$$,,\n,$$$$$$[,\n,$$,$$$$,\n,,,,,,,,,\n```\nLegend: ',' = Wall, '$' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 1, "grid_size": 9, "grid": [",,,,,,,,,", ",$$,,$,$,", ",$$$M$,$,", ",$,$$$$$,", ",$,$$$,$,", ",,,$,$$,,", ",$$$$$$[,", ",$$,$$$$,", ",,,,,,,,,"], "shortest_path_length": 7, "start": "M", "goal": "[", "wall": ",", "path": "$", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "[",
"grid": [
",,,,,,,,,",
",$$,,$,$,",
",$$$M$,$,",
",$,$$$$$,",
",$,$$$,$,",
",,,$,$$,,",
",$$$$$$[,",
",$$,$$$$,",
",,,,,,,,,"
],
"grid_size": 9,
"path": "$",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 1,
"start": "M",
"wall": ","
} |
reasoning_gym_maze_IZXftYQk | reasoning_gym | Navigate from 'L' (start) to 'q' (goal):
```
||||||||
|((L((||
|(|((((|
|(((|((|
|(||((q|
|((|((||
|(||(((|
||||||||
```
Legend: '|' = Wall, '(' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'L' (start) to 'q' (goal):\n\n```\n||||||||\n|((L((||\n|(|((((|\n|(((|((|\n|(||((q|\n|((|((||\n|(||(((|\n||||||||\n```\nLegend: '|' = Wall, '(' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 2, "grid_size": 8, "grid": ["||||||||", "|((L((||", "|(|((((|", "|(((|((|", "|(||((q|", "|((|((||", "|(||(((|", "||||||||"], "shortest_path_length": 6, "start": "L", "goal": "q", "wall": "|", "path": "(", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "q",
"grid": [
"||||||||",
"|((L((||",
"|(|((((|",
"|(((|((|",
"|(||((q|",
"|((|((||",
"|(||(((|",
"||||||||"
],
"grid_size": 8,
"path": "(",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 2,
"start": "L",
"wall": "|"
} |
reasoning_gym_maze_8As7cIJ6 | reasoning_gym | Navigate from '.' (start) to 'x' (goal):
```
!!!!!!!!!!!!!!
!aa!aaaa!!aaa!
!!aaaaa!a!!aa!
!!aaaaa!aa!a!!
!!!aaaa!a!aa!!
!!!!!aa!a!!!a!
!!!aaxaa!a!!a!
!!aaaa!a!a!aa!
!a!!a!aaaaa!a!
!!!!a!aaaa!aa!
!!!.aaa!aaaa!!
!aa!!aaa!aaaa!
!aa!aa!a!!!!!!
!!!!!!!!!!!!!!
```
Legend: '!' = Wall, 'a' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '.' (start) to 'x' (goal):\n\n```\n!!!!!!!!!!!!!!\n!aa!aaaa!!aaa!\n!!aaaaa!a!!aa!\n!!aaaaa!aa!a!!\n!!!aaaa!a!aa!!\n!!!!!aa!a!!!a!\n!!!aaxaa!a!!a!\n!!aaaa!a!a!aa!\n!a!!a!aaaaa!a!\n!!!!a!aaaa!aa!\n!!!.aaa!aaaa!!\n!aa!!aaa!aaaa!\n!aa!aa!a!!!!!!\n!!!!!!!!!!!!!!\n```\nLegend: '!' = Wall, 'a' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 3, "grid_size": 14, "grid": ["!!!!!!!!!!!!!!", "!aa!aaaa!!aaa!", "!!aaaaa!a!!aa!", "!!aaaaa!aa!a!!", "!!!aaaa!a!aa!!", "!!!!!aa!a!!!a!", "!!!aaxaa!a!!a!", "!!aaaa!a!a!aa!", "!a!!a!aaaaa!a!", "!!!!a!aaaa!aa!", "!!!.aaa!aaaa!!", "!aa!!aaa!aaaa!", "!aa!aa!a!!!!!!", "!!!!!!!!!!!!!!"], "shortest_path_length": 6, "start": ".", "goal": "x", "wall": "!", "path": "a", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "x",
"grid": [
"!!!!!!!!!!!!!!",
"!aa!aaaa!!aaa!",
"!!aaaaa!a!!aa!",
"!!aaaaa!aa!a!!",
"!!!aaaa!a!aa!!",
"!!!!!aa!a!!!a!",
"!!!aaxaa!a!!a!",
"!!aaaa!a!a!aa!",
"!a!!a!aaaaa!a!",
"!!!!a!aaaa!aa!",
"!!!.aaa!aaaa!!",
"!aa!!aaa!aaaa!",
"!aa!aa!a!!!!!!",
"!!!!!!!!!!!!!!"
],
"grid_size": 14,
"path": "a",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 3,
"start": ".",
"wall": "!"
} |
reasoning_gym_maze_lApI0leW | reasoning_gym | Navigate from 'j' (start) to 'q' (goal):
```
SSSSSSSSSSS
S((((S((((S
S((SS(S(S(S
S((((((S((S
S(S(S((S(SS
S(((((S(S(S
S(SSSS((((S
SSS((((SS(S
S((((S((j(S
S(Sq(S((((S
SSSSSSSSSSS
```
Legend: 'S' = Wall, '(' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'j' (start) to 'q' (goal):\n\n```\nSSSSSSSSSSS\nS((((S((((S\nS((SS(S(S(S\nS((((((S((S\nS(S(S((S(SS\nS(((((S(S(S\nS(SSSS((((S\nSSS((((SS(S\nS((((S((j(S\nS(Sq(S((((S\nSSSSSSSSSSS\n```\nLegend: 'S' = Wall, '(' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 4, "grid_size": 11, "grid": ["SSSSSSSSSSS", "S((((S((((S", "S((SS(S(S(S", "S((((((S((S", "S(S(S((S(SS", "S(((((S(S(S", "S(SSSS((((S", "SSS((((SS(S", "S((((S((j(S", "S(Sq(S((((S", "SSSSSSSSSSS"], "shortest_path_length": 8, "start": "j", "goal": "q", "wall": "S", "path": "(", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "q",
"grid": [
"SSSSSSSSSSS",
"S((((S((((S",
"S((SS(S(S(S",
"S((((((S((S",
"S(S(S((S(SS",
"S(((((S(S(S",
"S(SSSS((((S",
"SSS((((SS(S",
"S((((S((j(S",
"S(Sq(S((((S",
"SSSSSSSSSSS"
],
"grid_size": 11,
"path": "(",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 4,
"start": "j",
"wall": "S"
} |
reasoning_gym_maze_DDtXIpYl | reasoning_gym | Navigate from 'F' (start) to '#' (goal):
```
qqqqqqqqqqq
qwqwFwwwqwq
qqwwwqwqqwq
qqwqwwwwwwq
qwwwwwwwwwq
qwwwwqqqwqq
qqwqqwwwqwq
qwwqwwqqqqq
qq#wwwwwqqq
qqqwwwwqqwq
qqqqqqqqqqq
```
Legend: 'q' = Wall, 'w' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'F' (start) to '#' (goal):\n\n```\nqqqqqqqqqqq\nqwqwFwwwqwq\nqqwwwqwqqwq\nqqwqwwwwwwq\nqwwwwwwwwwq\nqwwwwqqqwqq\nqqwqqwwwqwq\nqwwqwwqqqqq\nqq#wwwwwqqq\nqqqwwwwqqwq\nqqqqqqqqqqq\n```\nLegend: 'q' = Wall, 'w' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 5, "grid_size": 11, "grid": ["qqqqqqqqqqq", "qwqwFwwwqwq", "qqwwwqwqqwq", "qqwqwwwwwwq", "qwwwwwwwwwq", "qwwwwqqqwqq", "qqwqqwwwqwq", "qwwqwwqqqqq", "qq#wwwwwqqq", "qqqwwwwqqwq", "qqqqqqqqqqq"], "shortest_path_length": 9, "start": "F", "goal": "#", "wall": "q", "path": "w", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "#",
"grid": [
"qqqqqqqqqqq",
"qwqwFwwwqwq",
"qqwwwqwqqwq",
"qqwqwwwwwwq",
"qwwwwwwwwwq",
"qwwwwqqqwqq",
"qqwqqwwwqwq",
"qwwqwwqqqqq",
"qq#wwwwwqqq",
"qqqwwwwqqwq",
"qqqqqqqqqqq"
],
"grid_size": 11,
"path": "w",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 5,
"start": "F",
"wall": "q"
} |
reasoning_gym_maze_h3oCMgx7 | reasoning_gym | Navigate from 'R' (start) to '\' (goal):
```
'''''''
'____''
'_'R__'
'_'_'''
''___''
'\_''''
'''''''
```
Legend: ''' = Wall, '_' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'R' (start) to '\\' (goal):\n\n```\n'''''''\n'____''\n'_'R__'\n'_'_'''\n''___''\n'\\_''''\n'''''''\n```\nLegend: ''' = Wall, '_' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 6, "grid_size": 7, "grid": ["'''''''", "'____''", "'_'R__'", "'_'_'''", "''___''", "'\\_''''", "'''''''"], "shortest_path_length": 5, "start": "R", "goal": "\\", "wall": "'", "path": "_", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "\\",
"grid": [
"'''''''",
"'____''",
"'_'R__'",
"'_'_'''",
"''___''",
"'\\_''''",
"'''''''"
],
"grid_size": 7,
"path": "_",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 6,
"start": "R",
"wall": "'"
} |
reasoning_gym_maze_pP3GHqPF | reasoning_gym | Navigate from 'g' (start) to '%' (goal):
```
nnnnnnnnnnnn
n&nnn&&&&&nn
n&n&&&n&&&&n
n&&&n&&&n&nn
nn%n&&n&nnnn
n&&&&&&&&&nn
n&&&&n&&nnnn
nn&&n&&&&&&n
n&&&n&g&n&&n
n&&nn&&&&&&n
n&&&nnn&nn&n
nnnnnnnnnnnn
```
Legend: 'n' = Wall, '&' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'g' (start) to '%' (goal):\n\n```\nnnnnnnnnnnnn\nn&nnn&&&&&nn\nn&n&&&n&&&&n\nn&&&n&&&n&nn\nnn%n&&n&nnnn\nn&&&&&&&&&nn\nn&&&&n&&nnnn\nnn&&n&&&&&&n\nn&&&n&g&n&&n\nn&&nn&&&&&&n\nn&&&nnn&nn&n\nnnnnnnnnnnnn\n```\nLegend: 'n' = Wall, '&' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 7, "grid_size": 12, "grid": ["nnnnnnnnnnnn", "n&nnn&&&&&nn", "n&n&&&n&&&&n", "n&&&n&&&n&nn", "nn%n&&n&nnnn", "n&&&&&&&&&nn", "n&&&&n&&nnnn", "nn&&n&&&&&&n", "n&&&n&g&n&&n", "n&&nn&&&&&&n", "n&&&nnn&nn&n", "nnnnnnnnnnnn"], "shortest_path_length": 8, "start": "g", "goal": "%", "wall": "n", "path": "&", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "%",
"grid": [
"nnnnnnnnnnnn",
"n&nnn&&&&&nn",
"n&n&&&n&&&&n",
"n&&&n&&&n&nn",
"nn%n&&n&nnnn",
"n&&&&&&&&&nn",
"n&&&&n&&nnnn",
"nn&&n&&&&&&n",
"n&&&n&g&n&&n",
"n&&nn&&&&&&n",
"n&&&nnn&nn&n",
"nnnnnnnnnnnn"
],
"grid_size": 12,
"path": "&",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 7,
"start": "g",
"wall": "n"
} |
reasoning_gym_maze_JyRGwsjG | reasoning_gym | Navigate from '(' (start) to 'S' (goal):
```
eeeeeeee
eJeJJSJe
eeJJJeJe
eeJJJJJe
eJJJJeJe
eJJe(JJe
eJJJeJJe
eeeeeeee
```
Legend: 'e' = Wall, 'J' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from '(' (start) to 'S' (goal):\n\n```\neeeeeeee\neJeJJSJe\neeJJJeJe\neeJJJJJe\neJJJJeJe\neJJe(JJe\neJJJeJJe\neeeeeeee\n```\nLegend: 'e' = Wall, 'J' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 8, "grid_size": 8, "grid": ["eeeeeeee", "eJeJJSJe", "eeJJJeJe", "eeJJJJJe", "eJJJJeJe", "eJJe(JJe", "eJJJeJJe", "eeeeeeee"], "shortest_path_length": 5, "start": "(", "goal": "S", "wall": "e", "path": "J", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "S",
"grid": [
"eeeeeeee",
"eJeJJSJe",
"eeJJJeJe",
"eeJJJJJe",
"eJJJJeJe",
"eJJe(JJe",
"eJJJeJJe",
"eeeeeeee"
],
"grid_size": 8,
"path": "J",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 8,
"start": "(",
"wall": "e"
} |
reasoning_gym_maze_A8skl5Sr | reasoning_gym | Navigate from 'Y' (start) to '+' (goal):
```
ddddddddddd
d6d6666666d
d6d6d+d6d6d
dd666666d6d
d666d6dd66d
dd666666dYd
d666dd666dd
d66d6666d6d
d6d666d66dd
ddd6666d66d
ddddddddddd
```
Legend: 'd' = Wall, '6' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'Y' (start) to '+' (goal):\n\n```\nddddddddddd\nd6d6666666d\nd6d6d+d6d6d\ndd666666d6d\nd666d6dd66d\ndd666666dYd\nd666dd666dd\nd66d6666d6d\nd6d666d66dd\nddd6666d66d\nddddddddddd\n```\nLegend: 'd' = Wall, '6' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 9, "grid_size": 11, "grid": ["ddddddddddd", "d6d6666666d", "d6d6d+d6d6d", "dd666666d6d", "d666d6dd66d", "dd666666dYd", "d666dd666dd", "d66d6666d6d", "d6d666d66dd", "ddd6666d66d", "ddddddddddd"], "shortest_path_length": 9, "start": "Y", "goal": "+", "wall": "d", "path": "6", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "+",
"grid": [
"ddddddddddd",
"d6d6666666d",
"d6d6d+d6d6d",
"dd666666d6d",
"d666d6dd66d",
"dd666666dYd",
"d666dd666dd",
"d66d6666d6d",
"d6d666d66dd",
"ddd6666d66d",
"ddddddddddd"
],
"grid_size": 11,
"path": "6",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 9,
"start": "Y",
"wall": "d"
} |
reasoning_gym_maze_IpUWCS2s | reasoning_gym | Navigate from 'l' (start) to 'b' (goal):
```
888888888
8OOOOO888
8OlOO8OO8
8OOOO8OO8
8OOOOO8O8
8O8O8O8O8
88OO8ObO8
888OOO8O8
888888888
```
Legend: '8' = Wall, 'O' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'l' (start) to 'b' (goal):\n\n```\n888888888\n8OOOOO888\n8OlOO8OO8\n8OOOO8OO8\n8OOOOO8O8\n8O8O8O8O8\n88OO8ObO8\n888OOO8O8\n888888888\n```\nLegend: '8' = Wall, 'O' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 10, "grid_size": 9, "grid": ["888888888", "8OOOOO888", "8OlOO8OO8", "8OOOO8OO8", "8OOOOO8O8", "8O8O8O8O8", "88OO8ObO8", "888OOO8O8", "888888888"], "shortest_path_length": 8, "start": "l", "goal": "b", "wall": "8", "path": "O", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "b",
"grid": [
"888888888",
"8OOOOO888",
"8OlOO8OO8",
"8OOOO8OO8",
"8OOOOO8O8",
"8O8O8O8O8",
"88OO8ObO8",
"888OOO8O8",
"888888888"
],
"grid_size": 9,
"path": "O",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 10,
"start": "l",
"wall": "8"
} |
reasoning_gym_maze_dXyLhTrN | reasoning_gym | Navigate from 'g' (start) to ':' (goal):
```
DDDDDD
DJJJ:D
DJJDJD
DDJJJD
DgJDDD
DDDDDD
```
Legend: 'D' = Wall, 'J' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'g' (start) to ':' (goal):\n\n```\nDDDDDD\nDJJJ:D\nDJJDJD\nDDJJJD\nDgJDDD\nDDDDDD\n```\nLegend: 'D' = Wall, 'J' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 11, "grid_size": 6, "grid": ["DDDDDD", "DJJJ:D", "DJJDJD", "DDJJJD", "DgJDDD", "DDDDDD"], "shortest_path_length": 6, "start": "g", "goal": ":", "wall": "D", "path": "J", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": ":",
"grid": [
"DDDDDD",
"DJJJ:D",
"DJJDJD",
"DDJJJD",
"DgJDDD",
"DDDDDD"
],
"grid_size": 6,
"path": "J",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 11,
"start": "g",
"wall": "D"
} |
reasoning_gym_maze_4IsVfspB | reasoning_gym | Navigate from ';' (start) to 'y' (goal):
```
,,,,,,,,,,,,,
,CC,,CCCCCCC,
,,CC,CCCCC,C,
,,C,,C,,CCCC,
,CC,,C,,C,CC,
,CCC,CCCCCCC,
,C,CC;CCC,,C,
,CC,CCC,,CCC,
,,CC,,CCC,,C,
,Cy,CC,CCC,C,
,C,CC,,,CCCC,
,CCCCCCC,CCC,
,,,,,,,,,,,,,
```
Legend: ',' = Wall, 'C' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from ';' (start) to 'y' (goal):\n\n```\n,,,,,,,,,,,,,\n,CC,,CCCCCCC,\n,,CC,CCCCC,C,\n,,C,,C,,CCCC,\n,CC,,C,,C,CC,\n,CCC,CCCCCCC,\n,C,CC;CCC,,C,\n,CC,CCC,,CCC,\n,,CC,,CCC,,C,\n,Cy,CC,CCC,C,\n,C,CC,,,CCCC,\n,CCCCCCC,CCC,\n,,,,,,,,,,,,,\n```\nLegend: ',' = Wall, 'C' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 12, "grid_size": 13, "grid": [",,,,,,,,,,,,,", ",CC,,CCCCCCC,", ",,CC,CCCCC,C,", ",,C,,C,,CCCC,", ",CC,,C,,C,CC,", ",CCC,CCCCCCC,", ",C,CC;CCC,,C,", ",CC,CCC,,CCC,", ",,CC,,CCC,,C,", ",Cy,CC,CCC,C,", ",C,CC,,,CCCC,", ",CCCCCCC,CCC,", ",,,,,,,,,,,,,"], "shortest_path_length": 10, "start": ";", "goal": "y", "wall": ",", "path": "C", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "y",
"grid": [
",,,,,,,,,,,,,",
",CC,,CCCCCCC,",
",,CC,CCCCC,C,",
",,C,,C,,CCCC,",
",CC,,C,,C,CC,",
",CCC,CCCCCCC,",
",C,CC;CCC,,C,",
",CC,CCC,,CCC,",
",,CC,,CCC,,C,",
",Cy,CC,CCC,C,",
",C,CC,,,CCCC,",
",CCCCCCC,CCC,",
",,,,,,,,,,,,,"
],
"grid_size": 13,
"path": "C",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 12,
"start": ";",
"wall": ","
} |
reasoning_gym_maze_AhXEVO9c | reasoning_gym | Navigate from ']' (start) to 'J' (goal):
```
PPPPPPPPP
P;];;;;PP
P;;;;;;PP
PP;P;;;PP
PP;P;P;;P
P;;;;P;;P
P;;P;;;PP
P;J;;;P;P
PPPPPPPPP
```
Legend: 'P' = Wall, ';' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from ']' (start) to 'J' (goal):\n\n```\nPPPPPPPPP\nP;];;;;PP\nP;;;;;;PP\nPP;P;;;PP\nPP;P;P;;P\nP;;;;P;;P\nP;;P;;;PP\nP;J;;;P;P\nPPPPPPPPP\n```\nLegend: 'P' = Wall, ';' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 13, "grid_size": 9, "grid": ["PPPPPPPPP", "P;];;;;PP", "P;;;;;;PP", "PP;P;;;PP", "PP;P;P;;P", "P;;;;P;;P", "P;;P;;;PP", "P;J;;;P;P", "PPPPPPPPP"], "shortest_path_length": 6, "start": "]", "goal": "J", "wall": "P", "path": ";", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "J",
"grid": [
"PPPPPPPPP",
"P;];;;;PP",
"P;;;;;;PP",
"PP;P;;;PP",
"PP;P;P;;P",
"P;;;;P;;P",
"P;;P;;;PP",
"P;J;;;P;P",
"PPPPPPPPP"
],
"grid_size": 9,
"path": ";",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 13,
"start": "]",
"wall": "P"
} |
reasoning_gym_maze_KaByzc3p | reasoning_gym | Navigate from 'M' (start) to '7' (goal):
```
LLLLLLLLL
LLL555LLL
L555LL5LL
L5L5555LL
LL5LLL75L
LM555555L
L5555LL5L
LL5LLL55L
LLLLLLLLL
```
Legend: 'L' = Wall, '5' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'M' (start) to '7' (goal):\n\n```\nLLLLLLLLL\nLLL555LLL\nL555LL5LL\nL5L5555LL\nLL5LLL75L\nLM555555L\nL5555LL5L\nLL5LLL55L\nLLLLLLLLL\n```\nLegend: 'L' = Wall, '5' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 14, "grid_size": 9, "grid": ["LLLLLLLLL", "LLL555LLL", "L555LL5LL", "L5L5555LL", "LL5LLL75L", "LM555555L", "L5555LL5L", "LL5LLL55L", "LLLLLLLLL"], "shortest_path_length": 6, "start": "M", "goal": "7", "wall": "L", "path": "5", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "7",
"grid": [
"LLLLLLLLL",
"LLL555LLL",
"L555LL5LL",
"L5L5555LL",
"LL5LLL75L",
"LM555555L",
"L5555LL5L",
"LL5LLL55L",
"LLLLLLLLL"
],
"grid_size": 9,
"path": "5",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 14,
"start": "M",
"wall": "L"
} |
reasoning_gym_maze_2I6sRWLs | reasoning_gym | Navigate from 'I' (start) to '5' (goal):
```
KKKKKKKKKKKKKK
K_KK_____K__KK
K___KKKKK_KKKK
K___K______K_K
KK__KKK_K_K__K
KKK_K_____K_KK
K_____K__K_K_K
K__K_K___5__KK
K__K____K____K
KK__K_K___K__K
K_K___KI__KK_K
KKK__K_K___K_K
K_K__KK____KKK
KKKKKKKKKKKKKK
```
Legend: 'K' = Wall, '_' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'I' (start) to '5' (goal):\n\n```\nKKKKKKKKKKKKKK\nK_KK_____K__KK\nK___KKKKK_KKKK\nK___K______K_K\nKK__KKK_K_K__K\nKKK_K_____K_KK\nK_____K__K_K_K\nK__K_K___5__KK\nK__K____K____K\nKK__K_K___K__K\nK_K___KI__KK_K\nKKK__K_K___K_K\nK_K__KK____KKK\nKKKKKKKKKKKKKK\n```\nLegend: 'K' = Wall, '_' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 15, "grid_size": 14, "grid": ["KKKKKKKKKKKKKK", "K_KK_____K__KK", "K___KKKKK_KKKK", "K___K______K_K", "KK__KKK_K_K__K", "KKK_K_____K_KK", "K_____K__K_K_K", "K__K_K___5__KK", "K__K____K____K", "KK__K_K___K__K", "K_K___KI__KK_K", "KKK__K_K___K_K", "K_K__KK____KKK", "KKKKKKKKKKKKKK"], "shortest_path_length": 5, "start": "I", "goal": "5", "wall": "K", "path": "_", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "5",
"grid": [
"KKKKKKKKKKKKKK",
"K_KK_____K__KK",
"K___KKKKK_KKKK",
"K___K______K_K",
"KK__KKK_K_K__K",
"KKK_K_____K_KK",
"K_____K__K_K_K",
"K__K_K___5__KK",
"K__K____K____K",
"KK__K_K___K__K",
"K_K___KI__KK_K",
"KKK__K_K___K_K",
"K_K__KK____KKK",
"KKKKKKKKKKKKKK"
],
"grid_size": 14,
"path": "_",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 15,
"start": "I",
"wall": "K"
} |
reasoning_gym_maze_tfXs8Myj | reasoning_gym | Navigate from 'K' (start) to 'g' (goal):
```
dddddddd
dMMddddd
dMdddMgd
dMMdMdMd
ddMdMMMd
dKMMMdMd
dMMdMMMd
dddddddd
```
Legend: 'd' = Wall, 'M' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'K' (start) to 'g' (goal):\n\n```\ndddddddd\ndMMddddd\ndMdddMgd\ndMMdMdMd\nddMdMMMd\ndKMMMdMd\ndMMdMMMd\ndddddddd\n```\nLegend: 'd' = Wall, 'M' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 16, "grid_size": 8, "grid": ["dddddddd", "dMMddddd", "dMdddMgd", "dMMdMdMd", "ddMdMMMd", "dKMMMdMd", "dMMdMMMd", "dddddddd"], "shortest_path_length": 8, "start": "K", "goal": "g", "wall": "d", "path": "M", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "g",
"grid": [
"dddddddd",
"dMMddddd",
"dMdddMgd",
"dMMdMdMd",
"ddMdMMMd",
"dKMMMdMd",
"dMMdMMMd",
"dddddddd"
],
"grid_size": 8,
"path": "M",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 16,
"start": "K",
"wall": "d"
} |
reasoning_gym_maze_QIGTKYSd | reasoning_gym | Navigate from '=' (start) to '-' (goal):
```
88888888888
8......8..8
8..88.8..88
8...8.....8
88.8.....88
88.8......8
8.8.....888
8....-.88.8
8.88.....88
8=....88..8
88888888888
```
Legend: '8' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '=' (start) to '-' (goal):\n\n```\n88888888888\n8......8..8\n8..88.8..88\n8...8.....8\n88.8.....88\n88.8......8\n8.8.....888\n8....-.88.8\n8.88.....88\n8=....88..8\n88888888888\n```\nLegend: '8' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 17, "grid_size": 11, "grid": ["88888888888", "8......8..8", "8..88.8..88", "8...8.....8", "88.8.....88", "88.8......8", "8.8.....888", "8....-.88.8", "8.88.....88", "8=....88..8", "88888888888"], "shortest_path_length": 6, "start": "=", "goal": "-", "wall": "8", "path": ".", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "-",
"grid": [
"88888888888",
"8......8..8",
"8..88.8..88",
"8...8.....8",
"88.8.....88",
"88.8......8",
"8.8.....888",
"8....-.88.8",
"8.88.....88",
"8=....88..8",
"88888888888"
],
"grid_size": 11,
"path": ".",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 17,
"start": "=",
"wall": "8"
} |
reasoning_gym_maze_ZXm3mMEr | reasoning_gym | Navigate from ''' (start) to 't' (goal):
```
LLLLLLLLL
LL5L55LLL
L555LL55L
L55L5L55L
L5L'55L5L
L55L55L5L
LLt55555L
LL555555L
LLLLLLLLL
```
Legend: 'L' = Wall, '5' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from ''' (start) to 't' (goal):\n\n```\nLLLLLLLLL\nLL5L55LLL\nL555LL55L\nL55L5L55L\nL5L'55L5L\nL55L55L5L\nLLt55555L\nLL555555L\nLLLLLLLLL\n```\nLegend: 'L' = Wall, '5' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 18, "grid_size": 9, "grid": ["LLLLLLLLL", "LL5L55LLL", "L555LL55L", "L55L5L55L", "L5L'55L5L", "L55L55L5L", "LLt55555L", "LL555555L", "LLLLLLLLL"], "shortest_path_length": 5, "start": "'", "goal": "t", "wall": "L", "path": "5", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "t",
"grid": [
"LLLLLLLLL",
"LL5L55LLL",
"L555LL55L",
"L55L5L55L",
"L5L'55L5L",
"L55L55L5L",
"LLt55555L",
"LL555555L",
"LLLLLLLLL"
],
"grid_size": 9,
"path": "5",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 18,
"start": "'",
"wall": "L"
} |
reasoning_gym_maze_SEsD9VvZ | reasoning_gym | Navigate from ',' (start) to 'y' (goal):
```
..........
.ss.ss.ss.
....sss.s.
.s...s..s.
...s.ssss.
.,.ss.sss.
.sss.s....
.sssssss..
.s.ssysss.
..........
```
Legend: '.' = Wall, 's' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from ',' (start) to 'y' (goal):\n\n```\n..........\n.ss.ss.ss.\n....sss.s.\n.s...s..s.\n...s.ssss.\n.,.ss.sss.\n.sss.s....\n.sssssss..\n.s.ssysss.\n..........\n```\nLegend: '.' = Wall, 's' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 19, "grid_size": 10, "grid": ["..........", ".ss.ss.ss.", "....sss.s.", ".s...s..s.", "...s.ssss.", ".,.ss.sss.", ".sss.s....", ".sssssss..", ".s.ssysss.", ".........."], "shortest_path_length": 7, "start": ",", "goal": "y", "wall": ".", "path": "s", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "y",
"grid": [
"..........",
".ss.ss.ss.",
"....sss.s.",
".s...s..s.",
"...s.ssss.",
".,.ss.sss.",
".sss.s....",
".sssssss..",
".s.ssysss.",
".........."
],
"grid_size": 10,
"path": "s",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 19,
"start": ",",
"wall": "."
} |
reasoning_gym_maze_eFDCzRdb | reasoning_gym | Navigate from 's' (start) to 'e' (goal):
```
FFFFFFFFF
FfFFffffF
FffFfFFfF
FfFFFsffF
FFffffFfF
FFffffffF
FfFeFfFfF
FfffffFfF
FFFFFFFFF
```
Legend: 'F' = Wall, 'f' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 's' (start) to 'e' (goal):\n\n```\nFFFFFFFFF\nFfFFffffF\nFffFfFFfF\nFfFFFsffF\nFFffffFfF\nFFffffffF\nFfFeFfFfF\nFfffffFfF\nFFFFFFFFF\n```\nLegend: 'F' = Wall, 'f' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 20, "grid_size": 9, "grid": ["FFFFFFFFF", "FfFFffffF", "FffFfFFfF", "FfFFFsffF", "FFffffFfF", "FFffffffF", "FfFeFfFfF", "FfffffFfF", "FFFFFFFFF"], "shortest_path_length": 5, "start": "s", "goal": "e", "wall": "F", "path": "f", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "e",
"grid": [
"FFFFFFFFF",
"FfFFffffF",
"FffFfFFfF",
"FfFFFsffF",
"FFffffFfF",
"FFffffffF",
"FfFeFfFfF",
"FfffffFfF",
"FFFFFFFFF"
],
"grid_size": 9,
"path": "f",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 20,
"start": "s",
"wall": "F"
} |
reasoning_gym_maze_yf1jmjkA | reasoning_gym | Navigate from 'K' (start) to '/' (goal):
```
ccccccccccccccc
cWWWWcWWWWWcWWc
cWWWWWWWWWWccWc
cWWcWWcWWcWWWWc
cWWWccWWWWWWWWc
ccWccWcWWWWcWWc
ccWWcWWccWcccWc
ccWWcWWWWccWWWc
cWWWWWWcWWWWWWc
ccWcWcWWWWccWcc
cWcWWWWccWWWWWc
ccWWWWWcWWKWWWc
cWWWcccWWccWWWc
cWW/WWWWWWWWWWc
ccccccccccccccc
```
Legend: 'c' = Wall, 'W' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'K' (start) to '/' (goal):\n\n```\nccccccccccccccc\ncWWWWcWWWWWcWWc\ncWWWWWWWWWWccWc\ncWWcWWcWWcWWWWc\ncWWWccWWWWWWWWc\nccWccWcWWWWcWWc\nccWWcWWccWcccWc\nccWWcWWWWccWWWc\ncWWWWWWcWWWWWWc\nccWcWcWWWWccWcc\ncWcWWWWccWWWWWc\nccWWWWWcWWKWWWc\ncWWWcccWWccWWWc\ncWW/WWWWWWWWWWc\nccccccccccccccc\n```\nLegend: 'c' = Wall, 'W' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 21, "grid_size": 15, "grid": ["ccccccccccccccc", "cWWWWcWWWWWcWWc", "cWWWWWWWWWWccWc", "cWWcWWcWWcWWWWc", "cWWWccWWWWWWWWc", "ccWccWcWWWWcWWc", "ccWWcWWccWcccWc", "ccWWcWWWWccWWWc", "cWWWWWWcWWWWWWc", "ccWcWcWWWWccWcc", "cWcWWWWccWWWWWc", "ccWWWWWcWWKWWWc", "cWWWcccWWccWWWc", "cWW/WWWWWWWWWWc", "ccccccccccccccc"], "shortest_path_length": 9, "start": "K", "goal": "/", "wall": "c", "path": "W", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "/",
"grid": [
"ccccccccccccccc",
"cWWWWcWWWWWcWWc",
"cWWWWWWWWWWccWc",
"cWWcWWcWWcWWWWc",
"cWWWccWWWWWWWWc",
"ccWccWcWWWWcWWc",
"ccWWcWWccWcccWc",
"ccWWcWWWWccWWWc",
"cWWWWWWcWWWWWWc",
"ccWcWcWWWWccWcc",
"cWcWWWWccWWWWWc",
"ccWWWWWcWWKWWWc",
"cWWWcccWWccWWWc",
"cWW/WWWWWWWWWWc",
"ccccccccccccccc"
],
"grid_size": 15,
"path": "W",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 21,
"start": "K",
"wall": "c"
} |
reasoning_gym_maze_eXNT59wk | reasoning_gym | Navigate from 'b' (start) to 'l' (goal):
```
yyyyyyyyyyyyy
yy1y1111111yy
y1y111y1yy11y
yyy111yyyy11y
y1yy11l1y1y1y
y11111111yy1y
yy1y11yy111yy
y11y111111b1y
y1y11111y11yy
y1111y111111y
y1y1y11y1111y
y1y1y1111111y
yyyyyyyyyyyyy
```
Legend: 'y' = Wall, '1' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'b' (start) to 'l' (goal):\n\n```\nyyyyyyyyyyyyy\nyy1y1111111yy\ny1y111y1yy11y\nyyy111yyyy11y\ny1yy11l1y1y1y\ny11111111yy1y\nyy1y11yy111yy\ny11y111111b1y\ny1y11111y11yy\ny1111y111111y\ny1y1y11y1111y\ny1y1y1111111y\nyyyyyyyyyyyyy\n```\nLegend: 'y' = Wall, '1' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 22, "grid_size": 13, "grid": ["yyyyyyyyyyyyy", "yy1y1111111yy", "y1y111y1yy11y", "yyy111yyyy11y", "y1yy11l1y1y1y", "y11111111yy1y", "yy1y11yy111yy", "y11y111111b1y", "y1y11111y11yy", "y1111y111111y", "y1y1y11y1111y", "y1y1y1111111y", "yyyyyyyyyyyyy"], "shortest_path_length": 7, "start": "b", "goal": "l", "wall": "y", "path": "1", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "l",
"grid": [
"yyyyyyyyyyyyy",
"yy1y1111111yy",
"y1y111y1yy11y",
"yyy111yyyy11y",
"y1yy11l1y1y1y",
"y11111111yy1y",
"yy1y11yy111yy",
"y11y111111b1y",
"y1y11111y11yy",
"y1111y111111y",
"y1y1y11y1111y",
"y1y1y1111111y",
"yyyyyyyyyyyyy"
],
"grid_size": 13,
"path": "1",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 22,
"start": "b",
"wall": "y"
} |
reasoning_gym_maze_plfoKTdt | reasoning_gym | Navigate from 'b' (start) to 'N' (goal):
```
iiiiiiiiiiiiii
iEEiEEEiEEEEEi
iiiiEiEiEEEEEi
iiEEbEEEEEiEii
iEEEiEEiEiiEEi
iEiiiEEiEEEiEi
iiEEEEEEEEiiEi
iiEEEEEEiiEEEi
iEEEEEENEEiiEi
iEiEEiiEiiEEEi
iEEEiEiEEEiEEi
iEiEEiEEEEEEEi
iEEEEEEEiEEiEi
iiiiiiiiiiiiii
```
Legend: 'i' = Wall, 'E' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'b' (start) to 'N' (goal):\n\n```\niiiiiiiiiiiiii\niEEiEEEiEEEEEi\niiiiEiEiEEEEEi\niiEEbEEEEEiEii\niEEEiEEiEiiEEi\niEiiiEEiEEEiEi\niiEEEEEEEEiiEi\niiEEEEEEiiEEEi\niEEEEEENEEiiEi\niEiEEiiEiiEEEi\niEEEiEiEEEiEEi\niEiEEiEEEEEEEi\niEEEEEEEiEEiEi\niiiiiiiiiiiiii\n```\nLegend: 'i' = Wall, 'E' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 23, "grid_size": 14, "grid": ["iiiiiiiiiiiiii", "iEEiEEEiEEEEEi", "iiiiEiEiEEEEEi", "iiEEbEEEEEiEii", "iEEEiEEiEiiEEi", "iEiiiEEiEEEiEi", "iiEEEEEEEEiiEi", "iiEEEEEEiiEEEi", "iEEEEEENEEiiEi", "iEiEEiiEiiEEEi", "iEEEiEiEEEiEEi", "iEiEEiEEEEEEEi", "iEEEEEEEiEEiEi", "iiiiiiiiiiiiii"], "shortest_path_length": 8, "start": "b", "goal": "N", "wall": "i", "path": "E", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "N",
"grid": [
"iiiiiiiiiiiiii",
"iEEiEEEiEEEEEi",
"iiiiEiEiEEEEEi",
"iiEEbEEEEEiEii",
"iEEEiEEiEiiEEi",
"iEiiiEEiEEEiEi",
"iiEEEEEEEEiiEi",
"iiEEEEEEiiEEEi",
"iEEEEEENEEiiEi",
"iEiEEiiEiiEEEi",
"iEEEiEiEEEiEEi",
"iEiEEiEEEEEEEi",
"iEEEEEEEiEEiEi",
"iiiiiiiiiiiiii"
],
"grid_size": 14,
"path": "E",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 23,
"start": "b",
"wall": "i"
} |
reasoning_gym_maze_PAhi4kur | reasoning_gym | Navigate from 'R' (start) to '!' (goal):
```
BBBBBBBBBBBB
BB/////BB//B
B//B/B//BB/B
B//////////B
B//B/B/////B
B//B//B////B
BB/!/////RBB
B////B/B///B
BB/////////B
B////BB/B//B
B///B////B/B
BBBBBBBBBBBB
```
Legend: 'B' = Wall, '/' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'R' (start) to '!' (goal):\n\n```\nBBBBBBBBBBBB\nBB/////BB//B\nB//B/B//BB/B\nB//////////B\nB//B/B/////B\nB//B//B////B\nBB/!/////RBB\nB////B/B///B\nBB/////////B\nB////BB/B//B\nB///B////B/B\nBBBBBBBBBBBB\n```\nLegend: 'B' = Wall, '/' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 24, "grid_size": 12, "grid": ["BBBBBBBBBBBB", "BB/////BB//B", "B//B/B//BB/B", "B//////////B", "B//B/B/////B", "B//B//B////B", "BB/!/////RBB", "B////B/B///B", "BB/////////B", "B////BB/B//B", "B///B////B/B", "BBBBBBBBBBBB"], "shortest_path_length": 6, "start": "R", "goal": "!", "wall": "B", "path": "/", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "!",
"grid": [
"BBBBBBBBBBBB",
"BB/////BB//B",
"B//B/B//BB/B",
"B//////////B",
"B//B/B/////B",
"B//B//B////B",
"BB/!/////RBB",
"B////B/B///B",
"BB/////////B",
"B////BB/B//B",
"B///B////B/B",
"BBBBBBBBBBBB"
],
"grid_size": 12,
"path": "/",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 24,
"start": "R",
"wall": "B"
} |
reasoning_gym_maze_cWu7LuvM | reasoning_gym | Navigate from '{' (start) to 'I' (goal):
```
bbbbbbbbbb
b{jjjjjjjb
bbjjjjjjjb
bbjjbjbjjb
bjjIjbjjbb
bbbjbbjbjb
bjbbbjjjbb
bjjjbjjjjb
bbbjjjbjjb
bbbbbbbbbb
```
Legend: 'b' = Wall, 'j' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from '{' (start) to 'I' (goal):\n\n```\nbbbbbbbbbb\nb{jjjjjjjb\nbbjjjjjjjb\nbbjjbjbjjb\nbjjIjbjjbb\nbbbjbbjbjb\nbjbbbjjjbb\nbjjjbjjjjb\nbbbjjjbjjb\nbbbbbbbbbb\n```\nLegend: 'b' = Wall, 'j' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 25, "grid_size": 10, "grid": ["bbbbbbbbbb", "b{jjjjjjjb", "bbjjjjjjjb", "bbjjbjbjjb", "bjjIjbjjbb", "bbbjbbjbjb", "bjbbbjjjbb", "bjjjbjjjjb", "bbbjjjbjjb", "bbbbbbbbbb"], "shortest_path_length": 5, "start": "{", "goal": "I", "wall": "b", "path": "j", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "I",
"grid": [
"bbbbbbbbbb",
"b{jjjjjjjb",
"bbjjjjjjjb",
"bbjjbjbjjb",
"bjjIjbjjbb",
"bbbjbbjbjb",
"bjbbbjjjbb",
"bjjjbjjjjb",
"bbbjjjbjjb",
"bbbbbbbbbb"
],
"grid_size": 10,
"path": "j",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 25,
"start": "{",
"wall": "b"
} |
reasoning_gym_maze_UC3NBVUj | reasoning_gym | Navigate from 'l' (start) to 'R' (goal):
```
LLLLLLLLLLL
LLLNLLNNLRL
LNNNNLNNNNL
LLLLLNNNNNL
LLLLNNlNNNL
LLNNNNNNNNL
LNNLLLLNNNL
LLNNLNNLNLL
LNNNNNNNNLL
LNNNNNLLLLL
LLLLLLLLLLL
```
Legend: 'L' = Wall, 'N' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'l' (start) to 'R' (goal):\n\n```\nLLLLLLLLLLL\nLLLNLLNNLRL\nLNNNNLNNNNL\nLLLLLNNNNNL\nLLLLNNlNNNL\nLLNNNNNNNNL\nLNNLLLLNNNL\nLLNNLNNLNLL\nLNNNNNNNNLL\nLNNNNNLLLLL\nLLLLLLLLLLL\n```\nLegend: 'L' = Wall, 'N' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 26, "grid_size": 11, "grid": ["LLLLLLLLLLL", "LLLNLLNNLRL", "LNNNNLNNNNL", "LLLLLNNNNNL", "LLLLNNlNNNL", "LLNNNNNNNNL", "LNNLLLLNNNL", "LLNNLNNLNLL", "LNNNNNNNNLL", "LNNNNNLLLLL", "LLLLLLLLLLL"], "shortest_path_length": 6, "start": "l", "goal": "R", "wall": "L", "path": "N", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "R",
"grid": [
"LLLLLLLLLLL",
"LLLNLLNNLRL",
"LNNNNLNNNNL",
"LLLLLNNNNNL",
"LLLLNNlNNNL",
"LLNNNNNNNNL",
"LNNLLLLNNNL",
"LLNNLNNLNLL",
"LNNNNNNNNLL",
"LNNNNNLLLLL",
"LLLLLLLLLLL"
],
"grid_size": 11,
"path": "N",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 26,
"start": "l",
"wall": "L"
} |
reasoning_gym_maze_r8BjtRTB | reasoning_gym | Navigate from '|' (start) to 'Z' (goal):
```
SSSSSSSSSSSS
SUUUUSUUUUUS
SUSUSUUSSUUS
SUUUUUSUSSUS
SUUSSUSSUSSS
SUSUSSUSU|US
SUSUUUSUUSUS
SUUUUSUUUUUS
SUUUUUUSSUSS
SSUSUUSZUUUS
SSUSUSUUUUUS
SSSSSSSSSSSS
```
Legend: 'S' = Wall, 'U' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '|' (start) to 'Z' (goal):\n\n```\nSSSSSSSSSSSS\nSUUUUSUUUUUS\nSUSUSUUSSUUS\nSUUUUUSUSSUS\nSUUSSUSSUSSS\nSUSUSSUSU|US\nSUSUUUSUUSUS\nSUUUUSUUUUUS\nSUUUUUUSSUSS\nSSUSUUSZUUUS\nSSUSUSUUUUUS\nSSSSSSSSSSSS\n```\nLegend: 'S' = Wall, 'U' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 27, "grid_size": 12, "grid": ["SSSSSSSSSSSS", "SUUUUSUUUUUS", "SUSUSUUSSUUS", "SUUUUUSUSSUS", "SUUSSUSSUSSS", "SUSUSSUSU|US", "SUSUUUSUUSUS", "SUUUUSUUUUUS", "SUUUUUUSSUSS", "SSUSUUSZUUUS", "SSUSUSUUUUUS", "SSSSSSSSSSSS"], "shortest_path_length": 8, "start": "|", "goal": "Z", "wall": "S", "path": "U", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "Z",
"grid": [
"SSSSSSSSSSSS",
"SUUUUSUUUUUS",
"SUSUSUUSSUUS",
"SUUUUUSUSSUS",
"SUUSSUSSUSSS",
"SUSUSSUSU|US",
"SUSUUUSUUSUS",
"SUUUUSUUUUUS",
"SUUUUUUSSUSS",
"SSUSUUSZUUUS",
"SSUSUSUUUUUS",
"SSSSSSSSSSSS"
],
"grid_size": 12,
"path": "U",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 27,
"start": "|",
"wall": "S"
} |
reasoning_gym_maze_QaKRjl1a | reasoning_gym | Navigate from 'L' (start) to 'A' (goal):
```
]]]]]]]
]]].].]
]A.]..]
]]..].]
]]....]
]..L.]]
]]]]]]]
```
Legend: ']' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'L' (start) to 'A' (goal):\n\n```\n]]]]]]]\n]]].].]\n]A.]..]\n]]..].]\n]]....]\n]..L.]]\n]]]]]]]\n```\nLegend: ']' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 28, "grid_size": 7, "grid": ["]]]]]]]", "]]].].]", "]A.]..]", "]]..].]", "]]....]", "]..L.]]", "]]]]]]]"], "shortest_path_length": 5, "start": "L", "goal": "A", "wall": "]", "path": ".", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "A",
"grid": [
"]]]]]]]",
"]]].].]",
"]A.]..]",
"]]..].]",
"]]....]",
"]..L.]]",
"]]]]]]]"
],
"grid_size": 7,
"path": ".",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 28,
"start": "L",
"wall": "]"
} |
reasoning_gym_maze_y5OicNL7 | reasoning_gym | Navigate from 'q' (start) to '#' (goal):
```
RRRRRRR
R#RR.RR
R.....R
R.....R
R..R..R
R....qR
RRRRRRR
```
Legend: 'R' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'q' (start) to '#' (goal):\n\n```\nRRRRRRR\nR#RR.RR\nR.....R\nR.....R\nR..R..R\nR....qR\nRRRRRRR\n```\nLegend: 'R' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 29, "grid_size": 7, "grid": ["RRRRRRR", "R#RR.RR", "R.....R", "R.....R", "R..R..R", "R....qR", "RRRRRRR"], "shortest_path_length": 8, "start": "q", "goal": "#", "wall": "R", "path": ".", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "#",
"grid": [
"RRRRRRR",
"R#RR.RR",
"R.....R",
"R.....R",
"R..R..R",
"R....qR",
"RRRRRRR"
],
"grid_size": 7,
"path": ".",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 29,
"start": "q",
"wall": "R"
} |
reasoning_gym_maze_AXu8DBXu | reasoning_gym | Navigate from 'j' (start) to '>' (goal):
```
bbbbbbbbbbbbbbb
bybbbyybyybyybb
bybyyyybyyyyybb
byyyyyyyyyyyybb
bbyyyyybbyyyybb
byyyybyyybyybyb
bybybyybbyyybbb
bbybyybybybbyyb
bbyyyyybyyyyybb
bbyybyyybybyyyb
byybyyyyyyyyybb
byybyyybbyyyyyb
bybyyybybyybbbb
bbyybjyyyyy>yyb
bbbbbbbbbbbbbbb
```
Legend: 'b' = Wall, 'y' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'j' (start) to '>' (goal):\n\n```\nbbbbbbbbbbbbbbb\nbybbbyybyybyybb\nbybyyyybyyyyybb\nbyyyyyyyyyyyybb\nbbyyyyybbyyyybb\nbyyyybyyybyybyb\nbybybyybbyyybbb\nbbybyybybybbyyb\nbbyyyyybyyyyybb\nbbyybyyybybyyyb\nbyybyyyyyyyyybb\nbyybyyybbyyyyyb\nbybyyybybyybbbb\nbbyybjyyyyy>yyb\nbbbbbbbbbbbbbbb\n```\nLegend: 'b' = Wall, 'y' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 30, "grid_size": 15, "grid": ["bbbbbbbbbbbbbbb", "bybbbyybyybyybb", "bybyyyybyyyyybb", "byyyyyyyyyyyybb", "bbyyyyybbyyyybb", "byyyybyyybyybyb", "bybybyybbyyybbb", "bbybyybybybbyyb", "bbyyyyybyyyyybb", "bbyybyyybybyyyb", "byybyyyyyyyyybb", "byybyyybbyyyyyb", "bybyyybybyybbbb", "bbyybjyyyyy>yyb", "bbbbbbbbbbbbbbb"], "shortest_path_length": 6, "start": "j", "goal": ">", "wall": "b", "path": "y", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": ">",
"grid": [
"bbbbbbbbbbbbbbb",
"bybbbyybyybyybb",
"bybyyyybyyyyybb",
"byyyyyyyyyyyybb",
"bbyyyyybbyyyybb",
"byyyybyyybyybyb",
"bybybyybbyyybbb",
"bbybyybybybbyyb",
"bbyyyyybyyyyybb",
"bbyybyyybybyyyb",
"byybyyyyyyyyybb",
"byybyyybbyyyyyb",
"bybyyybybyybbbb",
"bbyybjyyyyy>yyb",
"bbbbbbbbbbbbbbb"
],
"grid_size": 15,
"path": "y",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 30,
"start": "j",
"wall": "b"
} |
reasoning_gym_maze_tJEfsLUw | reasoning_gym | Navigate from 'A' (start) to '8' (goal):
```
@@@@@@@@@@@@@@
@<<<@<<<<<<<<@
@<<<<<<<@@<<<@
@<<<<<<<@@<@@@
@@<@<<@<<<<@@@
@<<<@<@<<<@<<@
@<<<@<@<8@<<<@
@@<@@@<@<<<<<@
@<@@<<@<@<@@<@
@<<<<@@<@@<@<@
@<@<<<<<@<<A<@
@<<<<<<@@<<@@@
@<@<@<<<<@<<<@
@@@@@@@@@@@@@@
```
Legend: '@' = Wall, '<' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'A' (start) to '8' (goal):\n\n```\n@@@@@@@@@@@@@@\n@<<<@<<<<<<<<@\n@<<<<<<<@@<<<@\n@<<<<<<<@@<@@@\n@@<@<<@<<<<@@@\n@<<<@<@<<<@<<@\n@<<<@<@<8@<<<@\n@@<@@@<@<<<<<@\n@<@@<<@<@<@@<@\n@<<<<@@<@@<@<@\n@<@<<<<<@<<A<@\n@<<<<<<@@<<@@@\n@<@<@<<<<@<<<@\n@@@@@@@@@@@@@@\n```\nLegend: '@' = Wall, '<' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 31, "grid_size": 14, "grid": ["@@@@@@@@@@@@@@", "@<<<@<<<<<<<<@", "@<<<<<<<@@<<<@", "@<<<<<<<@@<@@@", "@@<@<<@<<<<@@@", "@<<<@<@<<<@<<@", "@<<<@<@<8@<<<@", "@@<@@@<@<<<<<@", "@<@@<<@<@<@@<@", "@<<<<@@<@@<@<@", "@<@<<<<<@<<A<@", "@<<<<<<@@<<@@@", "@<@<@<<<<@<<<@", "@@@@@@@@@@@@@@"], "shortest_path_length": 9, "start": "A", "goal": "8", "wall": "@", "path": "<", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "8",
"grid": [
"@@@@@@@@@@@@@@",
"@<<<@<<<<<<<<@",
"@<<<<<<<@@<<<@",
"@<<<<<<<@@<@@@",
"@@<@<<@<<<<@@@",
"@<<<@<@<<<@<<@",
"@<<<@<@<8@<<<@",
"@@<@@@<@<<<<<@",
"@<@@<<@<@<@@<@",
"@<<<<@@<@@<@<@",
"@<@<<<<<@<<A<@",
"@<<<<<<@@<<@@@",
"@<@<@<<<<@<<<@",
"@@@@@@@@@@@@@@"
],
"grid_size": 14,
"path": "<",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 31,
"start": "A",
"wall": "@"
} |
reasoning_gym_maze_Aypln8qD | reasoning_gym | Navigate from '%' (start) to 'z' (goal):
```
((((((((((
(3333((3((
((3(3(333(
(3(333(33(
(3(3((33((
((3333333(
(3((333z3(
(33(33(33(
(((3%(333(
((((((((((
```
Legend: '(' = Wall, '3' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from '%' (start) to 'z' (goal):\n\n```\n((((((((((\n(3333((3((\n((3(3(333(\n(3(333(33(\n(3(3((33((\n((3333333(\n(3((333z3(\n(33(33(33(\n(((3%(333(\n((((((((((\n```\nLegend: '(' = Wall, '3' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 32, "grid_size": 10, "grid": ["((((((((((", "(3333((3((", "((3(3(333(", "(3(333(33(", "(3(3((33((", "((3333333(", "(3((333z3(", "(33(33(33(", "(((3%(333(", "(((((((((("], "shortest_path_length": 5, "start": "%", "goal": "z", "wall": "(", "path": "3", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "z",
"grid": [
"((((((((((",
"(3333((3((",
"((3(3(333(",
"(3(333(33(",
"(3(3((33((",
"((3333333(",
"(3((333z3(",
"(33(33(33(",
"(((3%(333(",
"(((((((((("
],
"grid_size": 10,
"path": "3",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 32,
"start": "%",
"wall": "("
} |
reasoning_gym_maze_vxR4iNaB | reasoning_gym | Navigate from '$' (start) to 'Q' (goal):
```
bbbbbbbbbbbbb
bb``````````b
b`````b``bbbb
bb````b````bb
bb```bb`````b
b`bb```b`b``b
b``Q````bbb`b
b`````b`b```b
bb```b``bb``b
bbbb```bb`b`b
bb```````bb`b
b$````b````bb
bbbbbbbbbbbbb
```
Legend: 'b' = Wall, '`' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from '$' (start) to 'Q' (goal):\n\n```\nbbbbbbbbbbbbb\nbb``````````b\nb`````b``bbbb\nbb````b````bb\nbb```bb`````b\nb`bb```b`b``b\nb``Q````bbb`b\nb`````b`b```b\nbb```b``bb``b\nbbbb```bb`b`b\nbb```````bb`b\nb$````b````bb\nbbbbbbbbbbbbb\n```\nLegend: 'b' = Wall, '`' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 33, "grid_size": 13, "grid": ["bbbbbbbbbbbbb", "bb``````````b", "b`````b``bbbb", "bb````b````bb", "bb```bb`````b", "b`bb```b`b``b", "b``Q````bbb`b", "b`````b`b```b", "bb```b``bb``b", "bbbb```bb`b`b", "bb```````bb`b", "b$````b````bb", "bbbbbbbbbbbbb"], "shortest_path_length": 9, "start": "$", "goal": "Q", "wall": "b", "path": "`", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "Q",
"grid": [
"bbbbbbbbbbbbb",
"bb``````````b",
"b`````b``bbbb",
"bb````b````bb",
"bb```bb`````b",
"b`bb```b`b``b",
"b``Q````bbb`b",
"b`````b`b```b",
"bb```b``bb``b",
"bbbb```bb`b`b",
"bb```````bb`b",
"b$````b````bb",
"bbbbbbbbbbbbb"
],
"grid_size": 13,
"path": "`",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 33,
"start": "$",
"wall": "b"
} |
reasoning_gym_maze_fh56mcct | reasoning_gym | Navigate from 'o' (start) to '}' (goal):
```
@@@@@@@@@
@NN@NNN@@
@@NNNN@@@
@N@N@N@o@
@@NNN@NN@
@@N@@NN@@
@N@N}N@N@
@NN@NNN@@
@@@@@@@@@
```
Legend: '@' = Wall, 'N' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'o' (start) to '}' (goal):\n\n```\n@@@@@@@@@\n@NN@NNN@@\n@@NNNN@@@\n@N@N@N@o@\n@@NNN@NN@\n@@N@@NN@@\n@N@N}N@N@\n@NN@NNN@@\n@@@@@@@@@\n```\nLegend: '@' = Wall, 'N' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 34, "grid_size": 9, "grid": ["@@@@@@@@@", "@NN@NNN@@", "@@NNNN@@@", "@N@N@N@o@", "@@NNN@NN@", "@@N@@NN@@", "@N@N}N@N@", "@NN@NNN@@", "@@@@@@@@@"], "shortest_path_length": 6, "start": "o", "goal": "}", "wall": "@", "path": "N", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "}",
"grid": [
"@@@@@@@@@",
"@NN@NNN@@",
"@@NNNN@@@",
"@N@N@N@o@",
"@@NNN@NN@",
"@@N@@NN@@",
"@N@N}N@N@",
"@NN@NNN@@",
"@@@@@@@@@"
],
"grid_size": 9,
"path": "N",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 34,
"start": "o",
"wall": "@"
} |
reasoning_gym_maze_tkG3WGgm | reasoning_gym | Navigate from '.' (start) to '8' (goal):
```
eeeeeeeeee
eQQQQeQQee
eQQQeQQeQe
eQQQQeeeee
e8eQQeQQQe
eQeeQQeQQe
eQeQQ.eeee
eQQeQeQeQe
eQeQeQQQQe
eeeeeeeeee
```
Legend: 'e' = Wall, 'Q' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '.' (start) to '8' (goal):\n\n```\neeeeeeeeee\neQQQQeQQee\neQQQeQQeQe\neQQQQeeeee\ne8eQQeQQQe\neQeeQQeQQe\neQeQQ.eeee\neQQeQeQeQe\neQeQeQQQQe\neeeeeeeeee\n```\nLegend: 'e' = Wall, 'Q' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 35, "grid_size": 10, "grid": ["eeeeeeeeee", "eQQQQeQQee", "eQQQeQQeQe", "eQQQQeeeee", "e8eQQeQQQe", "eQeeQQeQQe", "eQeQQ.eeee", "eQQeQeQeQe", "eQeQeQQQQe", "eeeeeeeeee"], "shortest_path_length": 8, "start": ".", "goal": "8", "wall": "e", "path": "Q", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "8",
"grid": [
"eeeeeeeeee",
"eQQQQeQQee",
"eQQQeQQeQe",
"eQQQQeeeee",
"e8eQQeQQQe",
"eQeeQQeQQe",
"eQeQQ.eeee",
"eQQeQeQeQe",
"eQeQeQQQQe",
"eeeeeeeeee"
],
"grid_size": 10,
"path": "Q",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 35,
"start": ".",
"wall": "e"
} |
reasoning_gym_maze_QKWotX3i | reasoning_gym | Navigate from '+' (start) to '=' (goal):
```
yyyyyyyyyyyy
y8y88888888y
yy88888y888y
y8y8888y88+y
y88yy88yy8yy
yy8y8yy8888y
y8yy88y888yy
yy88y88y=yyy
y88y888888yy
y8888888y88y
y8y8y8888yyy
yyyyyyyyyyyy
```
Legend: 'y' = Wall, '8' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '+' (start) to '=' (goal):\n\n```\nyyyyyyyyyyyy\ny8y88888888y\nyy88888y888y\ny8y8888y88+y\ny88yy88yy8yy\nyy8y8yy8888y\ny8yy88y888yy\nyy88y88y=yyy\ny88y888888yy\ny8888888y88y\ny8y8y8888yyy\nyyyyyyyyyyyy\n```\nLegend: 'y' = Wall, '8' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 36, "grid_size": 12, "grid": ["yyyyyyyyyyyy", "y8y88888888y", "yy88888y888y", "y8y8888y88+y", "y88yy88yy8yy", "yy8y8yy8888y", "y8yy88y888yy", "yy88y88y=yyy", "y88y888888yy", "y8888888y88y", "y8y8y8888yyy", "yyyyyyyyyyyy"], "shortest_path_length": 6, "start": "+", "goal": "=", "wall": "y", "path": "8", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "=",
"grid": [
"yyyyyyyyyyyy",
"y8y88888888y",
"yy88888y888y",
"y8y8888y88+y",
"y88yy88yy8yy",
"yy8y8yy8888y",
"y8yy88y888yy",
"yy88y88y=yyy",
"y88y888888yy",
"y8888888y88y",
"y8y8y8888yyy",
"yyyyyyyyyyyy"
],
"grid_size": 12,
"path": "8",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 36,
"start": "+",
"wall": "y"
} |
reasoning_gym_maze_ki2mBTrg | reasoning_gym | Navigate from 'o' (start) to '_' (goal):
```
sssssssssss
seeeeeeeses
s_seeeesees
sseeeoseees
seeeeeeeess
ssssseseees
seseeeeeees
seesesesees
sseseeseees
ssseeseeees
sssssssssss
```
Legend: 's' = Wall, 'e' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'o' (start) to '_' (goal):\n\n```\nsssssssssss\nseeeeeeeses\ns_seeeesees\nsseeeoseees\nseeeeeeeess\nssssseseees\nseseeeeeees\nseesesesees\nsseseeseees\nssseeseeees\nsssssssssss\n```\nLegend: 's' = Wall, 'e' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 37, "grid_size": 11, "grid": ["sssssssssss", "seeeeeeeses", "s_seeeesees", "sseeeoseees", "seeeeeeeess", "ssssseseees", "seseeeeeees", "seesesesees", "sseseeseees", "ssseeseeees", "sssssssssss"], "shortest_path_length": 7, "start": "o", "goal": "_", "wall": "s", "path": "e", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "_",
"grid": [
"sssssssssss",
"seeeeeeeses",
"s_seeeesees",
"sseeeoseees",
"seeeeeeeess",
"ssssseseees",
"seseeeeeees",
"seesesesees",
"sseseeseees",
"ssseeseeees",
"sssssssssss"
],
"grid_size": 11,
"path": "e",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 37,
"start": "o",
"wall": "s"
} |
reasoning_gym_maze_Uh4ieKTY | reasoning_gym | Navigate from 'A' (start) to '7' (goal):
```
JJJJJJJJJ
JgggggJgJ
JggJgAJJJ
JggJgggJJ
JgJgggggJ
JgggJgggJ
JgJJggggJ
J7JggggJJ
JJJJJJJJJ
```
Legend: 'J' = Wall, 'g' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'A' (start) to '7' (goal):\n\n```\nJJJJJJJJJ\nJgggggJgJ\nJggJgAJJJ\nJggJgggJJ\nJgJgggggJ\nJgggJgggJ\nJgJJggggJ\nJ7JggggJJ\nJJJJJJJJJ\n```\nLegend: 'J' = Wall, 'g' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 38, "grid_size": 9, "grid": ["JJJJJJJJJ", "JgggggJgJ", "JggJgAJJJ", "JggJgggJJ", "JgJgggggJ", "JgggJgggJ", "JgJJggggJ", "J7JggggJJ", "JJJJJJJJJ"], "shortest_path_length": 9, "start": "A", "goal": "7", "wall": "J", "path": "g", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "7",
"grid": [
"JJJJJJJJJ",
"JgggggJgJ",
"JggJgAJJJ",
"JggJgggJJ",
"JgJgggggJ",
"JgggJgggJ",
"JgJJggggJ",
"J7JggggJJ",
"JJJJJJJJJ"
],
"grid_size": 9,
"path": "g",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 38,
"start": "A",
"wall": "J"
} |
reasoning_gym_maze_yERVFl49 | reasoning_gym | Navigate from '%' (start) to 'q' (goal):
```
rrrrrrrrrr
rzzzzrzzzr
rrzzrzzrzr
rzzzzrqzzr
rrzzrzrzzr
rzrzrzzzrr
rrzzzrrzzr
rzzzzzzzrr
rzz%zzzzrr
rrrrrrrrrr
```
Legend: 'r' = Wall, 'z' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from '%' (start) to 'q' (goal):\n\n```\nrrrrrrrrrr\nrzzzzrzzzr\nrrzzrzzrzr\nrzzzzrqzzr\nrrzzrzrzzr\nrzrzrzzzrr\nrrzzzrrzzr\nrzzzzzzzrr\nrzz%zzzzrr\nrrrrrrrrrr\n```\nLegend: 'r' = Wall, 'z' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 39, "grid_size": 10, "grid": ["rrrrrrrrrr", "rzzzzrzzzr", "rrzzrzzrzr", "rzzzzrqzzr", "rrzzrzrzzr", "rzrzrzzzrr", "rrzzzrrzzr", "rzzzzzzzrr", "rzz%zzzzrr", "rrrrrrrrrr"], "shortest_path_length": 10, "start": "%", "goal": "q", "wall": "r", "path": "z", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "q",
"grid": [
"rrrrrrrrrr",
"rzzzzrzzzr",
"rrzzrzzrzr",
"rzzzzrqzzr",
"rrzzrzrzzr",
"rzrzrzzzrr",
"rrzzzrrzzr",
"rzzzzzzzrr",
"rzz%zzzzrr",
"rrrrrrrrrr"
],
"grid_size": 10,
"path": "z",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 39,
"start": "%",
"wall": "r"
} |
reasoning_gym_maze_G4mD5Yda | reasoning_gym | Navigate from '1' (start) to 'Z' (goal):
```
EEEEEEEEEEEEEE
EkEkkkkkkZEkkE
EkkkEEkkkkkkkE
EkEkEkEEEkEkkE
EkkEkkkkEEEkkE
EkkEkkkEkEkkkE
EEkkkkkkEkkkEE
EkEkkkEkkEkkEE
EEkkEkkEkEE1kE
EkEkkkkEkkEkkE
EkkkkkEEEEEEEE
EkEkkkEkEEkkEE
EEEkEkkkkkkkkE
EEEEEEEEEEEEEE
```
Legend: 'E' = Wall, 'k' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from '1' (start) to 'Z' (goal):\n\n```\nEEEEEEEEEEEEEE\nEkEkkkkkkZEkkE\nEkkkEEkkkkkkkE\nEkEkEkEEEkEkkE\nEkkEkkkkEEEkkE\nEkkEkkkEkEkkkE\nEEkkkkkkEkkkEE\nEkEkkkEkkEkkEE\nEEkkEkkEkEE1kE\nEkEkkkkEkkEkkE\nEkkkkkEEEEEEEE\nEkEkkkEkEEkkEE\nEEEkEkkkkkkkkE\nEEEEEEEEEEEEEE\n```\nLegend: 'E' = Wall, 'k' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 40, "grid_size": 14, "grid": ["EEEEEEEEEEEEEE", "EkEkkkkkkZEkkE", "EkkkEEkkkkkkkE", "EkEkEkEEEkEkkE", "EkkEkkkkEEEkkE", "EkkEkkkEkEkkkE", "EEkkkkkkEkkkEE", "EkEkkkEkkEkkEE", "EEkkEkkEkEE1kE", "EkEkkkkEkkEkkE", "EkkkkkEEEEEEEE", "EkEkkkEkEEkkEE", "EEEkEkkkkkkkkE", "EEEEEEEEEEEEEE"], "shortest_path_length": 9, "start": "1", "goal": "Z", "wall": "E", "path": "k", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "Z",
"grid": [
"EEEEEEEEEEEEEE",
"EkEkkkkkkZEkkE",
"EkkkEEkkkkkkkE",
"EkEkEkEEEkEkkE",
"EkkEkkkkEEEkkE",
"EkkEkkkEkEkkkE",
"EEkkkkkkEkkkEE",
"EkEkkkEkkEkkEE",
"EEkkEkkEkEE1kE",
"EkEkkkkEkkEkkE",
"EkkkkkEEEEEEEE",
"EkEkkkEkEEkkEE",
"EEEkEkkkkkkkkE",
"EEEEEEEEEEEEEE"
],
"grid_size": 14,
"path": "k",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 40,
"start": "1",
"wall": "E"
} |
reasoning_gym_maze_aykS0juI | reasoning_gym | Navigate from '%' (start) to 'j' (goal):
```
PPPPPPPPPPPPPP
PddddddddddPPP
PPPPdPPddddddP
PdddPdddddPddP
PddddddPPddddP
PdddPPPddddddP
PddddPddPddddP
PPPddddddddPPP
PPdPdPddPdddPP
PddddPdddddddP
PdPdjdddPdPdPP
PdPPPddddPdPdP
Pddddddddddd%P
PPPPPPPPPPPPPP
```
Legend: 'P' = Wall, 'd' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from '%' (start) to 'j' (goal):\n\n```\nPPPPPPPPPPPPPP\nPddddddddddPPP\nPPPPdPPddddddP\nPdddPdddddPddP\nPddddddPPddddP\nPdddPPPddddddP\nPddddPddPddddP\nPPPddddddddPPP\nPPdPdPddPdddPP\nPddddPdddddddP\nPdPdjdddPdPdPP\nPdPPPddddPdPdP\nPddddddddddd%P\nPPPPPPPPPPPPPP\n```\nLegend: 'P' = Wall, 'd' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 41, "grid_size": 14, "grid": ["PPPPPPPPPPPPPP", "PddddddddddPPP", "PPPPdPPddddddP", "PdddPdddddPddP", "PddddddPPddddP", "PdddPPPddddddP", "PddddPddPddddP", "PPPddddddddPPP", "PPdPdPddPdddPP", "PddddPdddddddP", "PdPdjdddPdPdPP", "PdPPPddddPdPdP", "Pddddddddddd%P", "PPPPPPPPPPPPPP"], "shortest_path_length": 10, "start": "%", "goal": "j", "wall": "P", "path": "d", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "j",
"grid": [
"PPPPPPPPPPPPPP",
"PddddddddddPPP",
"PPPPdPPddddddP",
"PdddPdddddPddP",
"PddddddPPddddP",
"PdddPPPddddddP",
"PddddPddPddddP",
"PPPddddddddPPP",
"PPdPdPddPdddPP",
"PddddPdddddddP",
"PdPdjdddPdPdPP",
"PdPPPddddPdPdP",
"Pddddddddddd%P",
"PPPPPPPPPPPPPP"
],
"grid_size": 14,
"path": "d",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 41,
"start": "%",
"wall": "P"
} |
reasoning_gym_maze_qR2eRvKE | reasoning_gym | Navigate from '^' (start) to 'V' (goal):
```
[[[[[[[
[[pppV[
[ppppp[
[ppp[p[
[[[pp[[
[pppp^[
[[[[[[[
```
Legend: '[' = Wall, 'p' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '^' (start) to 'V' (goal):\n\n```\n[[[[[[[\n[[pppV[\n[ppppp[\n[ppp[p[\n[[[pp[[\n[pppp^[\n[[[[[[[\n```\nLegend: '[' = Wall, 'p' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 42, "grid_size": 7, "grid": ["[[[[[[[", "[[pppV[", "[ppppp[", "[ppp[p[", "[[[pp[[", "[pppp^[", "[[[[[[["], "shortest_path_length": 8, "start": "^", "goal": "V", "wall": "[", "path": "p", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "V",
"grid": [
"[[[[[[[",
"[[pppV[",
"[ppppp[",
"[ppp[p[",
"[[[pp[[",
"[pppp^[",
"[[[[[[["
],
"grid_size": 7,
"path": "p",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 42,
"start": "^",
"wall": "["
} |
reasoning_gym_maze_n14BZJQ7 | reasoning_gym | Navigate from '[' (start) to 'b' (goal):
```
333333333
3333ccc33
3cc3cccc3
3ccccccc3
3cbccccc3
3cc3ccc33
3cc3ccc33
33ccc[c33
333333333
```
Legend: '3' = Wall, 'c' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '[' (start) to 'b' (goal):\n\n```\n333333333\n3333ccc33\n3cc3cccc3\n3ccccccc3\n3cbccccc3\n3cc3ccc33\n3cc3ccc33\n33ccc[c33\n333333333\n```\nLegend: '3' = Wall, 'c' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 43, "grid_size": 9, "grid": ["333333333", "3333ccc33", "3cc3cccc3", "3ccccccc3", "3cbccccc3", "3cc3ccc33", "3cc3ccc33", "33ccc[c33", "333333333"], "shortest_path_length": 6, "start": "[", "goal": "b", "wall": "3", "path": "c", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "b",
"grid": [
"333333333",
"3333ccc33",
"3cc3cccc3",
"3ccccccc3",
"3cbccccc3",
"3cc3ccc33",
"3cc3ccc33",
"33ccc[c33",
"333333333"
],
"grid_size": 9,
"path": "c",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 43,
"start": "[",
"wall": "3"
} |
reasoning_gym_maze_yuwi6XjR | reasoning_gym | Navigate from '9' (start) to '3' (goal):
```
aaaaaaaaaaaa
a555555555aa
aa5a5aa55a5a
a55555555aaa
a5a55555559a
aa555aa5555a
a55a555aa55a
aa55aa5a555a
aaa5555555aa
a5a5535aa55a
a555555a55aa
aaaaaaaaaaaa
```
Legend: 'a' = Wall, '5' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from '9' (start) to '3' (goal):\n\n```\naaaaaaaaaaaa\na555555555aa\naa5a5aa55a5a\na55555555aaa\na5a55555559a\naa555aa5555a\na55a555aa55a\naa55aa5a555a\naaa5555555aa\na5a5535aa55a\na555555a55aa\naaaaaaaaaaaa\n```\nLegend: 'a' = Wall, '5' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 44, "grid_size": 12, "grid": ["aaaaaaaaaaaa", "a555555555aa", "aa5a5aa55a5a", "a55555555aaa", "a5a55555559a", "aa555aa5555a", "a55a555aa55a", "aa55aa5a555a", "aaa5555555aa", "a5a5535aa55a", "a555555a55aa", "aaaaaaaaaaaa"], "shortest_path_length": 10, "start": "9", "goal": "3", "wall": "a", "path": "5", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "3",
"grid": [
"aaaaaaaaaaaa",
"a555555555aa",
"aa5a5aa55a5a",
"a55555555aaa",
"a5a55555559a",
"aa555aa5555a",
"a55a555aa55a",
"aa55aa5a555a",
"aaa5555555aa",
"a5a5535aa55a",
"a555555a55aa",
"aaaaaaaaaaaa"
],
"grid_size": 12,
"path": "5",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 44,
"start": "9",
"wall": "a"
} |
reasoning_gym_maze_oXHYb4om | reasoning_gym | Navigate from '`' (start) to '!' (goal):
```
PPPPPPPPPPPP
PPqPqPPqqPqP
PqPqqqqPqPqP
PqqqqqqqqPPP
PqPqPqPqqqqP
PPqqqqPqPqqP
Pqqqqq!qPqqP
PqqqPqqqqPPP
PqqqqPqqqqqP
PqqqqPqqqqqP
PPqq`PqPqqqP
PPPPPPPPPPPP
```
Legend: 'P' = Wall, 'q' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '`' (start) to '!' (goal):\n\n```\nPPPPPPPPPPPP\nPPqPqPPqqPqP\nPqPqqqqPqPqP\nPqqqqqqqqPPP\nPqPqPqPqqqqP\nPPqqqqPqPqqP\nPqqqqq!qPqqP\nPqqqPqqqqPPP\nPqqqqPqqqqqP\nPqqqqPqqqqqP\nPPqq`PqPqqqP\nPPPPPPPPPPPP\n```\nLegend: 'P' = Wall, 'q' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 45, "grid_size": 12, "grid": ["PPPPPPPPPPPP", "PPqPqPPqqPqP", "PqPqqqqPqPqP", "PqqqqqqqqPPP", "PqPqPqPqqqqP", "PPqqqqPqPqqP", "Pqqqqq!qPqqP", "PqqqPqqqqPPP", "PqqqqPqqqqqP", "PqqqqPqqqqqP", "PPqq`PqPqqqP", "PPPPPPPPPPPP"], "shortest_path_length": 8, "start": "`", "goal": "!", "wall": "P", "path": "q", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "!",
"grid": [
"PPPPPPPPPPPP",
"PPqPqPPqqPqP",
"PqPqqqqPqPqP",
"PqqqqqqqqPPP",
"PqPqPqPqqqqP",
"PPqqqqPqPqqP",
"Pqqqqq!qPqqP",
"PqqqPqqqqPPP",
"PqqqqPqqqqqP",
"PqqqqPqqqqqP",
"PPqq`PqPqqqP",
"PPPPPPPPPPPP"
],
"grid_size": 12,
"path": "q",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 45,
"start": "`",
"wall": "P"
} |
reasoning_gym_maze_4JChEPWc | reasoning_gym | Navigate from 'R' (start) to 'C' (goal):
```
DDDDDDD
D666RDD
DD6D66D
D66D6DD
D6DD66D
D66C6DD
DDDDDDD
```
Legend: 'D' = Wall, '6' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'R' (start) to 'C' (goal):\n\n```\nDDDDDDD\nD666RDD\nDD6D66D\nD66D6DD\nD6DD66D\nD66C6DD\nDDDDDDD\n```\nLegend: 'D' = Wall, '6' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 46, "grid_size": 7, "grid": ["DDDDDDD", "D666RDD", "DD6D66D", "D66D6DD", "D6DD66D", "D66C6DD", "DDDDDDD"], "shortest_path_length": 5, "start": "R", "goal": "C", "wall": "D", "path": "6", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "C",
"grid": [
"DDDDDDD",
"D666RDD",
"DD6D66D",
"D66D6DD",
"D6DD66D",
"D66C6DD",
"DDDDDDD"
],
"grid_size": 7,
"path": "6",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 46,
"start": "R",
"wall": "D"
} |
reasoning_gym_maze_EhF34Zis | reasoning_gym | Navigate from '"' (start) to '9' (goal):
```
xxxxxxxxxxx
xjjxxjjjxjx
xjjxjjjjjxx
x9jxjjxjjxx
xjxjxjxxxxx
xjjjxjjxjxx
xjjjjxjjjxx
xjjxxjxxjxx
xxj"jxjxjjx
xxxjxjxjjxx
xxxxxxxxxxx
```
Legend: 'x' = Wall, 'j' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from '\"' (start) to '9' (goal):\n\n```\nxxxxxxxxxxx\nxjjxxjjjxjx\nxjjxjjjjjxx\nx9jxjjxjjxx\nxjxjxjxxxxx\nxjjjxjjxjxx\nxjjjjxjjjxx\nxjjxxjxxjxx\nxxj\"jxjxjjx\nxxxjxjxjjxx\nxxxxxxxxxxx\n```\nLegend: 'x' = Wall, 'j' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 47, "grid_size": 11, "grid": ["xxxxxxxxxxx", "xjjxxjjjxjx", "xjjxjjjjjxx", "x9jxjjxjjxx", "xjxjxjxxxxx", "xjjjxjjxjxx", "xjjjjxjjjxx", "xjjxxjxxjxx", "xxj\"jxjxjjx", "xxxjxjxjjxx", "xxxxxxxxxxx"], "shortest_path_length": 7, "start": "\"", "goal": "9", "wall": "x", "path": "j", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "9",
"grid": [
"xxxxxxxxxxx",
"xjjxxjjjxjx",
"xjjxjjjjjxx",
"x9jxjjxjjxx",
"xjxjxjxxxxx",
"xjjjxjjxjxx",
"xjjjjxjjjxx",
"xjjxxjxxjxx",
"xxj\"jxjxjjx",
"xxxjxjxjjxx",
"xxxxxxxxxxx"
],
"grid_size": 11,
"path": "j",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 47,
"start": "\"",
"wall": "x"
} |
reasoning_gym_maze_Kd23QRaw | reasoning_gym | Navigate from 'R' (start) to 'T' (goal):
```
QQQQQQQQQQ
QQQWWTWQQQ
QQWQWWWWWQ
QWWWWQWQWQ
QQQQQWQWWQ
QQQWQWWWWQ
QQQWQWRWQQ
QWWWWQWWWQ
QWWWQWWWWQ
QQQQQQQQQQ
```
Legend: 'Q' = Wall, 'W' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from 'R' (start) to 'T' (goal):\n\n```\nQQQQQQQQQQ\nQQQWWTWQQQ\nQQWQWWWWWQ\nQWWWWQWQWQ\nQQQQQWQWWQ\nQQQWQWWWWQ\nQQQWQWRWQQ\nQWWWWQWWWQ\nQWWWQWWWWQ\nQQQQQQQQQQ\n```\nLegend: 'Q' = Wall, 'W' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 48, "grid_size": 10, "grid": ["QQQQQQQQQQ", "QQQWWTWQQQ", "QQWQWWWWWQ", "QWWWWQWQWQ", "QQQQQWQWWQ", "QQQWQWWWWQ", "QQQWQWRWQQ", "QWWWWQWWWQ", "QWWWQWWWWQ", "QQQQQQQQQQ"], "shortest_path_length": 10, "start": "R", "goal": "T", "wall": "Q", "path": "W", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "T",
"grid": [
"QQQQQQQQQQ",
"QQQWWTWQQQ",
"QQWQWWWWWQ",
"QWWWWQWQWQ",
"QQQQQWQWWQ",
"QQQWQWWWWQ",
"QQQWQWRWQQ",
"QWWWWQWWWQ",
"QWWWQWWWWQ",
"QQQQQQQQQQ"
],
"grid_size": 10,
"path": "W",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 48,
"start": "R",
"wall": "Q"
} |
reasoning_gym_maze_sWHZCdqZ | reasoning_gym | Navigate from 'C' (start) to '`' (goal):
```
PPPPPPPPPPPP
PPPZPZZPPZPP
PPZZZZZZZ`ZP
PZPPZZZZZZZP
PPZZPZZZPPZP
PZZPZPCZZZZP
PZPPPZZZZZPP
PZPZZZZPZZPP
PPPPPZZZZPZP
PZZPZZPPZZPP
PZPPZZZZZZPP
PPPPPPPPPPPP
```
Legend: 'P' = Wall, 'Z' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'C' (start) to '`' (goal):\n\n```\nPPPPPPPPPPPP\nPPPZPZZPPZPP\nPPZZZZZZZ`ZP\nPZPPZZZZZZZP\nPPZZPZZZPPZP\nPZZPZPCZZZZP\nPZPPPZZZZZPP\nPZPZZZZPZZPP\nPPPPPZZZZPZP\nPZZPZZPPZZPP\nPZPPZZZZZZPP\nPPPPPPPPPPPP\n```\nLegend: 'P' = Wall, 'Z' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 49, "grid_size": 12, "grid": ["PPPPPPPPPPPP", "PPPZPZZPPZPP", "PPZZZZZZZ`ZP", "PZPPZZZZZZZP", "PPZZPZZZPPZP", "PZZPZPCZZZZP", "PZPPPZZZZZPP", "PZPZZZZPZZPP", "PPPPPZZZZPZP", "PZZPZZPPZZPP", "PZPPZZZZZZPP", "PPPPPPPPPPPP"], "shortest_path_length": 6, "start": "C", "goal": "`", "wall": "P", "path": "Z", "difficulty": {"dist": [5, 10], "grid_size": [5, 15]}}}} | {
"difficulty": {
"dist": [
5,
10
],
"grid_size": [
5,
15
]
},
"goal": "`",
"grid": [
"PPPPPPPPPPPP",
"PPPZPZZPPZPP",
"PPZZZZZZZ`ZP",
"PZPPZZZZZZZP",
"PPZZPZZZPPZP",
"PZZPZPCZZZZP",
"PZPPPZZZZZPP",
"PZPZZZZPZZPP",
"PPPPPZZZZPZP",
"PZZPZZPPZZPP",
"PZPPZZZZZZPP",
"PPPPPPPPPPPP"
],
"grid_size": 12,
"path": "Z",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 49,
"start": "C",
"wall": "P"
} |
reasoning_gym_maze_b4B4dqsa | reasoning_gym | Navigate from '.' (start) to 'h' (goal):
```
ssssssssss
ss!!s!!s!s
s!s!!s!!ss
s!!!s!s!!s
sss!!ss!ss
s!!!ss!!!s
s!!!!!!s!s
sh!s!s.!!s
sss!!!!sss
ssssssssss
```
Legend: 's' = Wall, '!' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from '.' (start) to 'h' (goal):\n\n```\nssssssssss\nss!!s!!s!s\ns!s!!s!!ss\ns!!!s!s!!s\nsss!!ss!ss\ns!!!ss!!!s\ns!!!!!!s!s\nsh!s!s.!!s\nsss!!!!sss\nssssssssss\n```\nLegend: 's' = Wall, '!' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 0, "grid_size": 10, "grid": ["ssssssssss", "ss!!s!!s!s", "s!s!!s!!ss", "s!!!s!s!!s", "sss!!ss!ss", "s!!!ss!!!s", "s!!!!!!s!s", "sh!s!s.!!s", "sss!!!!sss", "ssssssssss"], "shortest_path_length": 7, "start": ".", "goal": "h", "wall": "s", "path": "!", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "h",
"grid": [
"ssssssssss",
"ss!!s!!s!s",
"s!s!!s!!ss",
"s!!!s!s!!s",
"sss!!ss!ss",
"s!!!ss!!!s",
"s!!!!!!s!s",
"sh!s!s.!!s",
"sss!!!!sss",
"ssssssssss"
],
"grid_size": 10,
"path": "!",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 0,
"start": ".",
"wall": "s"
} |
reasoning_gym_maze_jqvF4XxJ | reasoning_gym | Navigate from 'Z' (start) to 'w' (goal):
```
@@@@@@@@
@@M@MMw@
@ZMMMM@@
@MMMMM@@
@M@MM@M@
@M@MMMM@
@MMMMMM@
@@@@@@@@
```
Legend: '@' = Wall, 'M' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'Z' (start) to 'w' (goal):\n\n```\n@@@@@@@@\n@@M@MMw@\n@ZMMMM@@\n@MMMMM@@\n@M@MM@M@\n@M@MMMM@\n@MMMMMM@\n@@@@@@@@\n```\nLegend: '@' = Wall, 'M' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 1, "grid_size": 8, "grid": ["@@@@@@@@", "@@M@MMw@", "@ZMMMM@@", "@MMMMM@@", "@M@MM@M@", "@M@MMMM@", "@MMMMMM@", "@@@@@@@@"], "shortest_path_length": 6, "start": "Z", "goal": "w", "wall": "@", "path": "M", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "w",
"grid": [
"@@@@@@@@",
"@@M@MMw@",
"@ZMMMM@@",
"@MMMMM@@",
"@M@MM@M@",
"@M@MMMM@",
"@MMMMMM@",
"@@@@@@@@"
],
"grid_size": 8,
"path": "M",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 1,
"start": "Z",
"wall": "@"
} |
reasoning_gym_maze_szCimdLI | reasoning_gym | Navigate from 'P' (start) to ';' (goal):
```
zzzzzzzzzzzzz
zTTzTTTTzTzTz
zTTTzzTzzTzTz
zTTTTTTTTzTTz
zTzTTTTTzTTzz
zTTTTTTTzzTTz
zTzzTzTTTzTzz
zzzzTTTTTTTPz
zTTTzzzTzzTTz
zTTTzTzzTTTTz
zTTzTTzT;zTTz
zzTzTTTzTTTTz
zzzzzzzzzzzzz
```
Legend: 'z' = Wall, 'T' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'P' (start) to ';' (goal):\n\n```\nzzzzzzzzzzzzz\nzTTzTTTTzTzTz\nzTTTzzTzzTzTz\nzTTTTTTTTzTTz\nzTzTTTTTzTTzz\nzTTTTTTTzzTTz\nzTzzTzTTTzTzz\nzzzzTTTTTTTPz\nzTTTzzzTzzTTz\nzTTTzTzzTTTTz\nzTTzTTzT;zTTz\nzzTzTTTzTTTTz\nzzzzzzzzzzzzz\n```\nLegend: 'z' = Wall, 'T' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 2, "grid_size": 13, "grid": ["zzzzzzzzzzzzz", "zTTzTTTTzTzTz", "zTTTzzTzzTzTz", "zTTTTTTTTzTTz", "zTzTTTTTzTTzz", "zTTTTTTTzzTTz", "zTzzTzTTTzTzz", "zzzzTTTTTTTPz", "zTTTzzzTzzTTz", "zTTTzTzzTTTTz", "zTTzTTzT;zTTz", "zzTzTTTzTTTTz", "zzzzzzzzzzzzz"], "shortest_path_length": 6, "start": "P", "goal": ";", "wall": "z", "path": "T", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ";",
"grid": [
"zzzzzzzzzzzzz",
"zTTzTTTTzTzTz",
"zTTTzzTzzTzTz",
"zTTTTTTTTzTTz",
"zTzTTTTTzTTzz",
"zTTTTTTTzzTTz",
"zTzzTzTTTzTzz",
"zzzzTTTTTTTPz",
"zTTTzzzTzzTTz",
"zTTTzTzzTTTTz",
"zTTzTTzT;zTTz",
"zzTzTTTzTTTTz",
"zzzzzzzzzzzzz"
],
"grid_size": 13,
"path": "T",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 2,
"start": "P",
"wall": "z"
} |
reasoning_gym_maze_YHUkgRO5 | reasoning_gym | Navigate from 'w' (start) to '=' (goal):
```
``````````
`2222`2```
``22`=``2`
`2`222`2``
```222`2``
``22`2222`
`22`222```
`22w2`222`
`22``2222`
``````````
```
Legend: '`' = Wall, '2' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'w' (start) to '=' (goal):\n\n```\n``````````\n`2222`2```\n``22`=``2`\n`2`222`2``\n```222`2``\n``22`2222`\n`22`222```\n`22w2`222`\n`22``2222`\n``````````\n```\nLegend: '`' = Wall, '2' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 3, "grid_size": 10, "grid": ["``````````", "`2222`2```", "``22`=``2`", "`2`222`2``", "```222`2``", "``22`2222`", "`22`222```", "`22w2`222`", "`22``2222`", "``````````"], "shortest_path_length": 7, "start": "w", "goal": "=", "wall": "`", "path": "2", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "=",
"grid": [
"``````````",
"`2222`2```",
"``22`=``2`",
"`2`222`2``",
"```222`2``",
"``22`2222`",
"`22`222```",
"`22w2`222`",
"`22``2222`",
"``````````"
],
"grid_size": 10,
"path": "2",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 3,
"start": "w",
"wall": "`"
} |
reasoning_gym_maze_rYsYThCu | reasoning_gym | Navigate from 'G' (start) to 'J' (goal):
```
yyyyyyyyyyyy
yy..yyy....y
y.....y...yy
y...y.y.yy.y
yy..Jy.....y
yy.y.y.yGy.y
y..y.y...yyy
y........y.y
yy.y....y..y
y.y.y......y
y..y.y....yy
yyyyyyyyyyyy
```
Legend: 'y' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'G' (start) to 'J' (goal):\n\n```\nyyyyyyyyyyyy\nyy..yyy....y\ny.....y...yy\ny...y.y.yy.y\nyy..Jy.....y\nyy.y.y.yGy.y\ny..y.y...yyy\ny........y.y\nyy.y....y..y\ny.y.y......y\ny..y.y....yy\nyyyyyyyyyyyy\n```\nLegend: 'y' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 4, "grid_size": 12, "grid": ["yyyyyyyyyyyy", "yy..yyy....y", "y.....y...yy", "y...y.y.yy.y", "yy..Jy.....y", "yy.y.y.yGy.y", "y..y.y...yyy", "y........y.y", "yy.y....y..y", "y.y.y......y", "y..y.y....yy", "yyyyyyyyyyyy"], "shortest_path_length": 9, "start": "G", "goal": "J", "wall": "y", "path": ".", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "J",
"grid": [
"yyyyyyyyyyyy",
"yy..yyy....y",
"y.....y...yy",
"y...y.y.yy.y",
"yy..Jy.....y",
"yy.y.y.yGy.y",
"y..y.y...yyy",
"y........y.y",
"yy.y....y..y",
"y.y.y......y",
"y..y.y....yy",
"yyyyyyyyyyyy"
],
"grid_size": 12,
"path": ".",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 4,
"start": "G",
"wall": "y"
} |
reasoning_gym_maze_ccygbnkT | reasoning_gym | Navigate from '*' (start) to '{' (goal):
```
xxxxxxxxxxxxxxx
xnnnxxxnnnnxnnx
xnxxnnxxnnnxnnx
xnnnxnxnnnxnnxx
xxnnnnxnnxxnxnx
xnnnnnnnnnnxxxx
xxxnn*xnxxnxnnx
xxnnnnnnnnnnnnx
xnnnnnnnxxnnnnx
xxxxxnnnxnnxnnx
xnxnnxnxxnxnnnx
xnxnnnnnnnxxnnx
xxxnnnxnxn{xnnx
xxnnxxxxnnnxnnx
xxxxxxxxxxxxxxx
```
Legend: 'x' = Wall, 'n' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "11", "reasoning_gym_entry": {"question": "Navigate from '*' (start) to '{' (goal):\n\n```\nxxxxxxxxxxxxxxx\nxnnnxxxnnnnxnnx\nxnxxnnxxnnnxnnx\nxnnnxnxnnnxnnxx\nxxnnnnxnnxxnxnx\nxnnnnnnnnnnxxxx\nxxxnn*xnxxnxnnx\nxxnnnnnnnnnnnnx\nxnnnnnnnxxnnnnx\nxxxxxnnnxnnxnnx\nxnxnnxnxxnxnnnx\nxnxnnnnnnnxxnnx\nxxxnnnxnxn{xnnx\nxxnnxxxxnnnxnnx\nxxxxxxxxxxxxxxx\n```\nLegend: 'x' = Wall, 'n' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "11", "metadata": {"source_dataset": "maze", "source_index": 5, "grid_size": 15, "grid": ["xxxxxxxxxxxxxxx", "xnnnxxxnnnnxnnx", "xnxxnnxxnnnxnnx", "xnnnxnxnnnxnnxx", "xxnnnnxnnxxnxnx", "xnnnnnnnnnnxxxx", "xxxnn*xnxxnxnnx", "xxnnnnnnnnnnnnx", "xnnnnnnnxxnnnnx", "xxxxxnnnxnnxnnx", "xnxnnxnxxnxnnnx", "xnxnnnnnnnxxnnx", "xxxnnnxnxn{xnnx", "xxnnxxxxnnnxnnx", "xxxxxxxxxxxxxxx"], "shortest_path_length": 11, "start": "*", "goal": "{", "wall": "x", "path": "n", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "{",
"grid": [
"xxxxxxxxxxxxxxx",
"xnnnxxxnnnnxnnx",
"xnxxnnxxnnnxnnx",
"xnnnxnxnnnxnnxx",
"xxnnnnxnnxxnxnx",
"xnnnnnnnnnnxxxx",
"xxxnn*xnxxnxnnx",
"xxnnnnnnnnnnnnx",
"xnnnnnnnxxnnnnx",
"xxxxxnnnxnnxnnx",
"xnxnnxnxxnxnnnx",
"xnxnnnnnnnxxnnx",
"xxxnnnxnxn{xnnx",
"xxnnxxxxnnnxnnx",
"xxxxxxxxxxxxxxx"
],
"grid_size": 15,
"path": "n",
"shortest_path_length": 11,
"source_dataset": "maze",
"source_index": 5,
"start": "*",
"wall": "x"
} |
reasoning_gym_maze_7ISwV2tj | reasoning_gym | Navigate from 'Z' (start) to '9' (goal):
```
OOOOOOOOOO
OOOO*****O
O*9******O
O*OO***Z*O
OO**O**O*O
OO*O*O*O*O
O*O**O**OO
OO*******O
OO*O*****O
OOOOOOOOOO
```
Legend: 'O' = Wall, '*' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'Z' (start) to '9' (goal):\n\n```\nOOOOOOOOOO\nOOOO*****O\nO*9******O\nO*OO***Z*O\nOO**O**O*O\nOO*O*O*O*O\nO*O**O**OO\nOO*******O\nOO*O*****O\nOOOOOOOOOO\n```\nLegend: 'O' = Wall, '*' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 6, "grid_size": 10, "grid": ["OOOOOOOOOO", "OOOO*****O", "O*9******O", "O*OO***Z*O", "OO**O**O*O", "OO*O*O*O*O", "O*O**O**OO", "OO*******O", "OO*O*****O", "OOOOOOOOOO"], "shortest_path_length": 6, "start": "Z", "goal": "9", "wall": "O", "path": "*", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "9",
"grid": [
"OOOOOOOOOO",
"OOOO*****O",
"O*9******O",
"O*OO***Z*O",
"OO**O**O*O",
"OO*O*O*O*O",
"O*O**O**OO",
"OO*******O",
"OO*O*****O",
"OOOOOOOOOO"
],
"grid_size": 10,
"path": "*",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 6,
"start": "Z",
"wall": "O"
} |
reasoning_gym_maze_6hPoQIYc | reasoning_gym | Navigate from 'P' (start) to ')' (goal):
```
ddddddddddddddd
d6666dddd66dd6d
d666d666P66666d
d6d6666666dd66d
d6ddd6d66dddd6d
d666666d66d666d
d6d6dd66666666d
d6d66d6666d666d
dd66d6d66666ddd
d6666d66666666d
d6666666)66666d
ddd6666d666d66d
dddd6666d66d66d
d6d66d6d666666d
ddddddddddddddd
```
Legend: 'd' = Wall, '6' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'P' (start) to ')' (goal):\n\n```\nddddddddddddddd\nd6666dddd66dd6d\nd666d666P66666d\nd6d6666666dd66d\nd6ddd6d66dddd6d\nd666666d66d666d\nd6d6dd66666666d\nd6d66d6666d666d\ndd66d6d66666ddd\nd6666d66666666d\nd6666666)66666d\nddd6666d666d66d\ndddd6666d66d66d\nd6d66d6d666666d\nddddddddddddddd\n```\nLegend: 'd' = Wall, '6' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 7, "grid_size": 15, "grid": ["ddddddddddddddd", "d6666dddd66dd6d", "d666d666P66666d", "d6d6666666dd66d", "d6ddd6d66dddd6d", "d666666d66d666d", "d6d6dd66666666d", "d6d66d6666d666d", "dd66d6d66666ddd", "d6666d66666666d", "d6666666)66666d", "ddd6666d666d66d", "dddd6666d66d66d", "d6d66d6d666666d", "ddddddddddddddd"], "shortest_path_length": 8, "start": "P", "goal": ")", "wall": "d", "path": "6", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ")",
"grid": [
"ddddddddddddddd",
"d6666dddd66dd6d",
"d666d666P66666d",
"d6d6666666dd66d",
"d6ddd6d66dddd6d",
"d666666d66d666d",
"d6d6dd66666666d",
"d6d66d6666d666d",
"dd66d6d66666ddd",
"d6666d66666666d",
"d6666666)66666d",
"ddd6666d666d66d",
"dddd6666d66d66d",
"d6d66d6d666666d",
"ddddddddddddddd"
],
"grid_size": 15,
"path": "6",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 7,
"start": "P",
"wall": "d"
} |
reasoning_gym_maze_nrda6BvT | reasoning_gym | Navigate from '"' (start) to 'L' (goal):
```
111111111
1I1I1III1
11IIIIIL1
11III1II1
11I"IIII1
11IIIIII1
1III1III1
1IIIIIII1
111111111
```
Legend: '1' = Wall, 'I' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '\"' (start) to 'L' (goal):\n\n```\n111111111\n1I1I1III1\n11IIIIIL1\n11III1II1\n11I\"IIII1\n11IIIIII1\n1III1III1\n1IIIIIII1\n111111111\n```\nLegend: '1' = Wall, 'I' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 8, "grid_size": 9, "grid": ["111111111", "1I1I1III1", "11IIIIIL1", "11III1II1", "11I\"IIII1", "11IIIIII1", "1III1III1", "1IIIIIII1", "111111111"], "shortest_path_length": 6, "start": "\"", "goal": "L", "wall": "1", "path": "I", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "L",
"grid": [
"111111111",
"1I1I1III1",
"11IIIIIL1",
"11III1II1",
"11I\"IIII1",
"11IIIIII1",
"1III1III1",
"1IIIIIII1",
"111111111"
],
"grid_size": 9,
"path": "I",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 8,
"start": "\"",
"wall": "1"
} |
reasoning_gym_maze_wYPOfLPJ | reasoning_gym | Navigate from 'm' (start) to ',' (goal):
```
nnnnnnnn
nBBnBBnn
nBBnBBBn
nB,BBBBn
nBBBBBBn
nBBBnBBn
nBBnBnmn
nnnnnnnn
```
Legend: 'n' = Wall, 'B' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'm' (start) to ',' (goal):\n\n```\nnnnnnnnn\nnBBnBBnn\nnBBnBBBn\nnB,BBBBn\nnBBBBBBn\nnBBBnBBn\nnBBnBnmn\nnnnnnnnn\n```\nLegend: 'n' = Wall, 'B' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 9, "grid_size": 8, "grid": ["nnnnnnnn", "nBBnBBnn", "nBBnBBBn", "nB,BBBBn", "nBBBBBBn", "nBBBnBBn", "nBBnBnmn", "nnnnnnnn"], "shortest_path_length": 7, "start": "m", "goal": ",", "wall": "n", "path": "B", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ",",
"grid": [
"nnnnnnnn",
"nBBnBBnn",
"nBBnBBBn",
"nB,BBBBn",
"nBBBBBBn",
"nBBBnBBn",
"nBBnBnmn",
"nnnnnnnn"
],
"grid_size": 8,
"path": "B",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 9,
"start": "m",
"wall": "n"
} |
reasoning_gym_maze_KtFI9itH | reasoning_gym | Navigate from 'k' (start) to '9' (goal):
```
bbbbbbbbb
bbcbcccbb
bccbccccb
bcccccccb
bccccbbcb
bcckbcccb
bbccccbcb
bccbcb9cb
bbbbbbbbb
```
Legend: 'b' = Wall, 'c' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'k' (start) to '9' (goal):\n\n```\nbbbbbbbbb\nbbcbcccbb\nbccbccccb\nbcccccccb\nbccccbbcb\nbcckbcccb\nbbccccbcb\nbccbcb9cb\nbbbbbbbbb\n```\nLegend: 'b' = Wall, 'c' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 10, "grid_size": 9, "grid": ["bbbbbbbbb", "bbcbcccbb", "bccbccccb", "bcccccccb", "bccccbbcb", "bcckbcccb", "bbccccbcb", "bccbcb9cb", "bbbbbbbbb"], "shortest_path_length": 9, "start": "k", "goal": "9", "wall": "b", "path": "c", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "9",
"grid": [
"bbbbbbbbb",
"bbcbcccbb",
"bccbccccb",
"bcccccccb",
"bccccbbcb",
"bcckbcccb",
"bbccccbcb",
"bccbcb9cb",
"bbbbbbbbb"
],
"grid_size": 9,
"path": "c",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 10,
"start": "k",
"wall": "b"
} |
reasoning_gym_maze_VcCLWMz8 | reasoning_gym | Navigate from '`' (start) to '5' (goal):
```
jjjjjjjjjjjj
jJJJJJJjJJJj
jJJjJJJjJJJj
jJJJjjjJJjJj
jj`JjJjjJjJj
jjJjjjJJJjJj
jJJJJjjJJjjj
jJJJJJjJJjJj
jJJJJJ5jJJJj
jJJJJjJJJjJj
jjJJjJjJJjJj
jjjjjjjjjjjj
```
Legend: 'j' = Wall, 'J' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '`' (start) to '5' (goal):\n\n```\njjjjjjjjjjjj\njJJJJJJjJJJj\njJJjJJJjJJJj\njJJJjjjJJjJj\njj`JjJjjJjJj\njjJjjjJJJjJj\njJJJJjjJJjjj\njJJJJJjJJjJj\njJJJJJ5jJJJj\njJJJJjJJJjJj\njjJJjJjJJjJj\njjjjjjjjjjjj\n```\nLegend: 'j' = Wall, 'J' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 11, "grid_size": 12, "grid": ["jjjjjjjjjjjj", "jJJJJJJjJJJj", "jJJjJJJjJJJj", "jJJJjjjJJjJj", "jj`JjJjjJjJj", "jjJjjjJJJjJj", "jJJJJjjJJjjj", "jJJJJJjJJjJj", "jJJJJJ5jJJJj", "jJJJJjJJJjJj", "jjJJjJjJJjJj", "jjjjjjjjjjjj"], "shortest_path_length": 8, "start": "`", "goal": "5", "wall": "j", "path": "J", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "5",
"grid": [
"jjjjjjjjjjjj",
"jJJJJJJjJJJj",
"jJJjJJJjJJJj",
"jJJJjjjJJjJj",
"jj`JjJjjJjJj",
"jjJjjjJJJjJj",
"jJJJJjjJJjjj",
"jJJJJJjJJjJj",
"jJJJJJ5jJJJj",
"jJJJJjJJJjJj",
"jjJJjJjJJjJj",
"jjjjjjjjjjjj"
],
"grid_size": 12,
"path": "J",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 11,
"start": "`",
"wall": "j"
} |
reasoning_gym_maze_EjtwQVWH | reasoning_gym | Navigate from ':' (start) to '(' (goal):
```
||||||||
|@@@@|@|
|@||(|@|
||@@@|||
|||@|@||
|@@@||@|
||:@@@@|
||||||||
```
Legend: '|' = Wall, '@' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from ':' (start) to '(' (goal):\n\n```\n||||||||\n|@@@@|@|\n|@||(|@|\n||@@@|||\n|||@|@||\n|@@@||@|\n||:@@@@|\n||||||||\n```\nLegend: '|' = Wall, '@' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 12, "grid_size": 8, "grid": ["||||||||", "|@@@@|@|", "|@||(|@|", "||@@@|||", "|||@|@||", "|@@@||@|", "||:@@@@|", "||||||||"], "shortest_path_length": 6, "start": ":", "goal": "(", "wall": "|", "path": "@", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "(",
"grid": [
"||||||||",
"|@@@@|@|",
"|@||(|@|",
"||@@@|||",
"|||@|@||",
"|@@@||@|",
"||:@@@@|",
"||||||||"
],
"grid_size": 8,
"path": "@",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 12,
"start": ":",
"wall": "|"
} |
reasoning_gym_maze_XtKjrjs6 | reasoning_gym | Navigate from 'k' (start) to 'q' (goal):
```
bbbbbbbb
b6b6b66b
bbb6666b
b666666b
b6666b6b
b6666q6b
bk66b6bb
bbbbbbbb
```
Legend: 'b' = Wall, '6' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'k' (start) to 'q' (goal):\n\n```\nbbbbbbbb\nb6b6b66b\nbbb6666b\nb666666b\nb6666b6b\nb6666q6b\nbk66b6bb\nbbbbbbbb\n```\nLegend: 'b' = Wall, '6' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 13, "grid_size": 8, "grid": ["bbbbbbbb", "b6b6b66b", "bbb6666b", "b666666b", "b6666b6b", "b6666q6b", "bk66b6bb", "bbbbbbbb"], "shortest_path_length": 5, "start": "k", "goal": "q", "wall": "b", "path": "6", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "q",
"grid": [
"bbbbbbbb",
"b6b6b66b",
"bbb6666b",
"b666666b",
"b6666b6b",
"b6666q6b",
"bk66b6bb",
"bbbbbbbb"
],
"grid_size": 8,
"path": "6",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 13,
"start": "k",
"wall": "b"
} |
reasoning_gym_maze_C4YmsIuw | reasoning_gym | Navigate from '^' (start) to '=' (goal):
```
PPPPPPPPPPPP
PPPP~~~~~P~P
P~~~P~P~~~~P
P~PP~~~PP~PP
P~P~~P~PP~~P
PP~~~P^P~P~P
P~~P~~~P~~~P
P~~~~P~~~~~P
PPP~PP~~PP~P
P~~~PPPP~~PP
P~~~=P~~~PPP
PPPPPPPPPPPP
```
Legend: 'P' = Wall, '~' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from '^' (start) to '=' (goal):\n\n```\nPPPPPPPPPPPP\nPPPP~~~~~P~P\nP~~~P~P~~~~P\nP~PP~~~PP~PP\nP~P~~P~PP~~P\nPP~~~P^P~P~P\nP~~P~~~P~~~P\nP~~~~P~~~~~P\nPPP~PP~~PP~P\nP~~~PPPP~~PP\nP~~~=P~~~PPP\nPPPPPPPPPPPP\n```\nLegend: 'P' = Wall, '~' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 14, "grid_size": 12, "grid": ["PPPPPPPPPPPP", "PPPP~~~~~P~P", "P~~~P~P~~~~P", "P~PP~~~PP~PP", "P~P~~P~PP~~P", "PP~~~P^P~P~P", "P~~P~~~P~~~P", "P~~~~P~~~~~P", "PPP~PP~~PP~P", "P~~~PPPP~~PP", "P~~~=P~~~PPP", "PPPPPPPPPPPP"], "shortest_path_length": 9, "start": "^", "goal": "=", "wall": "P", "path": "~", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "=",
"grid": [
"PPPPPPPPPPPP",
"PPPP~~~~~P~P",
"P~~~P~P~~~~P",
"P~PP~~~PP~PP",
"P~P~~P~PP~~P",
"PP~~~P^P~P~P",
"P~~P~~~P~~~P",
"P~~~~P~~~~~P",
"PPP~PP~~PP~P",
"P~~~PPPP~~PP",
"P~~~=P~~~PPP",
"PPPPPPPPPPPP"
],
"grid_size": 12,
"path": "~",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 14,
"start": "^",
"wall": "P"
} |
reasoning_gym_maze_AqtkDwFR | reasoning_gym | Navigate from '}' (start) to 'N' (goal):
```
2222222222
22UU2UUU22
2UN2UUUUU2
2U2UUUUUU2
2UUUUU2U22
22UUUUU222
2UU2UUU2U2
2U2UUUU2U2
222UU}U2U2
2222222222
```
Legend: '2' = Wall, 'U' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "11", "reasoning_gym_entry": {"question": "Navigate from '}' (start) to 'N' (goal):\n\n```\n2222222222\n22UU2UUU22\n2UN2UUUUU2\n2U2UUUUUU2\n2UUUUU2U22\n22UUUUU222\n2UU2UUU2U2\n2U2UUUU2U2\n222UU}U2U2\n2222222222\n```\nLegend: '2' = Wall, 'U' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "11", "metadata": {"source_dataset": "maze", "source_index": 15, "grid_size": 10, "grid": ["2222222222", "22UU2UUU22", "2UN2UUUUU2", "2U2UUUUUU2", "2UUUUU2U22", "22UUUUU222", "2UU2UUU2U2", "2U2UUUU2U2", "222UU}U2U2", "2222222222"], "shortest_path_length": 11, "start": "}", "goal": "N", "wall": "2", "path": "U", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "N",
"grid": [
"2222222222",
"22UU2UUU22",
"2UN2UUUUU2",
"2U2UUUUUU2",
"2UUUUU2U22",
"22UUUUU222",
"2UU2UUU2U2",
"2U2UUUU2U2",
"222UU}U2U2",
"2222222222"
],
"grid_size": 10,
"path": "U",
"shortest_path_length": 11,
"source_dataset": "maze",
"source_index": 15,
"start": "}",
"wall": "2"
} |
reasoning_gym_maze_cDsLvx38 | reasoning_gym | Navigate from 'C' (start) to 'A' (goal):
```
<<<<<<<<<<<
<<<\<\\\\\<
<\<\\<\\\\<
<\\\\\<<\\<
<\\\\\\\<\<
<\\\\<\\<\<
<<\<\<\\\<<
<<\\C\\<\<<
<<\\\\\\\\<
<<\\<\<\A\<
<<<<<<<<<<<
```
Legend: '<' = Wall, '\' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'C' (start) to 'A' (goal):\n\n```\n<<<<<<<<<<<\n<<<\\<\\\\\\\\\\<\n<\\<\\\\<\\\\\\\\<\n<\\\\\\\\\\<<\\\\<\n<\\\\\\\\\\\\\\<\\<\n<\\\\\\\\<\\\\<\\<\n<<\\<\\<\\\\\\<<\n<<\\\\C\\\\<\\<<\n<<\\\\\\\\\\\\\\\\<\n<<\\\\<\\<\\A\\<\n<<<<<<<<<<<\n```\nLegend: '<' = Wall, '\\' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 16, "grid_size": 11, "grid": ["<<<<<<<<<<<", "<<<\\<\\\\\\\\\\<", "<\\<\\\\<\\\\\\\\<", "<\\\\\\\\\\<<\\\\<", "<\\\\\\\\\\\\\\<\\<", "<\\\\\\\\<\\\\<\\<", "<<\\<\\<\\\\\\<<", "<<\\\\C\\\\<\\<<", "<<\\\\\\\\\\\\\\\\<", "<<\\\\<\\<\\A\\<", "<<<<<<<<<<<"], "shortest_path_length": 6, "start": "C", "goal": "A", "wall": "<", "path": "\\", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "A",
"grid": [
"<<<<<<<<<<<",
"<<<\\<\\\\\\\\\\<",
"<\\<\\\\<\\\\\\\\<",
"<\\\\\\\\\\<<\\\\<",
"<\\\\\\\\\\\\\\<\\<",
"<\\\\\\\\<\\\\<\\<",
"<<\\<\\<\\\\\\<<",
"<<\\\\C\\\\<\\<<",
"<<\\\\\\\\\\\\\\\\<",
"<<\\\\<\\<\\A\\<",
"<<<<<<<<<<<"
],
"grid_size": 11,
"path": "\\",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 16,
"start": "C",
"wall": "<"
} |
reasoning_gym_maze_56qqao3f | reasoning_gym | Navigate from 'Z' (start) to 'R' (goal):
```
aaaaaaaaaaaaaaa
aXaXaXXXXaXXXXa
aXaXXXXXXXaaXaa
aXXaXXXXXXaaXaa
aaXXXXaaaaaXaXa
aRaXaXXXXXXaXXa
aXXaXaaXXXXXaXa
aXXXXXaaaXXXaaa
aXXXaZaXXaaXXaa
aXaaXaXaXaaaXaa
aaXXaaaXXXXXXXa
aaXaXXaXaXaXXXa
aXXaaXXXaXXaXXa
aXXXXXXaaaaaXXa
aaaaaaaaaaaaaaa
```
Legend: 'a' = Wall, 'X' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'Z' (start) to 'R' (goal):\n\n```\naaaaaaaaaaaaaaa\naXaXaXXXXaXXXXa\naXaXXXXXXXaaXaa\naXXaXXXXXXaaXaa\naaXXXXaaaaaXaXa\naRaXaXXXXXXaXXa\naXXaXaaXXXXXaXa\naXXXXXaaaXXXaaa\naXXXaZaXXaaXXaa\naXaaXaXaXaaaXaa\naaXXaaaXXXXXXXa\naaXaXXaXaXaXXXa\naXXaaXXXaXXaXXa\naXXXXXXaaaaaXXa\naaaaaaaaaaaaaaa\n```\nLegend: 'a' = Wall, 'X' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 17, "grid_size": 15, "grid": ["aaaaaaaaaaaaaaa", "aXaXaXXXXaXXXXa", "aXaXXXXXXXaaXaa", "aXXaXXXXXXaaXaa", "aaXXXXaaaaaXaXa", "aRaXaXXXXXXaXXa", "aXXaXaaXXXXXaXa", "aXXXXXaaaXXXaaa", "aXXXaZaXXaaXXaa", "aXaaXaXaXaaaXaa", "aaXXaaaXXXXXXXa", "aaXaXXaXaXaXXXa", "aXXaaXXXaXXaXXa", "aXXXXXXaaaaaXXa", "aaaaaaaaaaaaaaa"], "shortest_path_length": 7, "start": "Z", "goal": "R", "wall": "a", "path": "X", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "R",
"grid": [
"aaaaaaaaaaaaaaa",
"aXaXaXXXXaXXXXa",
"aXaXXXXXXXaaXaa",
"aXXaXXXXXXaaXaa",
"aaXXXXaaaaaXaXa",
"aRaXaXXXXXXaXXa",
"aXXaXaaXXXXXaXa",
"aXXXXXaaaXXXaaa",
"aXXXaZaXXaaXXaa",
"aXaaXaXaXaaaXaa",
"aaXXaaaXXXXXXXa",
"aaXaXXaXaXaXXXa",
"aXXaaXXXaXXaXXa",
"aXXXXXXaaaaaXXa",
"aaaaaaaaaaaaaaa"
],
"grid_size": 15,
"path": "X",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 17,
"start": "Z",
"wall": "a"
} |
reasoning_gym_maze_phThuWAU | reasoning_gym | Navigate from '5' (start) to ']' (goal):
```
UUUUUU
U]U*5U
U***UU
U*U**U
U****U
UUUUUU
```
Legend: 'U' = Wall, '*' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from '5' (start) to ']' (goal):\n\n```\nUUUUUU\nU]U*5U\nU***UU\nU*U**U\nU****U\nUUUUUU\n```\nLegend: 'U' = Wall, '*' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 18, "grid_size": 6, "grid": ["UUUUUU", "U]U*5U", "U***UU", "U*U**U", "U****U", "UUUUUU"], "shortest_path_length": 5, "start": "5", "goal": "]", "wall": "U", "path": "*", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "]",
"grid": [
"UUUUUU",
"U]U*5U",
"U***UU",
"U*U**U",
"U****U",
"UUUUUU"
],
"grid_size": 6,
"path": "*",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 18,
"start": "5",
"wall": "U"
} |
reasoning_gym_maze_UdFZyH9n | reasoning_gym | Navigate from '~' (start) to 'c' (goal):
```
********
**T**TT*
*TTTTTc*
*TTTTTT*
*T*TT***
*T~T****
*TTTTTT*
********
```
Legend: '*' = Wall, 'T' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from '~' (start) to 'c' (goal):\n\n```\n********\n**T**TT*\n*TTTTTc*\n*TTTTTT*\n*T*TT***\n*T~T****\n*TTTTTT*\n********\n```\nLegend: '*' = Wall, 'T' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 19, "grid_size": 8, "grid": ["********", "**T**TT*", "*TTTTTc*", "*TTTTTT*", "*T*TT***", "*T~T****", "*TTTTTT*", "********"], "shortest_path_length": 7, "start": "~", "goal": "c", "wall": "*", "path": "T", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "c",
"grid": [
"********",
"**T**TT*",
"*TTTTTc*",
"*TTTTTT*",
"*T*TT***",
"*T~T****",
"*TTTTTT*",
"********"
],
"grid_size": 8,
"path": "T",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 19,
"start": "~",
"wall": "*"
} |
reasoning_gym_maze_2HhGJ5Sr | reasoning_gym | Navigate from '%' (start) to '#' (goal):
```
[[[[[[[[[[
[L[L[LLLL[
[[L[L[LLL[
[LLLLLLLL[
[LL[LLLL#[
[[LLL[[LL[
[L[LLLL[[[
[[LLLL[L[[
[L[%LLLL[[
[[[[[[[[[[
```
Legend: '[' = Wall, 'L' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from '%' (start) to '#' (goal):\n\n```\n[[[[[[[[[[\n[L[L[LLLL[\n[[L[L[LLL[\n[LLLLLLLL[\n[LL[LLLL#[\n[[LLL[[LL[\n[L[LLLL[[[\n[[LLLL[L[[\n[L[%LLLL[[\n[[[[[[[[[[\n```\nLegend: '[' = Wall, 'L' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 20, "grid_size": 10, "grid": ["[[[[[[[[[[", "[L[L[LLLL[", "[[L[L[LLL[", "[LLLLLLLL[", "[LL[LLLL#[", "[[LLL[[LL[", "[L[LLLL[[[", "[[LLLL[L[[", "[L[%LLLL[[", "[[[[[[[[[["], "shortest_path_length": 9, "start": "%", "goal": "#", "wall": "[", "path": "L", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "#",
"grid": [
"[[[[[[[[[[",
"[L[L[LLLL[",
"[[L[L[LLL[",
"[LLLLLLLL[",
"[LL[LLLL#[",
"[[LLL[[LL[",
"[L[LLLL[[[",
"[[LLLL[L[[",
"[L[%LLLL[[",
"[[[[[[[[[["
],
"grid_size": 10,
"path": "L",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 20,
"start": "%",
"wall": "["
} |
reasoning_gym_maze_jIXEF1w2 | reasoning_gym | Navigate from 'A' (start) to '|' (goal):
```
______
__HH|_
_HHH__
_HH___
__HA__
______
```
Legend: '_' = Wall, 'H' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'A' (start) to '|' (goal):\n\n```\n______\n__HH|_\n_HHH__\n_HH___\n__HA__\n______\n```\nLegend: '_' = Wall, 'H' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 21, "grid_size": 6, "grid": ["______", "__HH|_", "_HHH__", "_HH___", "__HA__", "______"], "shortest_path_length": 6, "start": "A", "goal": "|", "wall": "_", "path": "H", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "|",
"grid": [
"______",
"__HH|_",
"_HHH__",
"_HH___",
"__HA__",
"______"
],
"grid_size": 6,
"path": "H",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 21,
"start": "A",
"wall": "_"
} |
reasoning_gym_maze_uzMpQF8u | reasoning_gym | Navigate from 'z' (start) to '|' (goal):
```
,,,,,,,,,,,,,
,A,,AAAA,AA,,
,,A,A,,,,AAA,
,AA,,z,AAA,A,
,AAAAAA,AAAA,
,,,AA,,,A,AA,
,AAA,A,AAA,A,
,A,AAAAAAAAA,
,A,,AA,,AA,A,
,AAAA|,,AAAA,
,AAA,A,,A,AA,
,A,,AAA,A,AA,
,,,,,,,,,,,,,
```
Legend: ',' = Wall, 'A' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from 'z' (start) to '|' (goal):\n\n```\n,,,,,,,,,,,,,\n,A,,AAAA,AA,,\n,,A,A,,,,AAA,\n,AA,,z,AAA,A,\n,AAAAAA,AAAA,\n,,,AA,,,A,AA,\n,AAA,A,AAA,A,\n,A,AAAAAAAAA,\n,A,,AA,,AA,A,\n,AAAA|,,AAAA,\n,AAA,A,,A,AA,\n,A,,AAA,A,AA,\n,,,,,,,,,,,,,\n```\nLegend: ',' = Wall, 'A' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 22, "grid_size": 13, "grid": [",,,,,,,,,,,,,", ",A,,AAAA,AA,,", ",,A,A,,,,AAA,", ",AA,,z,AAA,A,", ",AAAAAA,AAAA,", ",,,AA,,,A,AA,", ",AAA,A,AAA,A,", ",A,AAAAAAAAA,", ",A,,AA,,AA,A,", ",AAAA|,,AAAA,", ",AAA,A,,A,AA,", ",A,,AAA,A,AA,", ",,,,,,,,,,,,,"], "shortest_path_length": 10, "start": "z", "goal": "|", "wall": ",", "path": "A", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "|",
"grid": [
",,,,,,,,,,,,,",
",A,,AAAA,AA,,",
",,A,A,,,,AAA,",
",AA,,z,AAA,A,",
",AAAAAA,AAAA,",
",,,AA,,,A,AA,",
",AAA,A,AAA,A,",
",A,AAAAAAAAA,",
",A,,AA,,AA,A,",
",AAAA|,,AAAA,",
",AAA,A,,A,AA,",
",A,,AAA,A,AA,",
",,,,,,,,,,,,,"
],
"grid_size": 13,
"path": "A",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 22,
"start": "z",
"wall": ","
} |
reasoning_gym_maze_iUwF5RDP | reasoning_gym | Navigate from 'Q' (start) to 'J' (goal):
```
-------------
-u-uuuuuu-uu-
-uu---u----u-
-uu-uuu-uuuu-
-uuuu-uuuuuu-
-uuu--uu-uuu-
-uuuuuuuuuuu-
-uuuuQu-u-u--
-u-uuu-u-u---
---uuuuuuuuu-
-uuuuuuu-uuu-
-uuuJuu--u---
-------------
```
Legend: '-' = Wall, 'u' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'Q' (start) to 'J' (goal):\n\n```\n-------------\n-u-uuuuuu-uu-\n-uu---u----u-\n-uu-uuu-uuuu-\n-uuuu-uuuuuu-\n-uuu--uu-uuu-\n-uuuuuuuuuuu-\n-uuuuQu-u-u--\n-u-uuu-u-u---\n---uuuuuuuuu-\n-uuuuuuu-uuu-\n-uuuJuu--u---\n-------------\n```\nLegend: '-' = Wall, 'u' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 23, "grid_size": 13, "grid": ["-------------", "-u-uuuuuu-uu-", "-uu---u----u-", "-uu-uuu-uuuu-", "-uuuu-uuuuuu-", "-uuu--uu-uuu-", "-uuuuuuuuuuu-", "-uuuuQu-u-u--", "-u-uuu-u-u---", "---uuuuuuuuu-", "-uuuuuuu-uuu-", "-uuuJuu--u---", "-------------"], "shortest_path_length": 5, "start": "Q", "goal": "J", "wall": "-", "path": "u", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "J",
"grid": [
"-------------",
"-u-uuuuuu-uu-",
"-uu---u----u-",
"-uu-uuu-uuuu-",
"-uuuu-uuuuuu-",
"-uuu--uu-uuu-",
"-uuuuuuuuuuu-",
"-uuuuQu-u-u--",
"-u-uuu-u-u---",
"---uuuuuuuuu-",
"-uuuuuuu-uuu-",
"-uuuJuu--u---",
"-------------"
],
"grid_size": 13,
"path": "u",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 23,
"start": "Q",
"wall": "-"
} |
reasoning_gym_maze_s4rExUVj | reasoning_gym | Navigate from '_' (start) to 'l' (goal):
```
zzzzzzzzzzzzzzzz
zzzvzvvvvzvzvzzz
zvzvzvzvvzzvvzvz
zvzvvzvvvzvzvzvz
zzzzvzvvvvvzvzvz
zvvzvvvzvzvvzvzz
zvzvvvlvvvzvvzvz
zzvvzvvvvvzvvvvz
zvzvvzvvvvvvvvzz
zvzzzzvvvzzvvvzz
zvvzvvzvzvvzvvvz
zvzzvvvvzzzvvvzz
zzvzzvvv_vvzvvvz
zzzvvvzvvvvvvvvz
zvvvzvvvzvzzvvvz
zzzzzzzzzzzzzzzz
```
Legend: 'z' = Wall, 'v' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from '_' (start) to 'l' (goal):\n\n```\nzzzzzzzzzzzzzzzz\nzzzvzvvvvzvzvzzz\nzvzvzvzvvzzvvzvz\nzvzvvzvvvzvzvzvz\nzzzzvzvvvvvzvzvz\nzvvzvvvzvzvvzvzz\nzvzvvvlvvvzvvzvz\nzzvvzvvvvvzvvvvz\nzvzvvzvvvvvvvvzz\nzvzzzzvvvzzvvvzz\nzvvzvvzvzvvzvvvz\nzvzzvvvvzzzvvvzz\nzzvzzvvv_vvzvvvz\nzzzvvvzvvvvvvvvz\nzvvvzvvvzvzzvvvz\nzzzzzzzzzzzzzzzz\n```\nLegend: 'z' = Wall, 'v' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 24, "grid_size": 16, "grid": ["zzzzzzzzzzzzzzzz", "zzzvzvvvvzvzvzzz", "zvzvzvzvvzzvvzvz", "zvzvvzvvvzvzvzvz", "zzzzvzvvvvvzvzvz", "zvvzvvvzvzvvzvzz", "zvzvvvlvvvzvvzvz", "zzvvzvvvvvzvvvvz", "zvzvvzvvvvvvvvzz", "zvzzzzvvvzzvvvzz", "zvvzvvzvzvvzvvvz", "zvzzvvvvzzzvvvzz", "zzvzzvvv_vvzvvvz", "zzzvvvzvvvvvvvvz", "zvvvzvvvzvzzvvvz", "zzzzzzzzzzzzzzzz"], "shortest_path_length": 8, "start": "_", "goal": "l", "wall": "z", "path": "v", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "l",
"grid": [
"zzzzzzzzzzzzzzzz",
"zzzvzvvvvzvzvzzz",
"zvzvzvzvvzzvvzvz",
"zvzvvzvvvzvzvzvz",
"zzzzvzvvvvvzvzvz",
"zvvzvvvzvzvvzvzz",
"zvzvvvlvvvzvvzvz",
"zzvvzvvvvvzvvvvz",
"zvzvvzvvvvvvvvzz",
"zvzzzzvvvzzvvvzz",
"zvvzvvzvzvvzvvvz",
"zvzzvvvvzzzvvvzz",
"zzvzzvvv_vvzvvvz",
"zzzvvvzvvvvvvvvz",
"zvvvzvvvzvzzvvvz",
"zzzzzzzzzzzzzzzz"
],
"grid_size": 16,
"path": "v",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 24,
"start": "_",
"wall": "z"
} |
reasoning_gym_maze_8FYZJODG | reasoning_gym | Navigate from 'x' (start) to 'Y' (goal):
```
NNNNNNNNNNNNNNNN
NNrrrrrrrNNrNNrN
NNNrNrrrrNrrrrNN
NrrrrrrrNrrrNrrN
NrrrrrrNrNrNrNrN
NrrrNrNrrrNrNrNN
NrrrrrNNNrrNNrrN
NrrrNNrrNNrrNNrN
NrrrrrrrrrrrrrrN
NNrrNrrrrrxNrNrN
NNNrNNNrrNrrrrrN
NrrrrrNrrrrrrrNN
NNrrrNrrrrrNrrrN
NrrrrNrrrNNNNrrN
NrrrNNrrrrYrrrrN
NNNNNNNNNNNNNNNN
```
Legend: 'N' = Wall, 'r' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'x' (start) to 'Y' (goal):\n\n```\nNNNNNNNNNNNNNNNN\nNNrrrrrrrNNrNNrN\nNNNrNrrrrNrrrrNN\nNrrrrrrrNrrrNrrN\nNrrrrrrNrNrNrNrN\nNrrrNrNrrrNrNrNN\nNrrrrrNNNrrNNrrN\nNrrrNNrrNNrrNNrN\nNrrrrrrrrrrrrrrN\nNNrrNrrrrrxNrNrN\nNNNrNNNrrNrrrrrN\nNrrrrrNrrrrrrrNN\nNNrrrNrrrrrNrrrN\nNrrrrNrrrNNNNrrN\nNrrrNNrrrrYrrrrN\nNNNNNNNNNNNNNNNN\n```\nLegend: 'N' = Wall, 'r' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 25, "grid_size": 16, "grid": ["NNNNNNNNNNNNNNNN", "NNrrrrrrrNNrNNrN", "NNNrNrrrrNrrrrNN", "NrrrrrrrNrrrNrrN", "NrrrrrrNrNrNrNrN", "NrrrNrNrrrNrNrNN", "NrrrrrNNNrrNNrrN", "NrrrNNrrNNrrNNrN", "NrrrrrrrrrrrrrrN", "NNrrNrrrrrxNrNrN", "NNNrNNNrrNrrrrrN", "NrrrrrNrrrrrrrNN", "NNrrrNrrrrrNrrrN", "NrrrrNrrrNNNNrrN", "NrrrNNrrrrYrrrrN", "NNNNNNNNNNNNNNNN"], "shortest_path_length": 9, "start": "x", "goal": "Y", "wall": "N", "path": "r", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "Y",
"grid": [
"NNNNNNNNNNNNNNNN",
"NNrrrrrrrNNrNNrN",
"NNNrNrrrrNrrrrNN",
"NrrrrrrrNrrrNrrN",
"NrrrrrrNrNrNrNrN",
"NrrrNrNrrrNrNrNN",
"NrrrrrNNNrrNNrrN",
"NrrrNNrrNNrrNNrN",
"NrrrrrrrrrrrrrrN",
"NNrrNrrrrrxNrNrN",
"NNNrNNNrrNrrrrrN",
"NrrrrrNrrrrrrrNN",
"NNrrrNrrrrrNrrrN",
"NrrrrNrrrNNNNrrN",
"NrrrNNrrrrYrrrrN",
"NNNNNNNNNNNNNNNN"
],
"grid_size": 16,
"path": "r",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 25,
"start": "x",
"wall": "N"
} |
reasoning_gym_maze_yxB6kCn3 | reasoning_gym | Navigate from 'l' (start) to 'X' (goal):
```
uuuuuuuu
uu7u77uu
u7777uuu
u77777lu
u77777uu
uuXu777u
u77777uu
uuuuuuuu
```
Legend: 'u' = Wall, '7' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'l' (start) to 'X' (goal):\n\n```\nuuuuuuuu\nuu7u77uu\nu7777uuu\nu77777lu\nu77777uu\nuuXu777u\nu77777uu\nuuuuuuuu\n```\nLegend: 'u' = Wall, '7' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 26, "grid_size": 8, "grid": ["uuuuuuuu", "uu7u77uu", "u7777uuu", "u77777lu", "u77777uu", "uuXu777u", "u77777uu", "uuuuuuuu"], "shortest_path_length": 6, "start": "l", "goal": "X", "wall": "u", "path": "7", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "X",
"grid": [
"uuuuuuuu",
"uu7u77uu",
"u7777uuu",
"u77777lu",
"u77777uu",
"uuXu777u",
"u77777uu",
"uuuuuuuu"
],
"grid_size": 8,
"path": "7",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 26,
"start": "l",
"wall": "u"
} |
reasoning_gym_maze_R7kiRuUP | reasoning_gym | Navigate from 'i' (start) to 'T' (goal):
```
88888888888
88mm8mmm888
8mmmmmm8mT8
8mm8mmmmm88
88mm8mmm8m8
88mm88imm88
88mm88mmmm8
8m88mmmmm88
8mmmm88mm88
88mmm888mm8
88888888888
```
Legend: '8' = Wall, 'm' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'i' (start) to 'T' (goal):\n\n```\n88888888888\n88mm8mmm888\n8mmmmmm8mT8\n8mm8mmmmm88\n88mm8mmm8m8\n88mm88imm88\n88mm88mmmm8\n8m88mmmmm88\n8mmmm88mm88\n88mmm888mm8\n88888888888\n```\nLegend: '8' = Wall, 'm' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 27, "grid_size": 11, "grid": ["88888888888", "88mm8mmm888", "8mmmmmm8mT8", "8mm8mmmmm88", "88mm8mmm8m8", "88mm88imm88", "88mm88mmmm8", "8m88mmmmm88", "8mmmm88mm88", "88mmm888mm8", "88888888888"], "shortest_path_length": 6, "start": "i", "goal": "T", "wall": "8", "path": "m", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "T",
"grid": [
"88888888888",
"88mm8mmm888",
"8mmmmmm8mT8",
"8mm8mmmmm88",
"88mm8mmm8m8",
"88mm88imm88",
"88mm88mmmm8",
"8m88mmmmm88",
"8mmmm88mm88",
"88mmm888mm8",
"88888888888"
],
"grid_size": 11,
"path": "m",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 27,
"start": "i",
"wall": "8"
} |
reasoning_gym_maze_80okA3rP | reasoning_gym | Navigate from 'z' (start) to '>' (goal):
```
QQQQQQQQQQQQQQQQ
QBBBBBBBBBQQQQBQ
QQBQBBBQBBQBBBQQ
QQQBBBBQBBQBBBQQ
QBBBBBBBBQBBBBBQ
QBBQBQQQQBBQBBBQ
QBBBQQQQBBBBBBQQ
QQBQBBBBBQQBQBBQ
QQBBQBBBBBQBBBQQ
QBQQQBBBBQBBQBBQ
QBQBBBBBBBQQBQBQ
QQBQBBzBQBBBQBBQ
QQBBBBQBBQBBBBBQ
QBQBBBQQQBB>BQQQ
QQBBBBQBBBQBBBBQ
QQQQQQQQQQQQQQQQ
```
Legend: 'Q' = Wall, 'B' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'z' (start) to '>' (goal):\n\n```\nQQQQQQQQQQQQQQQQ\nQBBBBBBBBBQQQQBQ\nQQBQBBBQBBQBBBQQ\nQQQBBBBQBBQBBBQQ\nQBBBBBBBBQBBBBBQ\nQBBQBQQQQBBQBBBQ\nQBBBQQQQBBBBBBQQ\nQQBQBBBBBQQBQBBQ\nQQBBQBBBBBQBBBQQ\nQBQQQBBBBQBBQBBQ\nQBQBBBBBBBQQBQBQ\nQQBQBBzBQBBBQBBQ\nQQBBBBQBBQBBBBBQ\nQBQBBBQQQBB>BQQQ\nQQBBBBQBBBQBBBBQ\nQQQQQQQQQQQQQQQQ\n```\nLegend: 'Q' = Wall, 'B' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 28, "grid_size": 16, "grid": ["QQQQQQQQQQQQQQQQ", "QBBBBBBBBBQQQQBQ", "QQBQBBBQBBQBBBQQ", "QQQBBBBQBBQBBBQQ", "QBBBBBBBBQBBBBBQ", "QBBQBQQQQBBQBBBQ", "QBBBQQQQBBBBBBQQ", "QQBQBBBBBQQBQBBQ", "QQBBQBBBBBQBBBQQ", "QBQQQBBBBQBBQBBQ", "QBQBBBBBBBQQBQBQ", "QQBQBBzBQBBBQBBQ", "QQBBBBQBBQBBBBBQ", "QBQBBBQQQBB>BQQQ", "QQBBBBQBBBQBBBBQ", "QQQQQQQQQQQQQQQQ"], "shortest_path_length": 9, "start": "z", "goal": ">", "wall": "Q", "path": "B", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ">",
"grid": [
"QQQQQQQQQQQQQQQQ",
"QBBBBBBBBBQQQQBQ",
"QQBQBBBQBBQBBBQQ",
"QQQBBBBQBBQBBBQQ",
"QBBBBBBBBQBBBBBQ",
"QBBQBQQQQBBQBBBQ",
"QBBBQQQQBBBBBBQQ",
"QQBQBBBBBQQBQBBQ",
"QQBBQBBBBBQBBBQQ",
"QBQQQBBBBQBBQBBQ",
"QBQBBBBBBBQQBQBQ",
"QQBQBBzBQBBBQBBQ",
"QQBBBBQBBQBBBBBQ",
"QBQBBBQQQBB>BQQQ",
"QQBBBBQBBBQBBBBQ",
"QQQQQQQQQQQQQQQQ"
],
"grid_size": 16,
"path": "B",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 28,
"start": "z",
"wall": "Q"
} |
reasoning_gym_maze_VyDORQyi | reasoning_gym | Navigate from 'r' (start) to ';' (goal):
```
PPPPPPPPPPPPPPP
PP__PPP_P___P_P
P_P_P_____PPPPP
P___P____P____P
P___P___PP____P
PP_P______P___P
P_____P_P_P___P
P______P_____PP
P___PP_P__P__PP
P___P__P_PP___P
P_____r__PP_P_P
PP__P_P_PP____P
P_P___PPPP_P__P
P_P;__P_P_____P
PPPPPPPPPPPPPPP
```
Legend: 'P' = Wall, '_' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'r' (start) to ';' (goal):\n\n```\nPPPPPPPPPPPPPPP\nPP__PPP_P___P_P\nP_P_P_____PPPPP\nP___P____P____P\nP___P___PP____P\nPP_P______P___P\nP_____P_P_P___P\nP______P_____PP\nP___PP_P__P__PP\nP___P__P_PP___P\nP_____r__PP_P_P\nPP__P_P_PP____P\nP_P___PPPP_P__P\nP_P;__P_P_____P\nPPPPPPPPPPPPPPP\n```\nLegend: 'P' = Wall, '_' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 29, "grid_size": 15, "grid": ["PPPPPPPPPPPPPPP", "PP__PPP_P___P_P", "P_P_P_____PPPPP", "P___P____P____P", "P___P___PP____P", "PP_P______P___P", "P_____P_P_P___P", "P______P_____PP", "P___PP_P__P__PP", "P___P__P_PP___P", "P_____r__PP_P_P", "PP__P_P_PP____P", "P_P___PPPP_P__P", "P_P;__P_P_____P", "PPPPPPPPPPPPPPP"], "shortest_path_length": 6, "start": "r", "goal": ";", "wall": "P", "path": "_", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ";",
"grid": [
"PPPPPPPPPPPPPPP",
"PP__PPP_P___P_P",
"P_P_P_____PPPPP",
"P___P____P____P",
"P___P___PP____P",
"PP_P______P___P",
"P_____P_P_P___P",
"P______P_____PP",
"P___PP_P__P__PP",
"P___P__P_PP___P",
"P_____r__PP_P_P",
"PP__P_P_PP____P",
"P_P___PPPP_P__P",
"P_P;__P_P_____P",
"PPPPPPPPPPPPPPP"
],
"grid_size": 15,
"path": "_",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 29,
"start": "r",
"wall": "P"
} |
reasoning_gym_maze_Ua1H6rYb | reasoning_gym | Navigate from 'x' (start) to '/' (goal):
```
uuuuuuuuuuuu
uTTTuuTTuTTu
uuTuTTTTTTuu
uTTTxuTTT/uu
uuTuuTTTTuuu
uTTuTTTTTTuu
uTuuuuTTuTTu
uTTuTTTuuuuu
uTTTTTTTTuTu
uuuTTTTTuTTu
uTTuTTTTuuTu
uuuuuuuuuuuu
```
Legend: 'u' = Wall, 'T' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from 'x' (start) to '/' (goal):\n\n```\nuuuuuuuuuuuu\nuTTTuuTTuTTu\nuuTuTTTTTTuu\nuTTTxuTTT/uu\nuuTuuTTTTuuu\nuTTuTTTTTTuu\nuTuuuuTTuTTu\nuTTuTTTuuuuu\nuTTTTTTTTuTu\nuuuTTTTTuTTu\nuTTuTTTTuuTu\nuuuuuuuuuuuu\n```\nLegend: 'u' = Wall, 'T' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 30, "grid_size": 12, "grid": ["uuuuuuuuuuuu", "uTTTuuTTuTTu", "uuTuTTTTTTuu", "uTTTxuTTT/uu", "uuTuuTTTTuuu", "uTTuTTTTTTuu", "uTuuuuTTuTTu", "uTTuTTTuuuuu", "uTTTTTTTTuTu", "uuuTTTTTuTTu", "uTTuTTTTuuTu", "uuuuuuuuuuuu"], "shortest_path_length": 7, "start": "x", "goal": "/", "wall": "u", "path": "T", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "/",
"grid": [
"uuuuuuuuuuuu",
"uTTTuuTTuTTu",
"uuTuTTTTTTuu",
"uTTTxuTTT/uu",
"uuTuuTTTTuuu",
"uTTuTTTTTTuu",
"uTuuuuTTuTTu",
"uTTuTTTuuuuu",
"uTTTTTTTTuTu",
"uuuTTTTTuTTu",
"uTTuTTTTuuTu",
"uuuuuuuuuuuu"
],
"grid_size": 12,
"path": "T",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 30,
"start": "x",
"wall": "u"
} |
reasoning_gym_maze_LdkJN724 | reasoning_gym | Navigate from 'N' (start) to ')' (goal):
```
vvvvvvvvvvv
vvvvyyyvyyv
vyyNyyyyv)v
vyyyyyvyyyv
vyyvyyvyvyv
vvvyyyvyyvv
vyvvyyyvyyv
vvvvyyyyyyv
vyyyvyvyvyv
vyyyyyvvyyv
vvvvvvvvvvv
```
Legend: 'v' = Wall, 'y' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'N' (start) to ')' (goal):\n\n```\nvvvvvvvvvvv\nvvvvyyyvyyv\nvyyNyyyyv)v\nvyyyyyvyyyv\nvyyvyyvyvyv\nvvvyyyvyyvv\nvyvvyyyvyyv\nvvvvyyyyyyv\nvyyyvyvyvyv\nvyyyyyvvyyv\nvvvvvvvvvvv\n```\nLegend: 'v' = Wall, 'y' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 31, "grid_size": 11, "grid": ["vvvvvvvvvvv", "vvvvyyyvyyv", "vyyNyyyyv)v", "vyyyyyvyyyv", "vyyvyyvyvyv", "vvvyyyvyyvv", "vyvvyyyvyyv", "vvvvyyyyyyv", "vyyyvyvyvyv", "vyyyyyvvyyv", "vvvvvvvvvvv"], "shortest_path_length": 8, "start": "N", "goal": ")", "wall": "v", "path": "y", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ")",
"grid": [
"vvvvvvvvvvv",
"vvvvyyyvyyv",
"vyyNyyyyv)v",
"vyyyyyvyyyv",
"vyyvyyvyvyv",
"vvvyyyvyyvv",
"vyvvyyyvyyv",
"vvvvyyyyyyv",
"vyyyvyvyvyv",
"vyyyyyvvyyv",
"vvvvvvvvvvv"
],
"grid_size": 11,
"path": "y",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 31,
"start": "N",
"wall": "v"
} |
reasoning_gym_maze_NszcQ24N | reasoning_gym | Navigate from 'o' (start) to '-' (goal):
```
88888888
8=8====8
8====8=8
8=8==8=8
8==8==88
8=====o8
8-===888
88888888
```
Legend: '8' = Wall, '=' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'o' (start) to '-' (goal):\n\n```\n88888888\n8=8====8\n8====8=8\n8=8==8=8\n8==8==88\n8=====o8\n8-===888\n88888888\n```\nLegend: '8' = Wall, '=' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 32, "grid_size": 8, "grid": ["88888888", "8=8====8", "8====8=8", "8=8==8=8", "8==8==88", "8=====o8", "8-===888", "88888888"], "shortest_path_length": 6, "start": "o", "goal": "-", "wall": "8", "path": "=", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "-",
"grid": [
"88888888",
"8=8====8",
"8====8=8",
"8=8==8=8",
"8==8==88",
"8=====o8",
"8-===888",
"88888888"
],
"grid_size": 8,
"path": "=",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 32,
"start": "o",
"wall": "8"
} |
reasoning_gym_maze_yVuVpZq6 | reasoning_gym | Navigate from 'x' (start) to 'E' (goal):
```
yyyyyyyy
yEy555yy
y5555yyy
yy55xy5y
y5yyy5yy
y5yy5yyy
yy5yyy5y
yyyyyyyy
```
Legend: 'y' = Wall, '5' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'x' (start) to 'E' (goal):\n\n```\nyyyyyyyy\nyEy555yy\ny5555yyy\nyy55xy5y\ny5yyy5yy\ny5yy5yyy\nyy5yyy5y\nyyyyyyyy\n```\nLegend: 'y' = Wall, '5' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 33, "grid_size": 8, "grid": ["yyyyyyyy", "yEy555yy", "y5555yyy", "yy55xy5y", "y5yyy5yy", "y5yy5yyy", "yy5yyy5y", "yyyyyyyy"], "shortest_path_length": 5, "start": "x", "goal": "E", "wall": "y", "path": "5", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "E",
"grid": [
"yyyyyyyy",
"yEy555yy",
"y5555yyy",
"yy55xy5y",
"y5yyy5yy",
"y5yy5yyy",
"yy5yyy5y",
"yyyyyyyy"
],
"grid_size": 8,
"path": "5",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 33,
"start": "x",
"wall": "y"
} |
reasoning_gym_maze_o3RZyLOV | reasoning_gym | Navigate from 't' (start) to 'V' (goal):
```
((((((((((((((((
((DDDDDDDDDDD(((
(D(DDDDD((DD(DD(
(D(DDD(DDDDD(DD(
(DDDDDD(DD(D(D((
(DD(D(DD(DDDDD((
(DD(D(DDDDDDDDD(
(DD((DDDDDDD(D((
(D(DD((D(DDDDDD(
(DDDDD(DDD((D(D(
(DDDDDD(DDDDDD((
(((DDDDDD(DDDtD(
(DDDD(D(D(((DD((
(D((D(DDDDD(D(D(
((DDDDDDDD((DDV(
((((((((((((((((
```
Legend: '(' = Wall, 'D' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 't' (start) to 'V' (goal):\n\n```\n((((((((((((((((\n((DDDDDDDDDDD(((\n(D(DDDDD((DD(DD(\n(D(DDD(DDDDD(DD(\n(DDDDDD(DD(D(D((\n(DD(D(DD(DDDDD((\n(DD(D(DDDDDDDDD(\n(DD((DDDDDDD(D((\n(D(DD((D(DDDDDD(\n(DDDDD(DDD((D(D(\n(DDDDDD(DDDDDD((\n(((DDDDDD(DDDtD(\n(DDDD(D(D(((DD((\n(D((D(DDDDD(D(D(\n((DDDDDDDD((DDV(\n((((((((((((((((\n```\nLegend: '(' = Wall, 'D' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 34, "grid_size": 16, "grid": ["((((((((((((((((", "((DDDDDDDDDDD(((", "(D(DDDDD((DD(DD(", "(D(DDD(DDDDD(DD(", "(DDDDDD(DD(D(D((", "(DD(D(DD(DDDDD((", "(DD(D(DDDDDDDDD(", "(DD((DDDDDDD(D((", "(D(DD((D(DDDDDD(", "(DDDDD(DDD((D(D(", "(DDDDDD(DDDDDD((", "(((DDDDDD(DDDtD(", "(DDDD(D(D(((DD((", "(D((D(DDDDD(D(D(", "((DDDDDDDD((DDV(", "(((((((((((((((("], "shortest_path_length": 6, "start": "t", "goal": "V", "wall": "(", "path": "D", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "V",
"grid": [
"((((((((((((((((",
"((DDDDDDDDDDD(((",
"(D(DDDDD((DD(DD(",
"(D(DDD(DDDDD(DD(",
"(DDDDDD(DD(D(D((",
"(DD(D(DD(DDDDD((",
"(DD(D(DDDDDDDDD(",
"(DD((DDDDDDD(D((",
"(D(DD((D(DDDDDD(",
"(DDDDD(DDD((D(D(",
"(DDDDDD(DDDDDD((",
"(((DDDDDD(DDDtD(",
"(DDDD(D(D(((DD((",
"(D((D(DDDDD(D(D(",
"((DDDDDDDD((DDV(",
"(((((((((((((((("
],
"grid_size": 16,
"path": "D",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 34,
"start": "t",
"wall": "("
} |
reasoning_gym_maze_ScZBtO4L | reasoning_gym | Navigate from 'e' (start) to 'i' (goal):
```
kkkkkkkkk
kk||k|k|k
kk||e|||k
k||||||kk
k||k||||k
ki|k|k|kk
k|k|k|||k
k|||kk||k
kkkkkkkkk
```
Legend: 'k' = Wall, '|' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from 'e' (start) to 'i' (goal):\n\n```\nkkkkkkkkk\nkk||k|k|k\nkk||e|||k\nk||||||kk\nk||k||||k\nki|k|k|kk\nk|k|k|||k\nk|||kk||k\nkkkkkkkkk\n```\nLegend: 'k' = Wall, '|' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 35, "grid_size": 9, "grid": ["kkkkkkkkk", "kk||k|k|k", "kk||e|||k", "k||||||kk", "k||k||||k", "ki|k|k|kk", "k|k|k|||k", "k|||kk||k", "kkkkkkkkk"], "shortest_path_length": 6, "start": "e", "goal": "i", "wall": "k", "path": "|", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "i",
"grid": [
"kkkkkkkkk",
"kk||k|k|k",
"kk||e|||k",
"k||||||kk",
"k||k||||k",
"ki|k|k|kk",
"k|k|k|||k",
"k|||kk||k",
"kkkkkkkkk"
],
"grid_size": 9,
"path": "|",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 35,
"start": "e",
"wall": "k"
} |
reasoning_gym_maze_rRTahYwX | reasoning_gym | Navigate from '=' (start) to 'e' (goal):
```
?????????????
?V???VVVVVVV?
??VV??V?VVVV?
??VV??VVVV???
??V?VVVVVVe??
?V?V?=V?V?VV?
?V???VVVVVVV?
?VVVVVVVV??V?
?VVVV?V?VV???
?V??V?VVV?VV?
?VVVV?V??????
?V?V?VVV?V???
?????????????
```
Legend: '?' = Wall, 'V' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '=' (start) to 'e' (goal):\n\n```\n?????????????\n?V???VVVVVVV?\n??VV??V?VVVV?\n??VV??VVVV???\n??V?VVVVVVe??\n?V?V?=V?V?VV?\n?V???VVVVVVV?\n?VVVVVVVV??V?\n?VVVV?V?VV???\n?V??V?VVV?VV?\n?VVVV?V??????\n?V?V?VVV?V???\n?????????????\n```\nLegend: '?' = Wall, 'V' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 36, "grid_size": 13, "grid": ["?????????????", "?V???VVVVVVV?", "??VV??V?VVVV?", "??VV??VVVV???", "??V?VVVVVVe??", "?V?V?=V?V?VV?", "?V???VVVVVVV?", "?VVVVVVVV??V?", "?VVVV?V?VV???", "?V??V?VVV?VV?", "?VVVV?V??????", "?V?V?VVV?V???", "?????????????"], "shortest_path_length": 6, "start": "=", "goal": "e", "wall": "?", "path": "V", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "e",
"grid": [
"?????????????",
"?V???VVVVVVV?",
"??VV??V?VVVV?",
"??VV??VVVV???",
"??V?VVVVVVe??",
"?V?V?=V?V?VV?",
"?V???VVVVVVV?",
"?VVVVVVVV??V?",
"?VVVV?V?VV???",
"?V??V?VVV?VV?",
"?VVVV?V??????",
"?V?V?VVV?V???",
"?????????????"
],
"grid_size": 13,
"path": "V",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 36,
"start": "=",
"wall": "?"
} |
reasoning_gym_maze_MV5sriC3 | reasoning_gym | Navigate from 'v' (start) to '!' (goal):
```
%%%%%%%%%%%%%%%%
%<<%<<<<<<<<<<<%
%%<<<<%<<<%<<<<%
%<v<<<%<%<<<<<<%
%<<<<<<<<<%<%%<%
%%<<<%%<%%<<%%<%
%<<%<%<<<<<<<<<%
%%<%%<<<<%<%<%%%
%<<<%<<%%<%%<<<%
%<%<<<<<<<<<<<<%
%<<%!%%<%<<<<%%%
%<%<%%<<%%%<%<<%
%<<<<<%%%<<<<<<%
%<<<<<%<<%<<%%%%
%%<%<%<<<<%<<%<%
%%%%%%%%%%%%%%%%
```
Legend: '%' = Wall, '<' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "9", "reasoning_gym_entry": {"question": "Navigate from 'v' (start) to '!' (goal):\n\n```\n%%%%%%%%%%%%%%%%\n%<<%<<<<<<<<<<<%\n%%<<<<%<<<%<<<<%\n%<v<<<%<%<<<<<<%\n%<<<<<<<<<%<%%<%\n%%<<<%%<%%<<%%<%\n%<<%<%<<<<<<<<<%\n%%<%%<<<<%<%<%%%\n%<<<%<<%%<%%<<<%\n%<%<<<<<<<<<<<<%\n%<<%!%%<%<<<<%%%\n%<%<%%<<%%%<%<<%\n%<<<<<%%%<<<<<<%\n%<<<<<%<<%<<%%%%\n%%<%<%<<<<%<<%<%\n%%%%%%%%%%%%%%%%\n```\nLegend: '%' = Wall, '<' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "9", "metadata": {"source_dataset": "maze", "source_index": 37, "grid_size": 16, "grid": ["%%%%%%%%%%%%%%%%", "%<<%<<<<<<<<<<<%", "%%<<<<%<<<%<<<<%", "%<v<<<%<%<<<<<<%", "%<<<<<<<<<%<%%<%", "%%<<<%%<%%<<%%<%", "%<<%<%<<<<<<<<<%", "%%<%%<<<<%<%<%%%", "%<<<%<<%%<%%<<<%", "%<%<<<<<<<<<<<<%", "%<<%!%%<%<<<<%%%", "%<%<%%<<%%%<%<<%", "%<<<<<%%%<<<<<<%", "%<<<<<%<<%<<%%%%", "%%<%<%<<<<%<<%<%", "%%%%%%%%%%%%%%%%"], "shortest_path_length": 9, "start": "v", "goal": "!", "wall": "%", "path": "<", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "!",
"grid": [
"%%%%%%%%%%%%%%%%",
"%<<%<<<<<<<<<<<%",
"%%<<<<%<<<%<<<<%",
"%<v<<<%<%<<<<<<%",
"%<<<<<<<<<%<%%<%",
"%%<<<%%<%%<<%%<%",
"%<<%<%<<<<<<<<<%",
"%%<%%<<<<%<%<%%%",
"%<<<%<<%%<%%<<<%",
"%<%<<<<<<<<<<<<%",
"%<<%!%%<%<<<<%%%",
"%<%<%%<<%%%<%<<%",
"%<<<<<%%%<<<<<<%",
"%<<<<<%<<%<<%%%%",
"%%<%<%<<<<%<<%<%",
"%%%%%%%%%%%%%%%%"
],
"grid_size": 16,
"path": "<",
"shortest_path_length": 9,
"source_dataset": "maze",
"source_index": 37,
"start": "v",
"wall": "%"
} |
reasoning_gym_maze_gXa7Sb1F | reasoning_gym | Navigate from '7' (start) to 'z' (goal):
```
XXXXXXXXXXXXX
XXXXHHHHXXHHX
XXHHHXXXHHHHX
XHHHXHXHHHHXX
XHHXHHXXHHXHX
XXHHHHHHHHH7X
XHHHHzHHXHHHX
XHHXXHHHHXHHX
XXHHHHHXHHHHX
XHHHXHHXHHHXX
XHHXHHHHHXHXX
XHHHHHHXHHXHX
XXXXXXXXXXXXX
```
Legend: 'X' = Wall, 'H' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from '7' (start) to 'z' (goal):\n\n```\nXXXXXXXXXXXXX\nXXXXHHHHXXHHX\nXXHHHXXXHHHHX\nXHHHXHXHHHHXX\nXHHXHHXXHHXHX\nXXHHHHHHHHH7X\nXHHHHzHHXHHHX\nXHHXXHHHHXHHX\nXXHHHHHXHHHHX\nXHHHXHHXHHHXX\nXHHXHHHHHXHXX\nXHHHHHHXHHXHX\nXXXXXXXXXXXXX\n```\nLegend: 'X' = Wall, 'H' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 38, "grid_size": 13, "grid": ["XXXXXXXXXXXXX", "XXXXHHHHXXHHX", "XXHHHXXXHHHHX", "XHHHXHXHHHHXX", "XHHXHHXXHHXHX", "XXHHHHHHHHH7X", "XHHHHzHHXHHHX", "XHHXXHHHHXHHX", "XXHHHHHXHHHHX", "XHHHXHHXHHHXX", "XHHXHHHHHXHXX", "XHHHHHHXHHXHX", "XXXXXXXXXXXXX"], "shortest_path_length": 7, "start": "7", "goal": "z", "wall": "X", "path": "H", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "z",
"grid": [
"XXXXXXXXXXXXX",
"XXXXHHHHXXHHX",
"XXHHHXXXHHHHX",
"XHHHXHXHHHHXX",
"XHHXHHXXHHXHX",
"XXHHHHHHHHH7X",
"XHHHHzHHXHHHX",
"XHHXXHHHHXHHX",
"XXHHHHHXHHHHX",
"XHHHXHHXHHHXX",
"XHHXHHHHHXHXX",
"XHHHHHHXHHXHX",
"XXXXXXXXXXXXX"
],
"grid_size": 13,
"path": "H",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 38,
"start": "7",
"wall": "X"
} |
reasoning_gym_maze_plGh04wa | reasoning_gym | Navigate from '3' (start) to 'G' (goal):
```
^^^^^^^^
^kk^^^k^
^kk^^k^^
^kkkkk^^
^G^^kkk^
^k^k3k^^
^^kk^^k^
^^^^^^^^
```
Legend: '^' = Wall, 'k' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "6", "reasoning_gym_entry": {"question": "Navigate from '3' (start) to 'G' (goal):\n\n```\n^^^^^^^^\n^kk^^^k^\n^kk^^k^^\n^kkkkk^^\n^G^^kkk^\n^k^k3k^^\n^^kk^^k^\n^^^^^^^^\n```\nLegend: '^' = Wall, 'k' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "6", "metadata": {"source_dataset": "maze", "source_index": 39, "grid_size": 8, "grid": ["^^^^^^^^", "^kk^^^k^", "^kk^^k^^", "^kkkkk^^", "^G^^kkk^", "^k^k3k^^", "^^kk^^k^", "^^^^^^^^"], "shortest_path_length": 6, "start": "3", "goal": "G", "wall": "^", "path": "k", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "G",
"grid": [
"^^^^^^^^",
"^kk^^^k^",
"^kk^^k^^",
"^kkkkk^^",
"^G^^kkk^",
"^k^k3k^^",
"^^kk^^k^",
"^^^^^^^^"
],
"grid_size": 8,
"path": "k",
"shortest_path_length": 6,
"source_dataset": "maze",
"source_index": 39,
"start": "3",
"wall": "^"
} |
reasoning_gym_maze_I2FVJycz | reasoning_gym | Navigate from 'n' (start) to 'L' (goal):
```
ZZZZZZZZZZZZ
ZyZyynZyyyyZ
ZyZyyyyyyyyZ
ZyyyZyZyyyyZ
ZZyyyZZZyyyZ
ZyyyyyyyyyyZ
ZyLZyZyyyZyZ
ZyyyyyyyZyZZ
ZyyZyZZyyyyZ
ZyyyZyyZZyyZ
ZyyyyyyyZZZZ
ZZZZZZZZZZZZ
```
Legend: 'Z' = Wall, 'y' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'n' (start) to 'L' (goal):\n\n```\nZZZZZZZZZZZZ\nZyZyynZyyyyZ\nZyZyyyyyyyyZ\nZyyyZyZyyyyZ\nZZyyyZZZyyyZ\nZyyyyyyyyyyZ\nZyLZyZyyyZyZ\nZyyyyyyyZyZZ\nZyyZyZZyyyyZ\nZyyyZyyZZyyZ\nZyyyyyyyZZZZ\nZZZZZZZZZZZZ\n```\nLegend: 'Z' = Wall, 'y' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 40, "grid_size": 12, "grid": ["ZZZZZZZZZZZZ", "ZyZyynZyyyyZ", "ZyZyyyyyyyyZ", "ZyyyZyZyyyyZ", "ZZyyyZZZyyyZ", "ZyyyyyyyyyyZ", "ZyLZyZyyyZyZ", "ZyyyyyyyZyZZ", "ZyyZyZZyyyyZ", "ZyyyZyyZZyyZ", "ZyyyyyyyZZZZ", "ZZZZZZZZZZZZ"], "shortest_path_length": 8, "start": "n", "goal": "L", "wall": "Z", "path": "y", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "L",
"grid": [
"ZZZZZZZZZZZZ",
"ZyZyynZyyyyZ",
"ZyZyyyyyyyyZ",
"ZyyyZyZyyyyZ",
"ZZyyyZZZyyyZ",
"ZyyyyyyyyyyZ",
"ZyLZyZyyyZyZ",
"ZyyyyyyyZyZZ",
"ZyyZyZZyyyyZ",
"ZyyyZyyZZyyZ",
"ZyyyyyyyZZZZ",
"ZZZZZZZZZZZZ"
],
"grid_size": 12,
"path": "y",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 40,
"start": "n",
"wall": "Z"
} |
reasoning_gym_maze_qaSiDgzr | reasoning_gym | Navigate from '.' (start) to 'C' (goal):
```
qqqqqqq
q.q[C[q
q[[[[[q
q[q[[[q
q[q[q[q
qq[qqqq
qqqqqqq
```
Legend: 'q' = Wall, '[' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from '.' (start) to 'C' (goal):\n\n```\nqqqqqqq\nq.q[C[q\nq[[[[[q\nq[q[[[q\nq[q[q[q\nqq[qqqq\nqqqqqqq\n```\nLegend: 'q' = Wall, '[' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 41, "grid_size": 7, "grid": ["qqqqqqq", "q.q[C[q", "q[[[[[q", "q[q[[[q", "q[q[q[q", "qq[qqqq", "qqqqqqq"], "shortest_path_length": 5, "start": ".", "goal": "C", "wall": "q", "path": "[", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "C",
"grid": [
"qqqqqqq",
"q.q[C[q",
"q[[[[[q",
"q[q[[[q",
"q[q[q[q",
"qq[qqqq",
"qqqqqqq"
],
"grid_size": 7,
"path": "[",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 41,
"start": ".",
"wall": "q"
} |
reasoning_gym_maze_MGnzF3SX | reasoning_gym | Navigate from '&' (start) to '7' (goal):
```
YYYYYYYYYYYYY
Y""""""Y""YYY
Y""""""Y""""Y
Y"""Y"""Y7""Y
Y"""Y""""""YY
Y""Y""Y""""YY
YY"YYY""Y"""Y
Y"""""""Y"Y"Y
Y"""""Y"""""Y
Y"Y"""""""""Y
YYY"Y""Y"&""Y
Y"Y"""""Y"""Y
YYYYYYYYYYYYY
```
Legend: 'Y' = Wall, '"' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "7", "reasoning_gym_entry": {"question": "Navigate from '&' (start) to '7' (goal):\n\n```\nYYYYYYYYYYYYY\nY\"\"\"\"\"\"Y\"\"YYY\nY\"\"\"\"\"\"Y\"\"\"\"Y\nY\"\"\"Y\"\"\"Y7\"\"Y\nY\"\"\"Y\"\"\"\"\"\"YY\nY\"\"Y\"\"Y\"\"\"\"YY\nYY\"YYY\"\"Y\"\"\"Y\nY\"\"\"\"\"\"\"Y\"Y\"Y\nY\"\"\"\"\"Y\"\"\"\"\"Y\nY\"Y\"\"\"\"\"\"\"\"\"Y\nYYY\"Y\"\"Y\"&\"\"Y\nY\"Y\"\"\"\"\"Y\"\"\"Y\nYYYYYYYYYYYYY\n```\nLegend: 'Y' = Wall, '\"' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "7", "metadata": {"source_dataset": "maze", "source_index": 42, "grid_size": 13, "grid": ["YYYYYYYYYYYYY", "Y\"\"\"\"\"\"Y\"\"YYY", "Y\"\"\"\"\"\"Y\"\"\"\"Y", "Y\"\"\"Y\"\"\"Y7\"\"Y", "Y\"\"\"Y\"\"\"\"\"\"YY", "Y\"\"Y\"\"Y\"\"\"\"YY", "YY\"YYY\"\"Y\"\"\"Y", "Y\"\"\"\"\"\"\"Y\"Y\"Y", "Y\"\"\"\"\"Y\"\"\"\"\"Y", "Y\"Y\"\"\"\"\"\"\"\"\"Y", "YYY\"Y\"\"Y\"&\"\"Y", "Y\"Y\"\"\"\"\"Y\"\"\"Y", "YYYYYYYYYYYYY"], "shortest_path_length": 7, "start": "&", "goal": "7", "wall": "Y", "path": "\"", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "7",
"grid": [
"YYYYYYYYYYYYY",
"Y\"\"\"\"\"\"Y\"\"YYY",
"Y\"\"\"\"\"\"Y\"\"\"\"Y",
"Y\"\"\"Y\"\"\"Y7\"\"Y",
"Y\"\"\"Y\"\"\"\"\"\"YY",
"Y\"\"Y\"\"Y\"\"\"\"YY",
"YY\"YYY\"\"Y\"\"\"Y",
"Y\"\"\"\"\"\"\"Y\"Y\"Y",
"Y\"\"\"\"\"Y\"\"\"\"\"Y",
"Y\"Y\"\"\"\"\"\"\"\"\"Y",
"YYY\"Y\"\"Y\"&\"\"Y",
"Y\"Y\"\"\"\"\"Y\"\"\"Y",
"YYYYYYYYYYYYY"
],
"grid_size": 13,
"path": "\"",
"shortest_path_length": 7,
"source_dataset": "maze",
"source_index": 42,
"start": "&",
"wall": "Y"
} |
reasoning_gym_maze_HMjJAlAF | reasoning_gym | Navigate from '3' (start) to 'O' (goal):
```
kkkkkkkkkk
k..3kk.k.k
k..k.k.k.k
kk..kk...k
k...k..k.k
k..kk.kk.k
k..kOkk..k
k......k.k
k...k.k..k
kkkkkkkkkk
```
Legend: 'k' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "10", "reasoning_gym_entry": {"question": "Navigate from '3' (start) to 'O' (goal):\n\n```\nkkkkkkkkkk\nk..3kk.k.k\nk..k.k.k.k\nkk..kk...k\nk...k..k.k\nk..kk.kk.k\nk..kOkk..k\nk......k.k\nk...k.k..k\nkkkkkkkkkk\n```\nLegend: 'k' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "10", "metadata": {"source_dataset": "maze", "source_index": 43, "grid_size": 10, "grid": ["kkkkkkkkkk", "k..3kk.k.k", "k..k.k.k.k", "kk..kk...k", "k...k..k.k", "k..kk.kk.k", "k..kOkk..k", "k......k.k", "k...k.k..k", "kkkkkkkkkk"], "shortest_path_length": 10, "start": "3", "goal": "O", "wall": "k", "path": ".", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "O",
"grid": [
"kkkkkkkkkk",
"k..3kk.k.k",
"k..k.k.k.k",
"kk..kk...k",
"k...k..k.k",
"k..kk.kk.k",
"k..kOkk..k",
"k......k.k",
"k...k.k..k",
"kkkkkkkkkk"
],
"grid_size": 10,
"path": ".",
"shortest_path_length": 10,
"source_dataset": "maze",
"source_index": 43,
"start": "3",
"wall": "k"
} |
reasoning_gym_maze_Epf7c70G | reasoning_gym | Navigate from 'y' (start) to '6' (goal):
```
AAAAAAAAAAAA
A00AA000AA0A
A00A000A0AAA
AAA000A0A0AA
A00A000A000A
A0000060000A
A0A0000000AA
A000AA0A0y0A
AA0AA000000A
A0A00000A00A
A000A0000A0A
AAAAAAAAAAAA
```
Legend: 'A' = Wall, '0' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'y' (start) to '6' (goal):\n\n```\nAAAAAAAAAAAA\nA00AA000AA0A\nA00A000A0AAA\nAAA000A0A0AA\nA00A000A000A\nA0000060000A\nA0A0000000AA\nA000AA0A0y0A\nAA0AA000000A\nA0A00000A00A\nA000A0000A0A\nAAAAAAAAAAAA\n```\nLegend: 'A' = Wall, '0' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 44, "grid_size": 12, "grid": ["AAAAAAAAAAAA", "A00AA000AA0A", "A00A000A0AAA", "AAA000A0A0AA", "A00A000A000A", "A0000060000A", "A0A0000000AA", "A000AA0A0y0A", "AA0AA000000A", "A0A00000A00A", "A000A0000A0A", "AAAAAAAAAAAA"], "shortest_path_length": 5, "start": "y", "goal": "6", "wall": "A", "path": "0", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "6",
"grid": [
"AAAAAAAAAAAA",
"A00AA000AA0A",
"A00A000A0AAA",
"AAA000A0A0AA",
"A00A000A000A",
"A0000060000A",
"A0A0000000AA",
"A000AA0A0y0A",
"AA0AA000000A",
"A0A00000A00A",
"A000A0000A0A",
"AAAAAAAAAAAA"
],
"grid_size": 12,
"path": "0",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 44,
"start": "y",
"wall": "A"
} |
reasoning_gym_maze_nUI7dE6h | reasoning_gym | Navigate from 'e' (start) to ')' (goal):
```
NNNNNNNNNN
NuNuuNNNuN
NuueNuuNuN
NuNuuuuuNN
NNuuNN)uuN
NNuNuuuuuN
NuuuuuuuuN
NuuuuNuuuN
NuNuNuuuuN
NNNNNNNNNN
```
Legend: 'N' = Wall, 'u' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 'e' (start) to ')' (goal):\n\n```\nNNNNNNNNNN\nNuNuuNNNuN\nNuueNuuNuN\nNuNuuuuuNN\nNNuuNN)uuN\nNNuNuuuuuN\nNuuuuuuuuN\nNuuuuNuuuN\nNuNuNuuuuN\nNNNNNNNNNN\n```\nLegend: 'N' = Wall, 'u' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 45, "grid_size": 10, "grid": ["NNNNNNNNNN", "NuNuuNNNuN", "NuueNuuNuN", "NuNuuuuuNN", "NNuuNN)uuN", "NNuNuuuuuN", "NuuuuuuuuN", "NuuuuNuuuN", "NuNuNuuuuN", "NNNNNNNNNN"], "shortest_path_length": 5, "start": "e", "goal": ")", "wall": "N", "path": "u", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ")",
"grid": [
"NNNNNNNNNN",
"NuNuuNNNuN",
"NuueNuuNuN",
"NuNuuuuuNN",
"NNuuNN)uuN",
"NNuNuuuuuN",
"NuuuuuuuuN",
"NuuuuNuuuN",
"NuNuNuuuuN",
"NNNNNNNNNN"
],
"grid_size": 10,
"path": "u",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 45,
"start": "e",
"wall": "N"
} |
reasoning_gym_maze_t3t76sU8 | reasoning_gym | Navigate from 'k' (start) to '*' (goal):
```
%%%%%%%%%
%%......%
%%.%.%*%%
%%......%
%.%.....%
%...%..%%
%%k%%..%%
%.%%....%
%%%%%%%%%
```
Legend: '%' = Wall, '.' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'k' (start) to '*' (goal):\n\n```\n%%%%%%%%%\n%%......%\n%%.%.%*%%\n%%......%\n%.%.....%\n%...%..%%\n%%k%%..%%\n%.%%....%\n%%%%%%%%%\n```\nLegend: '%' = Wall, '.' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 46, "grid_size": 9, "grid": ["%%%%%%%%%", "%%......%", "%%.%.%*%%", "%%......%", "%.%.....%", "%...%..%%", "%%k%%..%%", "%.%%....%", "%%%%%%%%%"], "shortest_path_length": 8, "start": "k", "goal": "*", "wall": "%", "path": ".", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "*",
"grid": [
"%%%%%%%%%",
"%%......%",
"%%.%.%*%%",
"%%......%",
"%.%.....%",
"%...%..%%",
"%%k%%..%%",
"%.%%....%",
"%%%%%%%%%"
],
"grid_size": 9,
"path": ".",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 46,
"start": "k",
"wall": "%"
} |
reasoning_gym_maze_rKVdCfdS | reasoning_gym | Navigate from 's' (start) to ';' (goal):
```
MMMMMMMMMMMM
MnMnnMMMnMnM
MMMMMnnnnnnM
MnnnMnMnMnMM
MnnMnnnnnnnM
MnMnMnn;nnnM
MnMnnnnMMnMM
MMnnnMnnMnnM
MnnMnMMsnnnM
MnMMMMnnnnnM
MnnMnnnMnnnM
MMMMMMMMMMMM
```
Legend: 'M' = Wall, 'n' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "5", "reasoning_gym_entry": {"question": "Navigate from 's' (start) to ';' (goal):\n\n```\nMMMMMMMMMMMM\nMnMnnMMMnMnM\nMMMMMnnnnnnM\nMnnnMnMnMnMM\nMnnMnnnnnnnM\nMnMnMnn;nnnM\nMnMnnnnMMnMM\nMMnnnMnnMnnM\nMnnMnMMsnnnM\nMnMMMMnnnnnM\nMnnMnnnMnnnM\nMMMMMMMMMMMM\n```\nLegend: 'M' = Wall, 'n' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "5", "metadata": {"source_dataset": "maze", "source_index": 47, "grid_size": 12, "grid": ["MMMMMMMMMMMM", "MnMnnMMMnMnM", "MMMMMnnnnnnM", "MnnnMnMnMnMM", "MnnMnnnnnnnM", "MnMnMnn;nnnM", "MnMnnnnMMnMM", "MMnnnMnnMnnM", "MnnMnMMsnnnM", "MnMMMMnnnnnM", "MnnMnnnMnnnM", "MMMMMMMMMMMM"], "shortest_path_length": 5, "start": "s", "goal": ";", "wall": "M", "path": "n", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": ";",
"grid": [
"MMMMMMMMMMMM",
"MnMnnMMMnMnM",
"MMMMMnnnnnnM",
"MnnnMnMnMnMM",
"MnnMnnnnnnnM",
"MnMnMnn;nnnM",
"MnMnnnnMMnMM",
"MMnnnMnnMnnM",
"MnnMnMMsnnnM",
"MnMMMMnnnnnM",
"MnnMnnnMnnnM",
"MMMMMMMMMMMM"
],
"grid_size": 12,
"path": "n",
"shortest_path_length": 5,
"source_dataset": "maze",
"source_index": 47,
"start": "s",
"wall": "M"
} |
reasoning_gym_maze_nlQ3Qazc | reasoning_gym | Navigate from 'p' (start) to 'l' (goal):
```
++++++++++++
+ZZZ+ZZZ+ZZ+
+ZZZ++Z++Z++
+Z+++Z+Z+ZZ+
+ZZ+ZZZ+Z+Z+
++ZZZlZZZZ++
+++ZZ+ZZ++Z+
+Z+Z+Z+ZZ+++
+ZZZZ+ZZZ+Z+
++ZZZpZ+++Z+
++ZZ+ZZZZ+Z+
++++++++++++
```
Legend: '+' = Wall, 'Z' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'p' (start) to 'l' (goal):\n\n```\n++++++++++++\n+ZZZ+ZZZ+ZZ+\n+ZZZ++Z++Z++\n+Z+++Z+Z+ZZ+\n+ZZ+ZZZ+Z+Z+\n++ZZZlZZZZ++\n+++ZZ+ZZ++Z+\n+Z+Z+Z+ZZ+++\n+ZZZZ+ZZZ+Z+\n++ZZZpZ+++Z+\n++ZZ+ZZZZ+Z+\n++++++++++++\n```\nLegend: '+' = Wall, 'Z' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 48, "grid_size": 12, "grid": ["++++++++++++", "+ZZZ+ZZZ+ZZ+", "+ZZZ++Z++Z++", "+Z+++Z+Z+ZZ+", "+ZZ+ZZZ+Z+Z+", "++ZZZlZZZZ++", "+++ZZ+ZZ++Z+", "+Z+Z+Z+ZZ+++", "+ZZZZ+ZZZ+Z+", "++ZZZpZ+++Z+", "++ZZ+ZZZZ+Z+", "++++++++++++"], "shortest_path_length": 8, "start": "p", "goal": "l", "wall": "+", "path": "Z", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "l",
"grid": [
"++++++++++++",
"+ZZZ+ZZZ+ZZ+",
"+ZZZ++Z++Z++",
"+Z+++Z+Z+ZZ+",
"+ZZ+ZZZ+Z+Z+",
"++ZZZlZZZZ++",
"+++ZZ+ZZ++Z+",
"+Z+Z+Z+ZZ+++",
"+ZZZZ+ZZZ+Z+",
"++ZZZpZ+++Z+",
"++ZZ+ZZZZ+Z+",
"++++++++++++"
],
"grid_size": 12,
"path": "Z",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 48,
"start": "p",
"wall": "+"
} |
reasoning_gym_maze_DyOrr6Xb | reasoning_gym | Navigate from 'c' (start) to '#' (goal):
```
HHHHHHHHHHHHH
HH=H=HHH=H==H
H=HH==cH=H==H
HH======HH=HH
HHH==H======H
H====HH=H===H
H=====H=====H
H==#=HH=H==HH
HHHH=H===H==H
HH=H=====HH=H
HHH===H=HH==H
HH=======H==H
HHHHHHHHHHHHH
```
Legend: 'H' = Wall, '=' = Passage
What is the minimum number of steps to reach the goal?
Answer with a json with the field "num_steps", which contains the answer. | {"reasoning_gym_dataset": "maze", "ground_truth": "8", "reasoning_gym_entry": {"question": "Navigate from 'c' (start) to '#' (goal):\n\n```\nHHHHHHHHHHHHH\nHH=H=HHH=H==H\nH=HH==cH=H==H\nHH======HH=HH\nHHH==H======H\nH====HH=H===H\nH=====H=====H\nH==#=HH=H==HH\nHHHH=H===H==H\nHH=H=====HH=H\nHHH===H=HH==H\nHH=======H==H\nHHHHHHHHHHHHH\n```\nLegend: 'H' = Wall, '=' = Passage\n\nWhat is the minimum number of steps to reach the goal?\nGive only the number of steps as your final answer, no other text or formatting.", "answer": "8", "metadata": {"source_dataset": "maze", "source_index": 49, "grid_size": 13, "grid": ["HHHHHHHHHHHHH", "HH=H=HHH=H==H", "H=HH==cH=H==H", "HH======HH=HH", "HHH==H======H", "H====HH=H===H", "H=====H=====H", "H==#=HH=H==HH", "HHHH=H===H==H", "HH=H=====HH=H", "HHH===H=HH==H", "HH=======H==H", "HHHHHHHHHHHHH"], "shortest_path_length": 8, "start": "c", "goal": "#", "wall": "H", "path": "=", "difficulty": {"dist": [5, 11], "grid_size": [5, 16]}}}} | {
"difficulty": {
"dist": [
5,
11
],
"grid_size": [
5,
16
]
},
"goal": "#",
"grid": [
"HHHHHHHHHHHHH",
"HH=H=HHH=H==H",
"H=HH==cH=H==H",
"HH======HH=HH",
"HHH==H======H",
"H====HH=H===H",
"H=====H=====H",
"H==#=HH=H==HH",
"HHHH=H===H==H",
"HH=H=====HH=H",
"HHH===H=HH==H",
"HH=======H==H",
"HHHHHHHHHHHHH"
],
"grid_size": 13,
"path": "=",
"shortest_path_length": 8,
"source_dataset": "maze",
"source_index": 49,
"start": "c",
"wall": "H"
} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3