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