-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtests.json
More file actions
47 lines (47 loc) · 1.31 KB
/
tests.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"test_1": {
"environment": "environments/env1.txt",
"solution": "solutions/test_1.solution",
"num_expansions": 212,
"start_x": 0,
"start_y": 0,
"goal_x": 14,
"goal_y": 15
},
"test_2": {
"environment": "environments/env1.txt",
"solution": "solutions/test_2.solution",
"num_expansions": 137,
"start_x": 13,
"start_y": 14,
"goal_x": 8,
"goal_y": 13
},
"test_3": {
"environment": "environments/env2.txt",
"solution": "solutions/test_3.solution",
"num_expansions": 5419,
"start_x": 3,
"start_y": 17,
"goal_x": 50,
"goal_y": 78
},
"test_4": {
"environment": "environments/env2.txt",
"solution": "solutions/test_4.solution",
"num_expansions": 13947,
"start_x": 45,
"start_y": 78,
"goal_x": 0,
"goal_y": 7
},
"test_5": {
"environment": "environments/env2.txt",
"solution": "solutions/test_5.solution",
"num_expansions": 49298,
"start_x": 10,
"start_y": 70,
"goal_x": 90,
"goal_y": 470
},
}