This is the Map dataset from the open-sourced game Brogue. It contains 49,000 train dataset, 14,000 test dataset and 7,000 validation dataset.
Each map is stored in a .csv file. The map is a (32x32) array, which is the map size.
Each cell in the array is a int number ranged from 0 to 13, which represented 14 tiles.
"G_NONE": 0… See the full description on the dataset page:
https://huggingface.co/datasets/DolphinNie/dungeon-dataset.