Datasets:
text stringlengths 0 13.9k |
|---|
; 0 |
############ |
############ |
############ |
# * ######## |
# *@####### |
# $ ###### |
#.$ ##### |
#. # ## |
# . # |
##$ # |
# *# |
############ |
; 1 |
############ |
# . ###### |
# . $@#### |
# $*. ## |
# $ # *# |
# #### |
# ## ##### |
#. ######## |
# $ ######## |
# ####### |
# ####### |
############ |
; 2 |
############ |
## # # |
##. $ # |
###$* . # |
###@* $ * # |
#### . # |
#### # |
##### ## |
###### ### |
############ |
############ |
############ |
; 3 |
############ |
### ###### |
#### ###### |
#### ###### |
### ###### |
### * ###### |
### . #### |
### $ # |
##@$ $ # |
# $ $. .# |
# .. # |
############ |
; 4 |
############ |
############ |
############ |
############ |
# ##@### |
#.. $ $ ## |
# $.$ # |
# .# |
# . $ # |
##### $ # |
#####. # ## |
############ |
; 5 |
############ |
############ |
############ |
############ |
# #### |
# .$ #### |
# . $@### |
# .#### |
# $$ .*# |
## $ . # |
### ## |
############ |
; 6 |
############ |
## ###### |
### $ ### # |
### ###@$ # |
### .###$ # |
### # |
### . * # |
##### $.# |
##### $ . # |
####### # |
####### . # |
############ |
; 7 |
############ |
End of preview. Expand in Data Studio
Sokoban solving levels
Procedurally generated Sokoban levels, solvable by construction: a random room is carved, the boxes are placed on the targets, and the player pulls them away along a long random walk, so replaying the walk backwards solves the level. Six tiers, from 12 by 12 with 6 boxes to 24 by 24 with 18 boxes.
data/heldout/s12b06.txt ... s24b18.txt 200 levels per tier, 1200 in all, no solutions published
data/train/s12b06.txt ... s24b18.txt 500 levels per tier, 3000 in all
data/train/solutions.txt the construction's own solution for every training level
Level files use the Boxoban text format: blocks of ; <n> then the grid rows, with # wall,
floor, . target, $ box, * box on a target, @ player, + player on a target. Level ids
are <file stem>-<n> with n zero-padded to four digits. Solutions are one line per level,
<id> <moves>, with moves in udlr.
Licence
CC BY 4.0. Attribute as "Sokoban solving levels, Emulated".
- Downloads last month
- -