CoolFace
Datasetpublic

laion/strategic_game_maze

NOTICE: some of the game is mistakenly label as both length and width columns are 40, they are 30 actually. maze This dataset contains 350,000 mazes, represents over 39.29 billion moves.Each maze is a 30x30 ASCII representation, with solutions derived using the BFS. It has two columns: 'Maze': representation of maze in a list of string.shape is 30*30 visual example 'Path': solution from start point to end point in a list of string, each item represent a position in the maze.

sourceHugging Facecc-by-4.0updated 3y agoView on Hugging Face
11likes7.6kdownloads
Dataset Card

NOTICE: some of the game is mistakenly label as both length and width columns are 40, they are 30 actually.

maze

This dataset contains 350,000 mazes, represents over 39.29 billion moves. Each maze is a 30x30 ASCII representation, with solutions derived using the BFS. It has two columns:

  • 'Maze': representation of maze in a list of string.shape is 30*30
  • visual example <image src="https://cdn-uploads.huggingface.co/production/uploads/644b983f0fbe4830f192c4f5/BGplH40fK5wQzpofPocMK.png" alt="drawing" width="200"/>
  • 'Path': solution from start point to end point in a list of string, each item represent a position in the maze.