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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.