first commit
This commit is contained in:
17
boards/tiny2.json
Normal file
17
boards/tiny2.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{"type": "Simple2DProblem",
|
||||
"board": [
|
||||
[0, 0, 0, 0, 0],
|
||||
[1, 1, 1, 1, 0],
|
||||
[1, 0, 0, 1, 0],
|
||||
[1, 0, 1, 1, 0],
|
||||
[1, 0, 0, 0, 0]
|
||||
],
|
||||
"costs": [
|
||||
[4, 1, 2, 2, 3],
|
||||
[1, 4, 2, 2, 3],
|
||||
[1, 4, 2, 2, 3],
|
||||
[1, 4, 3, 3, 1],
|
||||
[1, 1, 1, 1, 1]
|
||||
],
|
||||
"start_state": [0, 0],
|
||||
"end_state": [2, 2]}
|
||||
Reference in New Issue
Block a user