lfsm commited on
Commit
eeeb190
·
1 Parent(s): 6ab594e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -2,5 +2,9 @@ NOTICE: some of the game is mistakenly label as both length and width columns ar
2
 
3
  # maze
4
  This dataset contains 350,000 mazes, represents over 39.29 billion moves.
5
- Each maze is a 30x30 ASCII representation, with solutions derived using the BFS
6
-
 
 
 
 
 
2
 
3
  # maze
4
  This dataset contains 350,000 mazes, represents over 39.29 billion moves.
5
+ Each maze is a 30x30 ASCII representation, with solutions derived using the BFS.
6
+ It has two columns:
7
+ - 'Maze': representation of maze in a list of string.shape is 30*30
8
+ - visual example
9
+ <image src="https://cdn-uploads.huggingface.co/production/uploads/644b983f0fbe4830f192c4f5/BGplH40fK5wQzpofPocMK.png" alt="drawing" width="200"/>
10
+ - 'Path': solution from start point to end point in a list of string, each item represent a position in the maze.