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 #
########### | SSSSW | 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 # #
########### | WSESSW | 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 # #
# ### ### #
# # # # #
# # # # # #
# # # #
# # ### ###
# # # #
# # ##### #
# # #
########### | WSSSSENNNEN | 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# # #
##### #####
# # #
##### # ###
# #
########### | S | 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 # #
##### ### #
# #
### ##### #
# # #
########### | NWNEEEESSSWWN | 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 #
# # ##### #
# # # #
# ##### # #
# # # #
### # # ###
# # #
########### | EESSWNWWNN | 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# # # #
# # # ### #
# #
########### | ESSWSESWWWWN | 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 #
##### ### #
# # # #
# # # # ###
# # # #
########### | WSS | 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 | ###########
# S # #
####### # #
# # # #
# # # # ###
# # # #E #
### # # ###
# # # #
# # # # # #
# # # #
########### | EESS | 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# #
# # # # ###
# # # #
########### | NEES | 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 # #
### ### # #
# # # #
########### | ENNNE | 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# # # #
########### | NWWSSS | 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# # #
# # # # ###
# # #
########### | NNEES | 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 # #
########### | ENNWS | 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# #
### # # # #
# # #
##### # # #
# # # #
########### | N | 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 #
# ##### # #
# # # #
########### | NES | 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# #
########### | WS | 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 # # #
# # # #####
# # #
########### | EEESSSWNWWWS | 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#
# # # # ###
# # # # #
# # # ### #
# # # #
########### | NNWSWW | 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# #
### # ### #
# # #
########### | SENENNNWW | 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# #
########### | WWWNENN | 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 #
########### | WNENWWSS | 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#
########### | NNN | 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# #
### ### # #
# # #
########### | NNNE | 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#
########### | WWWWNN | 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# #
# ### # # #
# # #
########### | NNWSWWN | 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 #
### ##### #
# #
########### | NWNEESSSW | 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# # #
# ### # # #
# # # #
########### | ESWSE | 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 # # # #
# ### ### #
# # #
########### | WWSSSW | 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#
########### | WNWNNES | 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#
########### | ESSWSE | 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 #
### # #####
# #
# # #######
# # #
########### | NNESES | 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 #
# ##### # #
# # # #
########### | EENWW | 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 #
########### | NNWNEEE | 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#
# # ### ###
# # # #
########### | SEE | 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#
# ### ### #
# # # #
########### | NNNWWS | 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#
########### | WWNWWS | 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 # #
# ### ### #
# # # #
########### | SSWNWWWSS | 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# # #
########### | NESEENW | 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#
# # # #####
# # #
########### | ESS | 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# # #
########### | NNENES | 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 # #
# ### ### #
# #
######### #
# # # #
# # # ### #
# # # #
# ### #####
# #
########### | SWWNE | 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# #
########### | WWNNNNE | 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#
##### ### #
# # # #
# # ##### #
# # # # #
# # ### # #
# #
########### | ESE | 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#
########### | WNWSWWNNNNEEE | 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 # #
# # # ### #
# # # #
########### | NNEE | 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 # #
# ### ### #
# # # #
########### | WWN | 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# #
### ### # #
# # #
########### | NNNE | 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# #
# ### ### #
# # # #
# # ##### #
# # # #
# ### ### #
# # #
########### | NWWS | 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 # # #
# ##### # #
# # # #
# ####### #
# # #
########### | NEEEN | 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# #
# ### #####
# #
######### #
# #
########### | SEEN | 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# #
########### | WNNW | 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 #
# # ### # #
# # # # #
########### | EEENEN | 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 #
# ### ### #
# # # #
########### | NNEESSWS | 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#
# ### ### #
# # #
# ##### # #
# # #
# # ### ###
# # # #
########### | SESEEN | 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#
# ### #####
# #
########### | WSESESE | 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 | ###########
# # #
# ##### # #
# S# #
####### # #
# # #
####### ###
# E # #
# # ### # #
# # # #
########### | SSWW | 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 #
# # # ### #
# # # # #
##### # # #
# # # #
########### | EENWWN | 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 #
# ### ### #
# # #
########### | WNNWNEESEEN | 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# #
# # # #####
# # # #
########### | NNEESSWS | 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# #
# ##### # #
# # # #
# # # # ###
# # # #
########### | NNWSWWN | 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 #
# ### ### #
# # # #
########### | ENNWWWNEE | 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 #
########### | NWWWNNE | 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 #
# ### # ###
# # # # #
# ### ### #
# #
########### | SSW | 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#
# # # # ###
# # # # # #
# # # ### #
# # # #
########### | WWNWNWSSE | 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 # #
########### | SEEESW | 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#
# # ### # #
# # # #
########### | WWWSWNNE | 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 | ###########
# # #
# ### # ###
# # # #
# ##### # #
# # # #
### # #####
# #S #
# # ### # #
# #E # #
########### | ESWW | 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 #
########### | SEESEESW | 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#
########### | NWWNNW | 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# #
####### # #
# # #
########### | NNNW | 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 # #
########### | N | 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 #
########### | SESSES | 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# #
# # # ### #
# # # #
# ##### ###
# #
########### | SESSWWNE | 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 #
########### | WWNWN | 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 # #
# ####### #
# # # #
### # # # #
# # # #
########### | WNENE | 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#
# ### # ###
# # #
# ### #####
# # # #
# ### # # #
# # # #
########### | EE | 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#
# # ### ###
# # # # #
# # # #####
# # #
########### | ESES | 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# # # #
# # # ### #
# # # # #
### # ### #
# #
########### | ESSSWNN | 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 # # #
# # # # ###
# # # # #
# ### #####
# #
########### | WSSSSWWNN | 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# #
########### | SWWWSWS | 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 #
### # # ###
# # # # #
# # ### # #
# # # #
########### | EENW | 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# # #
########### | SWNWSSWS | 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 # # #
########### | EESESSWNWSS | 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 #
# ####### #
# # #
##### ### #
# # #
########### | EEENNW | 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# #
# # # #####
# # # #
# ##### # #
# # #
########### | NNW | 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 #
# # ##### #
# # #
########### | ESESSE | 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# #
########### | NESENNNW | 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 #
########### | WWNNWNNES | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.