Datasets:
Dataset Viewer
prompt
stringclasses 1
value | maze
stringlengths 131
379
| solution
stringlengths 1
42
| grid_size
int64 5
9
|
---|---|---|---|
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # ### # #
# # #
##### # # #
# # # #
# #########
#S#E # #
# # ### # #
# # #
###########
|
SEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
# ##### ###
# # # #
### # # ###
# # # E#
# # ### ###
# # # #
### ### # #
# S# #
###########
|
WNNENESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# ### # # #
# S #
# # # #####
# # # # #
# ####### #
# # # # #
# # # ### #
# E #
###########
|
WSSSEEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# E#S#
##### # # #
# # # #
# ##### ###
# # # # #
# # # # # #
# # #
####### ###
# #
###########
|
SWN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # ### # #
# # # S #
# # # # # #
# # # # #
# ### #####
# #E # # #
# ##### # #
# #
###########
|
WSSW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
### # # # #
#E # # #
# ##### ###
# # #
# # # # ###
# S# # #
# # ### ###
# # # #
###########
|
WNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ##### #
# # #
# ##### ###
# # S#
### ##### #
# # # #
# # # ### #
# E# #
###########
|
SWWSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # # ### #
# #E# # #
### # ### #
# # S #
# ##### # #
# # # #
# # # # # #
# # # # #
###########
|
WN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S #
### ##### #
# # #E# #
# # # # ###
# # # #
# # # ### #
# # # # #
# ##### # #
# # #
###########
|
WSESSESENNWN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # # ### #
# # E #
# ### # ###
# # # # # #
# # # ### #
#S # #
### # # # #
# # # #
###########
|
ESENNNE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # # # # #
# # #E#
### ##### #
# #
### # ### #
# # # # #
# # ### # #
# S # # #
###########
|
NNEEEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #S #
### ### ###
# E # # #
### ### # #
# # # # #
# # # # # #
# # # #
### # ### #
# # #
###########
|
ESSSWWNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
# # ### ###
# # # #
# ### ### #
# # E # #
### ### ###
# # #S #
##### # ###
# #
###########
|
NW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ### ###
# S# #
# # ### # #
# # # # #
# ### ### #
# # E# #
# ### ### #
# # #
###########
|
WWWSSSEEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
### ### # #
# # #
# ####### #
#E # #
# ### ### #
# #S # #
##### ### #
# #
###########
|
ENWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#E# # #
# # ### ###
# # # # #
# # # # ###
# # # #
# ##### # #
# #
# # # ### #
# # #S # #
###########
|
NWWNNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ### #####
# #
### # ### #
# # # # #
# # # #####
# #E #
# ##### ###
# # S#
###########
|
WNW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # # ### #
# S E# #
### ### # #
# # #
##### ### #
# # # #
### # # ###
# # #
###########
|
E
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### # # # #
# #E# # #
# ##### # #
# # # #
# # # #####
# # # #
##### # # #
# #S #
###########
|
NWNWSWNNENES
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ##### #
# #
# # # #####
# # # S# #
# ####### #
# # #
# ##### # #
# E# #
###########
|
WNWWSSSEEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #E# #
# # ### ###
# # # # #
# # # # # #
# # S# #
# ##### # #
# # # #
# # ### ###
# # #
###########
|
WNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # ### # #
# #E #
# # # # ###
# # # # # #
### # ### #
# # # # #
# # # # ###
#S #
###########
|
EENNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S# #
##### # ###
# # #
# # ### # #
# # # # # #
# ### ### #
# #
# # ### # #
# # # #E#
###########
|
SEESSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#S #
##### # ###
# # # #
### # #####
# # # # #
# # # # # #
# # # #
# # ### # #
# # #E #
###########
|
EESSSESW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ##### #
# # #E #
# # # ### #
# # #S #
# ##### # #
# # #
# ### # # #
# # # # #
###########
|
ENW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ### # # #
# # # # #
# # # ### #
#S E # #
##### #####
# # #
### ##### #
# #
###########
|
E
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ##### # #
#S #
# ####### #
# # #
### ### # #
# # # #
# ### ### #
#E # # #
###########
|
EEEESWWWSWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #E # # #
# # # # # #
# # #
# ### # ###
# # # #
### # # ###
# # # S#
### # # # #
# # # # #
###########
|
WNNWNW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#S# #
# # ### ###
# # # #
# # ##### #
# #E# #
# # ### ###
# # #
### # ### #
# # # #
###########
|
SSSEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ### ### #
# # #
# ### ### #
# #E S #
####### ###
# # # #
# # # ### #
# # #
###########
|
W
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # E #
# ### ### #
# # # #
### ### # #
# # # #
# ### ### #
#S# # #
### ### ###
# #
###########
|
NENENE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#S # #
# ### ### #
# # E#
# # #######
# # #
# # # ### #
# # # # #
# ### ### #
# # # #
###########
|
EESEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ####### #
#E # #
### ### # #
# # #S#
##### # # #
# # # #
# ####### #
# #
###########
|
NWSSWNWNW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S # #
### # # # #
# # # #
####### ###
# #
### # #####
# #E #
### #######
# #
###########
|
ESESWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # # ### #
# # #E# #
# # # # # #
# # # S# #
# ### ### #
# # # #
# ####### #
# # #
###########
|
WN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # # #####
# # # # #
# # # # ###
# # #
### # # # #
# # # #S#
### ### ###
# E#
###########
|
NWSSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### # ### #
# E # #
##### #####
# # #
##### # # #
# # # #
### # # ###
#S # #
###########
|
EENNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# E # #
### ##### #
# # # # #
# # # ### #
# # # #
# # ### # #
# #S #
### ##### #
# # #
###########
|
NWWNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ### # # #
# # S#
##### #####
# E #
# # # #####
# # # # #
### ### # #
# # #
###########
|
WWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ##### #
# # #
##### # ###
# # E#
# ### # ###
# #S# #
### # # ###
# # #
###########
|
NEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ##### # #
#E# # #
# ##### ###
# #
# ### # # #
#S# # # #
# # ### # #
# # # # #
###########
|
NN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ##### # #
# E # #
# ##### # #
# #S# # #
# # # ### #
# # # # #
# ##### # #
# # #
###########
|
SWNWNE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#S # #
# ### # # #
# # # #
### #######
# # #
### ##### #
# # # # #
# # # # # #
# # E#
###########
|
EESWSSSENESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ### ### #
# # # #
# # # # # #
# #S# E# #
# # # # # #
# # # # # #
# ####### #
# # #
###########
|
NESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
######### #
# # # #
# # # #####
# # # #
##### # # #
# #E# #
# ### # # #
#S # #
###########
|
NEESEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # ##### #
# # # #
##### ### #
# # #
# ### # ###
# # E #
# ##### # #
# # S# #
###########
|
NW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # E# #
# ### ### #
#S # #
# ### # # #
# # # #
# ####### #
# # # #
# # ### # #
# # # #
###########
|
SEENNE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # ### # #
# # # #
# ### #####
# # # # #
# # # # # #
# # # # #
# # # # # #
# # E#S# #
###########
|
NWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # ##### #
# # # S#
### # ### #
# #E # #
# # #######
# # #
# # ### # #
# # # #
###########
|
NWWWSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### ### # #
# # # #
# # ### # #
# # # E# #
# # # # # #
# # # # #
####### # #
# S # #
###########
|
EENN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # ### # #
# #S # #
### # ### #
# # # # #
# # ### # #
# E# #
##### #####
# #
###########
|
SS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#E # #
### # ### #
# # #
# # # # # #
# # # # # #
# # ##### #
# # # S# #
### # # ###
# # #
###########
|
WSWNNNNW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
### # ### #
# # #
### ##### #
#S # #
# # # #####
# # #E #
# ### # # #
# # # #
###########
|
ESESEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ##### # #
# # # #
# ### # # #
# # E#
# # #######
# # # #
# ##### ###
# S #
###########
|
WWWNNEENESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### # ### #
# # S# #
# ##### # #
# #E # #
# ### ### #
# # # #
### ##### #
# #
###########
|
SWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#E# # #
# # ### ###
# #
# ##### # #
# # # # # #
# # # # ###
# # #S# #
# # # # # #
# # # #
###########
|
NNWWWN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # ### # #
# # #S #
### # ### #
# # #
# ####### #
# # #
# ### # # #
#E # # #
###########
|
ESSWWSWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#S # #
### ### # #
# # # #E#
# # ### ###
# # #
### # # ###
# # # #
# # # ### #
# # # #
###########
|
ESSSSENNENNES
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
### ##### #
# E# # # #
# # # # # #
# # S # #
# ##### # #
# # # # #
# # ### ###
# # #
###########
|
WN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
### ### # #
# # # E#
# # # # # #
# S# # #
# # ### ###
# # # # #
### # # ###
# # #
###########
|
NESENE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### # # #
# # # # #
# ####### #
# # # # #
# # # ### #
#S # # #
# # # # # #
# # # E#
###########
|
ESENESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # # # ###
# # E#
# ### #####
# #S # #
# # ### # #
# # # #
##### # ###
# # #
###########
|
NNESE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S #
### #######
# # E # #
# ##### # #
# #
### ##### #
# # #
### # # ###
# # # #
###########
|
WWSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# E#
### ##### #
# # # # #
# ### # ###
# # #
# # ##### #
# # # #
# # ### ###
# # S#
###########
|
WWWNNWNENEEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ####### #
# S #
####### # #
# # # #
# # # ### #
# # # # #
##### # # #
# E # #
###########
|
SWSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ### # # #
# # # # #
# ### ### #
#E #
### # # # #
# # #S# # #
# # ##### #
# # #
###########
|
NWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
### ##### #
# # # #
# # ### # #
# # # #
### #######
# # E # #
# # # # # #
# S# # #
###########
|
NE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### ### #
# # #
# ##### # #
# E# # #
# ### # ###
# # # S#
### ### # #
# # # #
###########
|
WNNWWWSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
### # # ###
# # # #S#
# # ### # #
# # # #
# ####### #
#E# # #
# # # # ###
# # #
###########
|
SSWSWNWSWN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# ### # # #
# # #
##### ### #
# # #
### ### ###
# # #
# # #######
# E S#
###########
|
WWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # E #
# ##### # #
# # # #
### ##### #
# S #
####### ###
# # #
# ### ### #
# # #
###########
|
EENNWW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# ### # # #
# # #
# ### ### #
#E# # # #
# # #######
# # #
# # ##### #
#S # #
###########
|
NN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S#E#
### ### # #
# # # #
# ### # # #
# # # #
### ##### #
# # # #
### ### # #
# # #
###########
|
SEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # E #
# ####### #
# # #
# # #######
# S #
# ### #####
# # # #
##### # # #
# # #
###########
|
WWNEEENW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ##### ###
# # #
# # # # # #
# # # #E #
# # # # # #
# # # # #S#
# # ### # #
# # # # #
###########
|
NW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
####### ###
#S #E # #
# # # ### #
# # # # #
# ### # ###
# # #
### # # ###
# # #
###########
|
SSEENN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # ##### #
#S # #
### #######
# E# #
# # ##### #
# # # #
# # # ### #
# # # #
###########
|
ES
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# E #S #
### ### # #
# # # #
# ### ### #
# # #
####### ###
# # # # #
# # # ### #
# #
###########
|
SWSWWNEN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
#E #
# ####### #
# # #
# ##### ###
# # # #
### ### # #
# # # # #
# ### ### #
# S #
###########
|
NWNWNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# # # #####
# # #S # #
# # ##### #
# #E #
# # #######
# # # #
# ### ### #
# #
###########
|
NWSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# S# # #
# ### # ###
# E # # #
# ##### # #
# # # #
# ### ### #
# #
# ##### # #
# # # #
###########
|
WSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
####### ###
# # E #
# # # ### #
# # # #
# ### #####
# # #S#
# ##### # #
# # #
###########
|
SWNWNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
# ### #####
# # #
##### # # #
# # # #
### # # # #
# S# # # #
### # ### #
#E # # #
###########
|
SW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
### ##### #
# #E# # #
# # ### ###
# # # # #
# # # # # #
# # #
# ### #####
# # S #
###########
|
NWNN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ##### # #
# S# # #
### # # ###
# # # # E#
# ### # ###
# #
### ##### #
# # #
###########
|
SSENE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #E #
### ### ###
# #S #
### ### ###
# # #
# # #######
# # # #
# ### # # #
# # #
###########
|
ENW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # # ### #
# # # #
### ##### #
# # #
# ### ### #
# # E# #
# # ##### #
#S# #
###########
|
NESEEENNWWSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
# #########
# # S #
### # #####
# #
# # ##### #
#E# # #
##### # ###
# # #
###########
|
WSWWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # ### ###
# S # # #
# ##### # #
# # #
# ### ### #
# # # #
# # ### # #
# # #E#
###########
|
WSSSENENEESS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # # #
# # # # # #
# # #
# # # # # #
# #S# # # #
# ### # ###
# # # #
# ### #####
# # E #
###########
|
NESSSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ### ### #
# # # #
# # ### ###
# # # # #
# # ### # #
# #E #
# #########
# S #
###########
|
WWNNNNEESWSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### # ###
# # #
### # ### #
# # # # #
##### # ###
# #
### #######
# S E#
###########
|
EEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### # ###
# # # #
### # # # #
# # # # #
# ### ### #
# E# # #
# ### # # #
# # #S #
###########
|
ENNNWNWSSS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### ### #
# # # #
### ### # #
# # # #
# ### # # #
# # #S#
# # # # ###
#E# # # #
###########
|
NNNWWSWSESWWS
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# E # #
##### ### #
# #
##### #####
# S # #
# ### ### #
# # # #
# ####### #
# #
###########
|
ENN
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #E #
# ##### ###
# # # #
# # ### ###
# # S# #
# # # # ###
# # # #
### ##### #
# #
###########
|
WSSEEENWNNNW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # #
# ### # # #
# # # # #
# ### ### #
# # # #
# # # ### #
#S# # #
# #########
# E#
###########
|
SEEEE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# #
##### # ###
#S # # # #
# ##### # #
# #
# ### #####
# # # # #
# # ##### #
# E #
###########
|
SSSE
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
# # # # ###
# # #
# # ### ###
# # # #
####### ###
#E S #
### # ### #
# # # #
###########
|
WW
| 5 |
You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E
|
###########
# # # #
### # ### #
# S# # # #
# ### # # #
# # #
# ####### #
# # E #
### # # # #
# # # #
###########
|
WSSESENE
| 5 |
End of preview. Expand
in Data Studio
Maze Navigation Curriculum Dataset
Dataset Description
This dataset contains 60,000 ASCII maze puzzles designed for training language models on spatial reasoning and navigation tasks. The dataset implements curriculum learning with progressively larger mazes.
Dataset Structure
Data Instances
Each instance contains:
- prompt: Instruction for the navigation task
- maze: ASCII representation of the maze with '#' for walls, 'S' for start, 'E' for end
- solution: Sequence of moves (N/S/E/W) to solve the maze
- grid_size: Navigable path size (5, 7, or 9)
Data Fields
prompt
(string): "You are a navigation agent. Given an ASCII maze, move from the start cell 'S' to the end cell 'E'. Respond with a sequence of moves using the letters N, S, W, E"maze
(string): ASCII maze representationsolution
(string): Solution path as sequence of directional movesgrid_size
(int): Size of the navigable area
Data Splits
- train: 60,000 examples
- 5x5 mazes: 25,000 examples
- 7x7 mazes: 20,000 examples
- 9x9 mazes: 15,000 examples
Example
Maze:
#########
#S #
# ##### #
# # #
##### # #
# # #
# #######
# E#
#########
Solution: EEEESSSSWWWWSSEEEEE
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("selimaktas/maze-curriculum-dataset")
# Access training data
train_data = dataset["train"]
# Example usage
for example in train_data:
print("Maze:")
print(example["maze"])
print("Solution:", example["solution"])
break
Curriculum Learning
The dataset is designed for curriculum learning:
- Start with 5x5 mazes (simpler)
- Progress to 7x7 mazes (medium complexity)
- Advance to 9x9 mazes (more challenging)
Generation Details
- Generated using Wilson's algorithm for uniform maze distribution
- Each maze has exactly one solution path
- ASCII format with '#' for walls, ' ' for paths, 'S' for start, 'E' for end
- Navigable grid sizes refer to open path areas (actual grid is larger due to walls)
Citation
If you use this dataset, please cite it appropriately in your research.
- Downloads last month
- 11