DarthZhu commited on
Commit
86378bf
·
verified ·
1 Parent(s): ca6c4cb

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. test/sokoban/metadata/sokoban_000000.json +50 -0
  2. test/sokoban/metadata/sokoban_000001.json +56 -0
  3. test/sokoban/metadata/sokoban_000004.json +73 -0
  4. test/sokoban/metadata/sokoban_000006.json +86 -0
  5. test/sokoban/metadata/sokoban_000007.json +65 -0
  6. test/sokoban/metadata/sokoban_000008.json +44 -0
  7. test/sokoban/metadata/sokoban_000010.json +54 -0
  8. test/sokoban/metadata/sokoban_000011.json +54 -0
  9. test/sokoban/metadata/sokoban_000012.json +60 -0
  10. test/sokoban/metadata/sokoban_000016.json +51 -0
  11. test/sokoban/metadata/sokoban_000017.json +47 -0
  12. test/sokoban/metadata/sokoban_000020.json +46 -0
  13. test/sokoban/metadata/sokoban_000021.json +43 -0
  14. test/sokoban/metadata/sokoban_000026.json +47 -0
  15. test/sokoban/metadata/sokoban_000027.json +62 -0
  16. test/sokoban/metadata/sokoban_000028.json +89 -0
  17. test/sokoban/metadata/sokoban_000030.json +47 -0
  18. test/sokoban/metadata/sokoban_000031.json +75 -0
  19. test/sokoban/metadata/sokoban_000036.json +56 -0
  20. test/sokoban/metadata/sokoban_000037.json +61 -0
  21. test/sokoban/metadata/sokoban_000040.json +50 -0
  22. test/sokoban/metadata/sokoban_000041.json +73 -0
  23. test/sokoban/metadata/sokoban_000045.json +73 -0
  24. test/sokoban/metadata/sokoban_000046.json +69 -0
  25. test/sokoban/metadata/sokoban_000047.json +66 -0
  26. test/sokoban/metadata/sokoban_000050.json +40 -0
  27. test/sokoban/metadata/sokoban_000051.json +50 -0
  28. test/sokoban/metadata/sokoban_000053.json +62 -0
  29. test/sokoban/metadata/sokoban_000056.json +41 -0
  30. test/sokoban/metadata/sokoban_000057.json +40 -0
  31. test/sokoban/metadata/sokoban_000060.json +42 -0
  32. test/sokoban/metadata/sokoban_000061.json +77 -0
  33. test/sokoban/metadata/sokoban_000066.json +57 -0
  34. test/sokoban/metadata/sokoban_000067.json +45 -0
  35. test/sokoban/metadata/sokoban_000069.json +50 -0
  36. test/sokoban/metadata/sokoban_000070.json +76 -0
  37. test/sokoban/metadata/sokoban_000071.json +42 -0
  38. test/sokoban/metadata/sokoban_000076.json +55 -0
  39. test/sokoban/metadata/sokoban_000077.json +87 -0
  40. test/sokoban/metadata/sokoban_000082.json +41 -0
  41. test/sokoban/metadata/sokoban_000083.json +39 -0
  42. test/sokoban/metadata/sokoban_000084.json +82 -0
  43. test/sokoban/metadata/sokoban_000085.json +46 -0
  44. test/sokoban/metadata/sokoban_000086.json +48 -0
  45. test/sokoban/metadata/sokoban_000088.json +48 -0
  46. test/sokoban/metadata/sokoban_000089.json +41 -0
  47. test/sokoban/metadata/sokoban_000090.json +63 -0
  48. test/sokoban/metadata/sokoban_000092.json +52 -0
  49. test/sokoban/metadata/sokoban_000093.json +45 -0
  50. test/sokoban/metadata/sokoban_000094.json +64 -0
test/sokoban/metadata/sokoban_000000.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000000",
3
+ "prompt": "Solve the 6\u00d77 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 14 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 7,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#######",
9
+ "# #",
10
+ "# #",
11
+ "# ##",
12
+ "# # #",
13
+ "#######"
14
+ ],
15
+ "player_start": [
16
+ 2,
17
+ 5
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 3,
22
+ 2
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 1,
28
+ 3
29
+ ]
30
+ ],
31
+ "num_moves": 14,
32
+ "directions": [
33
+ "left",
34
+ "left",
35
+ "left",
36
+ "left",
37
+ "down",
38
+ "right",
39
+ "up",
40
+ "right",
41
+ "right",
42
+ "down",
43
+ "down",
44
+ "left",
45
+ "up",
46
+ "up"
47
+ ],
48
+ "num_frames": 15,
49
+ "theme": null
50
+ }
test/sokoban/metadata/sokoban_000001.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000001",
3
+ "prompt": "Solve the 7\u00d79 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 11 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 9,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#########",
9
+ "# # ##",
10
+ "# ##",
11
+ "# # #",
12
+ "# # #",
13
+ "# #",
14
+ "#########"
15
+ ],
16
+ "player_start": [
17
+ 3,
18
+ 1
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 5
24
+ ],
25
+ [
26
+ 2,
27
+ 5
28
+ ]
29
+ ],
30
+ "targets": [
31
+ [
32
+ 4,
33
+ 6
34
+ ],
35
+ [
36
+ 3,
37
+ 5
38
+ ]
39
+ ],
40
+ "num_moves": 11,
41
+ "directions": [
42
+ "up",
43
+ "right",
44
+ "right",
45
+ "right",
46
+ "up",
47
+ "right",
48
+ "down",
49
+ "left",
50
+ "down",
51
+ "down",
52
+ "right"
53
+ ],
54
+ "num_frames": 12,
55
+ "theme": null
56
+ }
test/sokoban/metadata/sokoban_000004.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000004",
3
+ "prompt": "Solve the 8\u00d76 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 19 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 6,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "######",
9
+ "# # #",
10
+ "# #",
11
+ "# #",
12
+ "## #",
13
+ "## #",
14
+ "# #",
15
+ "######"
16
+ ],
17
+ "player_start": [
18
+ 6,
19
+ 4
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 5,
24
+ 3
25
+ ],
26
+ [
27
+ 2,
28
+ 3
29
+ ],
30
+ [
31
+ 4,
32
+ 4
33
+ ]
34
+ ],
35
+ "targets": [
36
+ [
37
+ 2,
38
+ 4
39
+ ],
40
+ [
41
+ 6,
42
+ 3
43
+ ],
44
+ [
45
+ 6,
46
+ 2
47
+ ]
48
+ ],
49
+ "num_moves": 19,
50
+ "directions": [
51
+ "up",
52
+ "left",
53
+ "up",
54
+ "up",
55
+ "right",
56
+ "up",
57
+ "up",
58
+ "left",
59
+ "down",
60
+ "down",
61
+ "down",
62
+ "down",
63
+ "up",
64
+ "left",
65
+ "down",
66
+ "right",
67
+ "right",
68
+ "up",
69
+ "up"
70
+ ],
71
+ "num_frames": 20,
72
+ "theme": null
73
+ }
test/sokoban/metadata/sokoban_000006.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000006",
3
+ "prompt": "Solve the 10\u00d79 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 38 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 9,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#########",
9
+ "## #",
10
+ "# # #",
11
+ "# # ##",
12
+ "# #",
13
+ "# # #",
14
+ "# # #",
15
+ "# # #",
16
+ "# # #",
17
+ "#########"
18
+ ],
19
+ "player_start": [
20
+ 4,
21
+ 7
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 3,
26
+ 3
27
+ ],
28
+ [
29
+ 2,
30
+ 6
31
+ ]
32
+ ],
33
+ "targets": [
34
+ [
35
+ 5,
36
+ 1
37
+ ],
38
+ [
39
+ 2,
40
+ 2
41
+ ]
42
+ ],
43
+ "num_moves": 38,
44
+ "directions": [
45
+ "left",
46
+ "up",
47
+ "left",
48
+ "up",
49
+ "up",
50
+ "left",
51
+ "left",
52
+ "down",
53
+ "down",
54
+ "up",
55
+ "up",
56
+ "right",
57
+ "right",
58
+ "right",
59
+ "down",
60
+ "down",
61
+ "left",
62
+ "down",
63
+ "left",
64
+ "left",
65
+ "up",
66
+ "left",
67
+ "down",
68
+ "right",
69
+ "right",
70
+ "right",
71
+ "down",
72
+ "right",
73
+ "right",
74
+ "up",
75
+ "left",
76
+ "left",
77
+ "left",
78
+ "left",
79
+ "down",
80
+ "left",
81
+ "up",
82
+ "up"
83
+ ],
84
+ "num_frames": 39,
85
+ "theme": null
86
+ }
test/sokoban/metadata/sokoban_000007.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000007",
3
+ "prompt": "Solve the 8\u00d79 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 19 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 9,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#########",
9
+ "# ##",
10
+ "# # #",
11
+ "# #",
12
+ "## ##",
13
+ "## ##",
14
+ "# #",
15
+ "#########"
16
+ ],
17
+ "player_start": [
18
+ 4,
19
+ 4
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 4,
24
+ 5
25
+ ],
26
+ [
27
+ 5,
28
+ 2
29
+ ]
30
+ ],
31
+ "targets": [
32
+ [
33
+ 5,
34
+ 3
35
+ ],
36
+ [
37
+ 6,
38
+ 5
39
+ ]
40
+ ],
41
+ "num_moves": 19,
42
+ "directions": [
43
+ "up",
44
+ "right",
45
+ "down",
46
+ "down",
47
+ "left",
48
+ "down",
49
+ "left",
50
+ "left",
51
+ "up",
52
+ "up",
53
+ "up",
54
+ "left",
55
+ "up",
56
+ "right",
57
+ "up",
58
+ "right",
59
+ "down",
60
+ "down",
61
+ "down"
62
+ ],
63
+ "num_frames": 20,
64
+ "theme": null
65
+ }
test/sokoban/metadata/sokoban_000008.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000008",
3
+ "prompt": "Solve the 7\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 7 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "## #",
10
+ "# #",
11
+ "# ## #",
12
+ "# #",
13
+ "# ## #",
14
+ "##########"
15
+ ],
16
+ "player_start": [
17
+ 2,
18
+ 7
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 7
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 4,
29
+ 3
30
+ ]
31
+ ],
32
+ "num_moves": 7,
33
+ "directions": [
34
+ "right",
35
+ "down",
36
+ "down",
37
+ "left",
38
+ "left",
39
+ "left",
40
+ "left"
41
+ ],
42
+ "num_frames": 8,
43
+ "theme": null
44
+ }
test/sokoban/metadata/sokoban_000010.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000010",
3
+ "prompt": "Solve the 10\u00d79 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 14 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 9,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#########",
9
+ "## # #",
10
+ "## #",
11
+ "# #",
12
+ "# #",
13
+ "# #",
14
+ "# ##",
15
+ "## # #",
16
+ "# # # #",
17
+ "#########"
18
+ ],
19
+ "player_start": [
20
+ 4,
21
+ 1
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 2,
26
+ 5
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 4,
32
+ 2
33
+ ]
34
+ ],
35
+ "num_moves": 14,
36
+ "directions": [
37
+ "up",
38
+ "right",
39
+ "up",
40
+ "right",
41
+ "right",
42
+ "up",
43
+ "right",
44
+ "down",
45
+ "down",
46
+ "right",
47
+ "down",
48
+ "left",
49
+ "left",
50
+ "left"
51
+ ],
52
+ "num_frames": 15,
53
+ "theme": null
54
+ }
test/sokoban/metadata/sokoban_000011.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000011",
3
+ "prompt": "Solve the 10\u00d76 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 6 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 6,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "######",
9
+ "# # #",
10
+ "# #",
11
+ "# #",
12
+ "# # #",
13
+ "# #",
14
+ "# ###",
15
+ "# #",
16
+ "# #",
17
+ "######"
18
+ ],
19
+ "player_start": [
20
+ 5,
21
+ 2
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 2,
26
+ 3
27
+ ],
28
+ [
29
+ 4,
30
+ 1
31
+ ]
32
+ ],
33
+ "targets": [
34
+ [
35
+ 3,
36
+ 1
37
+ ],
38
+ [
39
+ 2,
40
+ 4
41
+ ]
42
+ ],
43
+ "num_moves": 6,
44
+ "directions": [
45
+ "left",
46
+ "up",
47
+ "right",
48
+ "up",
49
+ "up",
50
+ "right"
51
+ ],
52
+ "num_frames": 7,
53
+ "theme": null
54
+ }
test/sokoban/metadata/sokoban_000012.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000012",
3
+ "prompt": "Solve the 7\u00d76 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 15 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 6,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "######",
9
+ "# # #",
10
+ "# # #",
11
+ "# #",
12
+ "# #",
13
+ "# #",
14
+ "######"
15
+ ],
16
+ "player_start": [
17
+ 2,
18
+ 2
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 2
24
+ ],
25
+ [
26
+ 4,
27
+ 3
28
+ ]
29
+ ],
30
+ "targets": [
31
+ [
32
+ 2,
33
+ 4
34
+ ],
35
+ [
36
+ 3,
37
+ 3
38
+ ]
39
+ ],
40
+ "num_moves": 15,
41
+ "directions": [
42
+ "down",
43
+ "left",
44
+ "down",
45
+ "down",
46
+ "right",
47
+ "up",
48
+ "left",
49
+ "up",
50
+ "right",
51
+ "down",
52
+ "right",
53
+ "down",
54
+ "right",
55
+ "up",
56
+ "up"
57
+ ],
58
+ "num_frames": 16,
59
+ "theme": null
60
+ }
test/sokoban/metadata/sokoban_000016.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000016",
3
+ "prompt": "Solve the 10\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 11 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "# #",
10
+ "# #",
11
+ "#### #",
12
+ "# #",
13
+ "# ##",
14
+ "# # #",
15
+ "# #",
16
+ "# # #",
17
+ "########"
18
+ ],
19
+ "player_start": [
20
+ 5,
21
+ 2
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 5,
26
+ 4
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 1,
32
+ 2
33
+ ]
34
+ ],
35
+ "num_moves": 11,
36
+ "directions": [
37
+ "right",
38
+ "down",
39
+ "right",
40
+ "up",
41
+ "up",
42
+ "up",
43
+ "up",
44
+ "right",
45
+ "up",
46
+ "left",
47
+ "left"
48
+ ],
49
+ "num_frames": 12,
50
+ "theme": null
51
+ }
test/sokoban/metadata/sokoban_000017.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000017",
3
+ "prompt": "Solve the 6\u00d77 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 11 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 7,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#######",
9
+ "# # #",
10
+ "# ##",
11
+ "# #",
12
+ "# #",
13
+ "#######"
14
+ ],
15
+ "player_start": [
16
+ 1,
17
+ 4
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 2,
22
+ 2
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 3,
28
+ 4
29
+ ]
30
+ ],
31
+ "num_moves": 11,
32
+ "directions": [
33
+ "down",
34
+ "down",
35
+ "left",
36
+ "left",
37
+ "left",
38
+ "up",
39
+ "right",
40
+ "right",
41
+ "up",
42
+ "right",
43
+ "down"
44
+ ],
45
+ "num_frames": 12,
46
+ "theme": null
47
+ }
test/sokoban/metadata/sokoban_000020.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000020",
3
+ "prompt": "Solve the 7\u00d77 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 9 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 7,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#######",
9
+ "## #",
10
+ "# #",
11
+ "# # #",
12
+ "# #",
13
+ "# ##",
14
+ "#######"
15
+ ],
16
+ "player_start": [
17
+ 2,
18
+ 5
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 3
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 4,
29
+ 1
30
+ ]
31
+ ],
32
+ "num_moves": 9,
33
+ "directions": [
34
+ "left",
35
+ "left",
36
+ "up",
37
+ "left",
38
+ "down",
39
+ "down",
40
+ "right",
41
+ "down",
42
+ "left"
43
+ ],
44
+ "num_frames": 10,
45
+ "theme": null
46
+ }
test/sokoban/metadata/sokoban_000021.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000021",
3
+ "prompt": "Solve the 6\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 7 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "## #",
10
+ "# #",
11
+ "# # #",
12
+ "# #",
13
+ "######"
14
+ ],
15
+ "player_start": [
16
+ 4,
17
+ 4
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 2,
22
+ 3
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 4,
28
+ 2
29
+ ]
30
+ ],
31
+ "num_moves": 7,
32
+ "directions": [
33
+ "up",
34
+ "up",
35
+ "left",
36
+ "up",
37
+ "left",
38
+ "down",
39
+ "down"
40
+ ],
41
+ "num_frames": 8,
42
+ "theme": null
43
+ }
test/sokoban/metadata/sokoban_000026.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000026",
3
+ "prompt": "Solve the 7\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 10 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "# #",
10
+ "# #",
11
+ "# # #",
12
+ "# # #",
13
+ "## # # #",
14
+ "##########"
15
+ ],
16
+ "player_start": [
17
+ 1,
18
+ 1
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 1,
23
+ 5
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 1,
29
+ 2
30
+ ]
31
+ ],
32
+ "num_moves": 10,
33
+ "directions": [
34
+ "down",
35
+ "right",
36
+ "right",
37
+ "right",
38
+ "right",
39
+ "right",
40
+ "up",
41
+ "left",
42
+ "left",
43
+ "left"
44
+ ],
45
+ "num_frames": 11,
46
+ "theme": null
47
+ }
test/sokoban/metadata/sokoban_000027.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000027",
3
+ "prompt": "Solve the 10\u00d79 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 14 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 9,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#########",
9
+ "# # ##",
10
+ "# #",
11
+ "# #",
12
+ "# #",
13
+ "# ###",
14
+ "# # #",
15
+ "# #",
16
+ "# # ###",
17
+ "#########"
18
+ ],
19
+ "player_start": [
20
+ 1,
21
+ 4
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 5,
26
+ 4
27
+ ],
28
+ [
29
+ 6,
30
+ 4
31
+ ]
32
+ ],
33
+ "targets": [
34
+ [
35
+ 5,
36
+ 5
37
+ ],
38
+ [
39
+ 4,
40
+ 2
41
+ ]
42
+ ],
43
+ "num_moves": 14,
44
+ "directions": [
45
+ "down",
46
+ "down",
47
+ "down",
48
+ "right",
49
+ "down",
50
+ "down",
51
+ "left",
52
+ "down",
53
+ "left",
54
+ "up",
55
+ "up",
56
+ "right",
57
+ "up",
58
+ "left"
59
+ ],
60
+ "num_frames": 15,
61
+ "theme": null
62
+ }
test/sokoban/metadata/sokoban_000028.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000028",
3
+ "prompt": "Solve the 10\u00d710 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 33 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 10,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "##########",
9
+ "# # #",
10
+ "# #",
11
+ "# # # #",
12
+ "# # #",
13
+ "# # #",
14
+ "# # # #",
15
+ "# #",
16
+ "# ## #",
17
+ "##########"
18
+ ],
19
+ "player_start": [
20
+ 7,
21
+ 5
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 6,
26
+ 1
27
+ ],
28
+ [
29
+ 3,
30
+ 2
31
+ ],
32
+ [
33
+ 7,
34
+ 6
35
+ ]
36
+ ],
37
+ "targets": [
38
+ [
39
+ 5,
40
+ 5
41
+ ],
42
+ [
43
+ 5,
44
+ 1
45
+ ],
46
+ [
47
+ 4,
48
+ 2
49
+ ]
50
+ ],
51
+ "num_moves": 33,
52
+ "directions": [
53
+ "up",
54
+ "up",
55
+ "right",
56
+ "right",
57
+ "down",
58
+ "down",
59
+ "left",
60
+ "left",
61
+ "left",
62
+ "down",
63
+ "left",
64
+ "up",
65
+ "left",
66
+ "left",
67
+ "up",
68
+ "down",
69
+ "right",
70
+ "right",
71
+ "up",
72
+ "up",
73
+ "left",
74
+ "up",
75
+ "right",
76
+ "right",
77
+ "up",
78
+ "right",
79
+ "down",
80
+ "up",
81
+ "up",
82
+ "left",
83
+ "left",
84
+ "left",
85
+ "down"
86
+ ],
87
+ "num_frames": 34,
88
+ "theme": null
89
+ }
test/sokoban/metadata/sokoban_000030.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000030",
3
+ "prompt": "Solve the 8\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 9 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "# #",
10
+ "# #",
11
+ "# # #",
12
+ "# # #",
13
+ "## # #",
14
+ "# # #",
15
+ "########"
16
+ ],
17
+ "player_start": [
18
+ 1,
19
+ 1
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 2,
24
+ 5
25
+ ]
26
+ ],
27
+ "targets": [
28
+ [
29
+ 4,
30
+ 6
31
+ ]
32
+ ],
33
+ "num_moves": 9,
34
+ "directions": [
35
+ "down",
36
+ "right",
37
+ "right",
38
+ "right",
39
+ "right",
40
+ "up",
41
+ "right",
42
+ "down",
43
+ "down"
44
+ ],
45
+ "num_frames": 10,
46
+ "theme": null
47
+ }
test/sokoban/metadata/sokoban_000031.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000031",
3
+ "prompt": "Solve the 7\u00d78 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 22 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 8,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "########",
9
+ "# # #",
10
+ "# # #",
11
+ "# # #",
12
+ "# #",
13
+ "# # #",
14
+ "########"
15
+ ],
16
+ "player_start": [
17
+ 3,
18
+ 5
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 5
24
+ ],
25
+ [
26
+ 3,
27
+ 4
28
+ ],
29
+ [
30
+ 4,
31
+ 3
32
+ ]
33
+ ],
34
+ "targets": [
35
+ [
36
+ 4,
37
+ 4
38
+ ],
39
+ [
40
+ 2,
41
+ 5
42
+ ],
43
+ [
44
+ 3,
45
+ 6
46
+ ]
47
+ ],
48
+ "num_moves": 22,
49
+ "directions": [
50
+ "up",
51
+ "left",
52
+ "up",
53
+ "left",
54
+ "left",
55
+ "down",
56
+ "left",
57
+ "down",
58
+ "down",
59
+ "right",
60
+ "right",
61
+ "up",
62
+ "right",
63
+ "right",
64
+ "left",
65
+ "left",
66
+ "down",
67
+ "down",
68
+ "right",
69
+ "right",
70
+ "up",
71
+ "up"
72
+ ],
73
+ "num_frames": 23,
74
+ "theme": null
75
+ }
test/sokoban/metadata/sokoban_000036.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000036",
3
+ "prompt": "Solve the 6\u00d78 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 12 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 8,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "########",
9
+ "# # # #",
10
+ "# ##",
11
+ "# #",
12
+ "# #",
13
+ "########"
14
+ ],
15
+ "player_start": [
16
+ 4,
17
+ 5
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 3,
22
+ 2
23
+ ],
24
+ [
25
+ 3,
26
+ 3
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 4,
32
+ 2
33
+ ],
34
+ [
35
+ 2,
36
+ 2
37
+ ]
38
+ ],
39
+ "num_moves": 12,
40
+ "directions": [
41
+ "left",
42
+ "left",
43
+ "left",
44
+ "up",
45
+ "right",
46
+ "up",
47
+ "right",
48
+ "down",
49
+ "right",
50
+ "down",
51
+ "left",
52
+ "left"
53
+ ],
54
+ "num_frames": 13,
55
+ "theme": null
56
+ }
test/sokoban/metadata/sokoban_000037.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000037",
3
+ "prompt": "Solve the 10\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 21 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "## # ##",
10
+ "# # #",
11
+ "# # # #",
12
+ "# #",
13
+ "# # # #",
14
+ "# #",
15
+ "# # #",
16
+ "# #",
17
+ "##########"
18
+ ],
19
+ "player_start": [
20
+ 8,
21
+ 4
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 3,
26
+ 2
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 6,
32
+ 2
33
+ ]
34
+ ],
35
+ "num_moves": 21,
36
+ "directions": [
37
+ "up",
38
+ "up",
39
+ "up",
40
+ "up",
41
+ "left",
42
+ "left",
43
+ "up",
44
+ "left",
45
+ "up",
46
+ "right",
47
+ "right",
48
+ "up",
49
+ "right",
50
+ "down",
51
+ "down",
52
+ "down",
53
+ "down",
54
+ "right",
55
+ "down",
56
+ "left",
57
+ "left"
58
+ ],
59
+ "num_frames": 22,
60
+ "theme": null
61
+ }
test/sokoban/metadata/sokoban_000040.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000040",
3
+ "prompt": "Solve the 9\u00d79 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 11 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 9,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#########",
9
+ "# # #",
10
+ "# #",
11
+ "# ##",
12
+ "# # #",
13
+ "## ##",
14
+ "# #",
15
+ "## # #",
16
+ "#########"
17
+ ],
18
+ "player_start": [
19
+ 6,
20
+ 7
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 4,
25
+ 2
26
+ ]
27
+ ],
28
+ "targets": [
29
+ [
30
+ 2,
31
+ 1
32
+ ]
33
+ ],
34
+ "num_moves": 11,
35
+ "directions": [
36
+ "left",
37
+ "up",
38
+ "left",
39
+ "left",
40
+ "left",
41
+ "left",
42
+ "up",
43
+ "up",
44
+ "right",
45
+ "up",
46
+ "left"
47
+ ],
48
+ "num_frames": 12,
49
+ "theme": null
50
+ }
test/sokoban/metadata/sokoban_000041.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000041",
3
+ "prompt": "Solve the 7\u00d76 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 20 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 6,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "## #",
11
+ "# #",
12
+ "# #",
13
+ "# # #",
14
+ "######"
15
+ ],
16
+ "player_start": [
17
+ 5,
18
+ 3
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 3,
23
+ 2
24
+ ],
25
+ [
26
+ 3,
27
+ 3
28
+ ],
29
+ [
30
+ 1,
31
+ 3
32
+ ]
33
+ ],
34
+ "targets": [
35
+ [
36
+ 1,
37
+ 2
38
+ ],
39
+ [
40
+ 4,
41
+ 1
42
+ ],
43
+ [
44
+ 4,
45
+ 3
46
+ ]
47
+ ],
48
+ "num_moves": 20,
49
+ "directions": [
50
+ "up",
51
+ "up",
52
+ "right",
53
+ "up",
54
+ "up",
55
+ "left",
56
+ "down",
57
+ "left",
58
+ "down",
59
+ "up",
60
+ "right",
61
+ "right",
62
+ "down",
63
+ "down",
64
+ "left",
65
+ "left",
66
+ "up",
67
+ "up",
68
+ "right",
69
+ "down"
70
+ ],
71
+ "num_frames": 21,
72
+ "theme": null
73
+ }
test/sokoban/metadata/sokoban_000045.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000045",
3
+ "prompt": "Solve the 9\u00d76 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 26 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 6,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "## #",
11
+ "## ##",
12
+ "# #",
13
+ "# #",
14
+ "# # #",
15
+ "# #",
16
+ "######"
17
+ ],
18
+ "player_start": [
19
+ 1,
20
+ 1
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 2,
25
+ 3
26
+ ],
27
+ [
28
+ 3,
29
+ 3
30
+ ]
31
+ ],
32
+ "targets": [
33
+ [
34
+ 6,
35
+ 1
36
+ ],
37
+ [
38
+ 6,
39
+ 4
40
+ ]
41
+ ],
42
+ "num_moves": 26,
43
+ "directions": [
44
+ "right",
45
+ "right",
46
+ "right",
47
+ "down",
48
+ "left",
49
+ "down",
50
+ "down",
51
+ "left",
52
+ "down",
53
+ "right",
54
+ "up",
55
+ "up",
56
+ "up",
57
+ "up",
58
+ "left",
59
+ "down",
60
+ "down",
61
+ "down",
62
+ "right",
63
+ "right",
64
+ "down",
65
+ "left",
66
+ "left",
67
+ "up",
68
+ "left",
69
+ "down"
70
+ ],
71
+ "num_frames": 27,
72
+ "theme": null
73
+ }
test/sokoban/metadata/sokoban_000046.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000046",
3
+ "prompt": "Solve the 7\u00d79 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 16 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 9,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "#########",
9
+ "# # # #",
10
+ "## #",
11
+ "# #",
12
+ "# #",
13
+ "# ## #",
14
+ "#########"
15
+ ],
16
+ "player_start": [
17
+ 4,
18
+ 4
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 5
24
+ ],
25
+ [
26
+ 3,
27
+ 4
28
+ ],
29
+ [
30
+ 3,
31
+ 6
32
+ ]
33
+ ],
34
+ "targets": [
35
+ [
36
+ 4,
37
+ 6
38
+ ],
39
+ [
40
+ 4,
41
+ 7
42
+ ],
43
+ [
44
+ 2,
45
+ 2
46
+ ]
47
+ ],
48
+ "num_moves": 16,
49
+ "directions": [
50
+ "right",
51
+ "up",
52
+ "right",
53
+ "up",
54
+ "left",
55
+ "left",
56
+ "left",
57
+ "down",
58
+ "right",
59
+ "right",
60
+ "up",
61
+ "right",
62
+ "down",
63
+ "up",
64
+ "right",
65
+ "down"
66
+ ],
67
+ "num_frames": 17,
68
+ "theme": null
69
+ }
test/sokoban/metadata/sokoban_000047.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000047",
3
+ "prompt": "Solve the 8\u00d78 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 12 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 8,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "########",
9
+ "# # # #",
10
+ "# #",
11
+ "# #",
12
+ "## ##",
13
+ "# #",
14
+ "# # #",
15
+ "########"
16
+ ],
17
+ "player_start": [
18
+ 2,
19
+ 1
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 4,
24
+ 3
25
+ ],
26
+ [
27
+ 3,
28
+ 4
29
+ ],
30
+ [
31
+ 2,
32
+ 2
33
+ ]
34
+ ],
35
+ "targets": [
36
+ [
37
+ 2,
38
+ 3
39
+ ],
40
+ [
41
+ 5,
42
+ 4
43
+ ],
44
+ [
45
+ 2,
46
+ 6
47
+ ]
48
+ ],
49
+ "num_moves": 12,
50
+ "directions": [
51
+ "right",
52
+ "down",
53
+ "down",
54
+ "right",
55
+ "up",
56
+ "right",
57
+ "down",
58
+ "right",
59
+ "up",
60
+ "left",
61
+ "up",
62
+ "right"
63
+ ],
64
+ "num_frames": 13,
65
+ "theme": null
66
+ }
test/sokoban/metadata/sokoban_000050.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000050",
3
+ "prompt": "Solve the 6\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 4 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# ##",
10
+ "# #",
11
+ "# #",
12
+ "# ##",
13
+ "######"
14
+ ],
15
+ "player_start": [
16
+ 4,
17
+ 1
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 3,
22
+ 2
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 4,
28
+ 2
29
+ ]
30
+ ],
31
+ "num_moves": 4,
32
+ "directions": [
33
+ "up",
34
+ "up",
35
+ "right",
36
+ "down"
37
+ ],
38
+ "num_frames": 5,
39
+ "theme": null
40
+ }
test/sokoban/metadata/sokoban_000051.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000051",
3
+ "prompt": "Solve the 8\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 12 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "# ##",
10
+ "# #",
11
+ "# # #",
12
+ "## # # #",
13
+ "# # #",
14
+ "# #",
15
+ "##########"
16
+ ],
17
+ "player_start": [
18
+ 4,
19
+ 8
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 3,
24
+ 6
25
+ ]
26
+ ],
27
+ "targets": [
28
+ [
29
+ 2,
30
+ 7
31
+ ]
32
+ ],
33
+ "num_moves": 12,
34
+ "directions": [
35
+ "up",
36
+ "left",
37
+ "left",
38
+ "left",
39
+ "down",
40
+ "left",
41
+ "up",
42
+ "left",
43
+ "up",
44
+ "right",
45
+ "right",
46
+ "right"
47
+ ],
48
+ "num_frames": 13,
49
+ "theme": null
50
+ }
test/sokoban/metadata/sokoban_000053.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000053",
3
+ "prompt": "Solve the 10\u00d77 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 14 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 7,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#######",
9
+ "# # #",
10
+ "# ##",
11
+ "# #",
12
+ "# #",
13
+ "# ##",
14
+ "# #",
15
+ "# #",
16
+ "### #",
17
+ "#######"
18
+ ],
19
+ "player_start": [
20
+ 7,
21
+ 4
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 3,
26
+ 1
27
+ ],
28
+ [
29
+ 4,
30
+ 2
31
+ ]
32
+ ],
33
+ "targets": [
34
+ [
35
+ 4,
36
+ 1
37
+ ],
38
+ [
39
+ 5,
40
+ 1
41
+ ]
42
+ ],
43
+ "num_moves": 14,
44
+ "directions": [
45
+ "up",
46
+ "up",
47
+ "up",
48
+ "up",
49
+ "up",
50
+ "left",
51
+ "left",
52
+ "left",
53
+ "down",
54
+ "right",
55
+ "down",
56
+ "right",
57
+ "down",
58
+ "left"
59
+ ],
60
+ "num_frames": 15,
61
+ "theme": null
62
+ }
test/sokoban/metadata/sokoban_000056.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000056",
3
+ "prompt": "Solve the 7\u00d79 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 4 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 9,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#########",
9
+ "# # #",
10
+ "# #",
11
+ "# # ##",
12
+ "# # #",
13
+ "# ##",
14
+ "#########"
15
+ ],
16
+ "player_start": [
17
+ 1,
18
+ 6
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 5
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 2,
29
+ 2
30
+ ]
31
+ ],
32
+ "num_moves": 4,
33
+ "directions": [
34
+ "down",
35
+ "left",
36
+ "left",
37
+ "left"
38
+ ],
39
+ "num_frames": 5,
40
+ "theme": null
41
+ }
test/sokoban/metadata/sokoban_000057.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000057",
3
+ "prompt": "Solve the 7\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 3 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "# #",
11
+ "## #",
12
+ "# # #",
13
+ "# #",
14
+ "######"
15
+ ],
16
+ "player_start": [
17
+ 1,
18
+ 3
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 3,
23
+ 4
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 4,
29
+ 4
30
+ ]
31
+ ],
32
+ "num_moves": 3,
33
+ "directions": [
34
+ "down",
35
+ "right",
36
+ "down"
37
+ ],
38
+ "num_frames": 4,
39
+ "theme": null
40
+ }
test/sokoban/metadata/sokoban_000060.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000060",
3
+ "prompt": "Solve the 6\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 6 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "## #",
10
+ "# #",
11
+ "## ##",
12
+ "# #",
13
+ "########"
14
+ ],
15
+ "player_start": [
16
+ 4,
17
+ 6
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 2,
22
+ 4
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 3,
28
+ 4
29
+ ]
30
+ ],
31
+ "num_moves": 6,
32
+ "directions": [
33
+ "left",
34
+ "up",
35
+ "up",
36
+ "up",
37
+ "left",
38
+ "down"
39
+ ],
40
+ "num_frames": 7,
41
+ "theme": null
42
+ }
test/sokoban/metadata/sokoban_000061.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000061",
3
+ "prompt": "Solve the 8\u00d710 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 23 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 10,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "##########",
9
+ "# #### #",
10
+ "# #",
11
+ "# # #",
12
+ "# #",
13
+ "# #",
14
+ "# # #",
15
+ "##########"
16
+ ],
17
+ "player_start": [
18
+ 5,
19
+ 8
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 5,
24
+ 4
25
+ ],
26
+ [
27
+ 2,
28
+ 6
29
+ ],
30
+ [
31
+ 5,
32
+ 2
33
+ ]
34
+ ],
35
+ "targets": [
36
+ [
37
+ 5,
38
+ 5
39
+ ],
40
+ [
41
+ 2,
42
+ 1
43
+ ],
44
+ [
45
+ 3,
46
+ 5
47
+ ]
48
+ ],
49
+ "num_moves": 23,
50
+ "directions": [
51
+ "up",
52
+ "up",
53
+ "up",
54
+ "up",
55
+ "left",
56
+ "left",
57
+ "down",
58
+ "right",
59
+ "down",
60
+ "left",
61
+ "down",
62
+ "left",
63
+ "left",
64
+ "left",
65
+ "down",
66
+ "right",
67
+ "left",
68
+ "left",
69
+ "down",
70
+ "left",
71
+ "up",
72
+ "up",
73
+ "up"
74
+ ],
75
+ "num_frames": 24,
76
+ "theme": null
77
+ }
test/sokoban/metadata/sokoban_000066.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000066",
3
+ "prompt": "Solve the 7\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 20 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "## #",
11
+ "# #",
12
+ "# # #",
13
+ "# #",
14
+ "######"
15
+ ],
16
+ "player_start": [
17
+ 4,
18
+ 1
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 2
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 5,
29
+ 3
30
+ ]
31
+ ],
32
+ "num_moves": 20,
33
+ "directions": [
34
+ "up",
35
+ "right",
36
+ "right",
37
+ "up",
38
+ "up",
39
+ "left",
40
+ "down",
41
+ "right",
42
+ "down",
43
+ "down",
44
+ "down",
45
+ "left",
46
+ "left",
47
+ "up",
48
+ "up",
49
+ "right",
50
+ "up",
51
+ "right",
52
+ "down",
53
+ "down"
54
+ ],
55
+ "num_frames": 21,
56
+ "theme": null
57
+ }
test/sokoban/metadata/sokoban_000067.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000067",
3
+ "prompt": "Solve the 7\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 8 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "# #",
10
+ "## #",
11
+ "# ##",
12
+ "# # #",
13
+ "## #",
14
+ "########"
15
+ ],
16
+ "player_start": [
17
+ 5,
18
+ 4
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 5
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 5,
29
+ 5
30
+ ]
31
+ ],
32
+ "num_moves": 8,
33
+ "directions": [
34
+ "up",
35
+ "up",
36
+ "up",
37
+ "up",
38
+ "right",
39
+ "down",
40
+ "down",
41
+ "down"
42
+ ],
43
+ "num_frames": 9,
44
+ "theme": null
45
+ }
test/sokoban/metadata/sokoban_000069.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000069",
3
+ "prompt": "Solve the 6\u00d79 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 14 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 9,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#########",
9
+ "# #",
10
+ "# # # #",
11
+ "# #",
12
+ "## ##",
13
+ "#########"
14
+ ],
15
+ "player_start": [
16
+ 2,
17
+ 6
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 3,
22
+ 4
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 1,
28
+ 4
29
+ ]
30
+ ],
31
+ "num_moves": 14,
32
+ "directions": [
33
+ "up",
34
+ "left",
35
+ "left",
36
+ "left",
37
+ "down",
38
+ "down",
39
+ "right",
40
+ "down",
41
+ "right",
42
+ "up",
43
+ "up",
44
+ "right",
45
+ "up",
46
+ "left"
47
+ ],
48
+ "num_frames": 15,
49
+ "theme": null
50
+ }
test/sokoban/metadata/sokoban_000070.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000070",
3
+ "prompt": "Solve the 7\u00d710 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 31 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 10,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "##########",
9
+ "# # #",
10
+ "# # #",
11
+ "# # # #",
12
+ "# #",
13
+ "# # #",
14
+ "##########"
15
+ ],
16
+ "player_start": [
17
+ 1,
18
+ 1
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 3,
23
+ 5
24
+ ],
25
+ [
26
+ 2,
27
+ 7
28
+ ]
29
+ ],
30
+ "targets": [
31
+ [
32
+ 4,
33
+ 7
34
+ ],
35
+ [
36
+ 4,
37
+ 2
38
+ ]
39
+ ],
40
+ "num_moves": 31,
41
+ "directions": [
42
+ "down",
43
+ "down",
44
+ "down",
45
+ "right",
46
+ "right",
47
+ "right",
48
+ "right",
49
+ "right",
50
+ "up",
51
+ "up",
52
+ "left",
53
+ "down",
54
+ "right",
55
+ "down",
56
+ "left",
57
+ "right",
58
+ "right",
59
+ "right",
60
+ "up",
61
+ "up",
62
+ "left",
63
+ "up",
64
+ "left",
65
+ "down",
66
+ "down",
67
+ "left",
68
+ "down",
69
+ "right",
70
+ "left",
71
+ "left",
72
+ "left"
73
+ ],
74
+ "num_frames": 32,
75
+ "theme": null
76
+ }
test/sokoban/metadata/sokoban_000071.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000071",
3
+ "prompt": "Solve the 9\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 3 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "# #",
10
+ "# # # #",
11
+ "# # #",
12
+ "# # #",
13
+ "## # #",
14
+ "# #",
15
+ "# # ##",
16
+ "##########"
17
+ ],
18
+ "player_start": [
19
+ 3,
20
+ 5
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 3,
25
+ 3
26
+ ]
27
+ ],
28
+ "targets": [
29
+ [
30
+ 3,
31
+ 1
32
+ ]
33
+ ],
34
+ "num_moves": 3,
35
+ "directions": [
36
+ "left",
37
+ "left",
38
+ "left"
39
+ ],
40
+ "num_frames": 4,
41
+ "theme": null
42
+ }
test/sokoban/metadata/sokoban_000076.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000076",
3
+ "prompt": "Solve the 7\u00d77 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 10 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 7,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "#######",
9
+ "# ##",
10
+ "# # ##",
11
+ "# #",
12
+ "# #",
13
+ "# #",
14
+ "#######"
15
+ ],
16
+ "player_start": [
17
+ 4,
18
+ 4
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 2,
23
+ 1
24
+ ],
25
+ [
26
+ 4,
27
+ 2
28
+ ]
29
+ ],
30
+ "targets": [
31
+ [
32
+ 4,
33
+ 1
34
+ ],
35
+ [
36
+ 5,
37
+ 2
38
+ ]
39
+ ],
40
+ "num_moves": 10,
41
+ "directions": [
42
+ "up",
43
+ "up",
44
+ "up",
45
+ "left",
46
+ "left",
47
+ "left",
48
+ "down",
49
+ "down",
50
+ "right",
51
+ "down"
52
+ ],
53
+ "num_frames": 11,
54
+ "theme": null
55
+ }
test/sokoban/metadata/sokoban_000077.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000077",
3
+ "prompt": "Solve the 9\u00d76 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 32 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 6,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "######",
9
+ "# # #",
10
+ "# #",
11
+ "# #",
12
+ "# #",
13
+ "# #",
14
+ "# # #",
15
+ "### #",
16
+ "######"
17
+ ],
18
+ "player_start": [
19
+ 2,
20
+ 3
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 5,
25
+ 3
26
+ ],
27
+ [
28
+ 4,
29
+ 4
30
+ ],
31
+ [
32
+ 4,
33
+ 3
34
+ ]
35
+ ],
36
+ "targets": [
37
+ [
38
+ 3,
39
+ 3
40
+ ],
41
+ [
42
+ 2,
43
+ 1
44
+ ],
45
+ [
46
+ 3,
47
+ 4
48
+ ]
49
+ ],
50
+ "num_moves": 32,
51
+ "directions": [
52
+ "down",
53
+ "right",
54
+ "down",
55
+ "down",
56
+ "left",
57
+ "down",
58
+ "down",
59
+ "right",
60
+ "up",
61
+ "up",
62
+ "up",
63
+ "left",
64
+ "up",
65
+ "left",
66
+ "left",
67
+ "down",
68
+ "down",
69
+ "right",
70
+ "up",
71
+ "up",
72
+ "right",
73
+ "up",
74
+ "left",
75
+ "down",
76
+ "down",
77
+ "right",
78
+ "right",
79
+ "down",
80
+ "down",
81
+ "left",
82
+ "up",
83
+ "up"
84
+ ],
85
+ "num_frames": 33,
86
+ "theme": null
87
+ }
test/sokoban/metadata/sokoban_000082.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000082",
3
+ "prompt": "Solve the 7\u00d77 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 4 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 7,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "#######",
9
+ "# # #",
10
+ "# # #",
11
+ "# #",
12
+ "## #",
13
+ "# #",
14
+ "#######"
15
+ ],
16
+ "player_start": [
17
+ 4,
18
+ 2
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 3
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 5,
29
+ 4
30
+ ]
31
+ ],
32
+ "num_moves": 4,
33
+ "directions": [
34
+ "right",
35
+ "up",
36
+ "right",
37
+ "down"
38
+ ],
39
+ "num_frames": 5,
40
+ "theme": null
41
+ }
test/sokoban/metadata/sokoban_000083.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000083",
3
+ "prompt": "Solve the 6\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 3 moves.",
4
+ "grid_rows": 6,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "# # #",
10
+ "# # #",
11
+ "# #",
12
+ "# # #",
13
+ "########"
14
+ ],
15
+ "player_start": [
16
+ 1,
17
+ 5
18
+ ],
19
+ "boxes_start": [
20
+ [
21
+ 3,
22
+ 4
23
+ ]
24
+ ],
25
+ "targets": [
26
+ [
27
+ 4,
28
+ 4
29
+ ]
30
+ ],
31
+ "num_moves": 3,
32
+ "directions": [
33
+ "down",
34
+ "left",
35
+ "down"
36
+ ],
37
+ "num_frames": 4,
38
+ "theme": null
39
+ }
test/sokoban/metadata/sokoban_000084.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000084",
3
+ "prompt": "Solve the 9\u00d78 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 27 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 8,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "########",
9
+ "# # #",
10
+ "# #",
11
+ "# #",
12
+ "# # # #",
13
+ "# ## #",
14
+ "# # #",
15
+ "# #",
16
+ "########"
17
+ ],
18
+ "player_start": [
19
+ 2,
20
+ 1
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 2,
25
+ 3
26
+ ],
27
+ [
28
+ 5,
29
+ 6
30
+ ],
31
+ [
32
+ 2,
33
+ 2
34
+ ]
35
+ ],
36
+ "targets": [
37
+ [
38
+ 2,
39
+ 5
40
+ ],
41
+ [
42
+ 2,
43
+ 6
44
+ ],
45
+ [
46
+ 4,
47
+ 3
48
+ ]
49
+ ],
50
+ "num_moves": 27,
51
+ "directions": [
52
+ "down",
53
+ "down",
54
+ "down",
55
+ "down",
56
+ "down",
57
+ "right",
58
+ "right",
59
+ "right",
60
+ "up",
61
+ "right",
62
+ "right",
63
+ "up",
64
+ "up",
65
+ "up",
66
+ "left",
67
+ "up",
68
+ "up",
69
+ "left",
70
+ "left",
71
+ "down",
72
+ "down",
73
+ "left",
74
+ "left",
75
+ "up",
76
+ "right",
77
+ "right",
78
+ "right"
79
+ ],
80
+ "num_frames": 28,
81
+ "theme": null
82
+ }
test/sokoban/metadata/sokoban_000085.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000085",
3
+ "prompt": "Solve the 9\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 7 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "# #",
10
+ "# ##",
11
+ "## #",
12
+ "# #",
13
+ "# # # #",
14
+ "# # # #",
15
+ "## # #",
16
+ "##########"
17
+ ],
18
+ "player_start": [
19
+ 6,
20
+ 5
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 6,
25
+ 4
26
+ ]
27
+ ],
28
+ "targets": [
29
+ [
30
+ 4,
31
+ 3
32
+ ]
33
+ ],
34
+ "num_moves": 7,
35
+ "directions": [
36
+ "down",
37
+ "left",
38
+ "up",
39
+ "up",
40
+ "right",
41
+ "up",
42
+ "left"
43
+ ],
44
+ "num_frames": 8,
45
+ "theme": null
46
+ }
test/sokoban/metadata/sokoban_000086.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000086",
3
+ "prompt": "Solve the 9\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 9 moves.",
4
+ "grid_rows": 9,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "# # #",
11
+ "# #",
12
+ "# ##",
13
+ "# # #",
14
+ "# # #",
15
+ "# #",
16
+ "######"
17
+ ],
18
+ "player_start": [
19
+ 1,
20
+ 3
21
+ ],
22
+ "boxes_start": [
23
+ [
24
+ 7,
25
+ 2
26
+ ]
27
+ ],
28
+ "targets": [
29
+ [
30
+ 7,
31
+ 3
32
+ ]
33
+ ],
34
+ "num_moves": 9,
35
+ "directions": [
36
+ "left",
37
+ "down",
38
+ "down",
39
+ "down",
40
+ "left",
41
+ "down",
42
+ "down",
43
+ "down",
44
+ "right"
45
+ ],
46
+ "num_frames": 10,
47
+ "theme": null
48
+ }
test/sokoban/metadata/sokoban_000088.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000088",
3
+ "prompt": "Solve the 8\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 10 moves.",
4
+ "grid_rows": 8,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# ##",
10
+ "## #",
11
+ "# #",
12
+ "# #",
13
+ "## #",
14
+ "# #",
15
+ "######"
16
+ ],
17
+ "player_start": [
18
+ 3,
19
+ 4
20
+ ],
21
+ "boxes_start": [
22
+ [
23
+ 2,
24
+ 3
25
+ ]
26
+ ],
27
+ "targets": [
28
+ [
29
+ 4,
30
+ 4
31
+ ]
32
+ ],
33
+ "num_moves": 10,
34
+ "directions": [
35
+ "up",
36
+ "left",
37
+ "up",
38
+ "left",
39
+ "down",
40
+ "down",
41
+ "left",
42
+ "down",
43
+ "right",
44
+ "right"
45
+ ],
46
+ "num_frames": 11,
47
+ "theme": null
48
+ }
test/sokoban/metadata/sokoban_000089.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000089",
3
+ "prompt": "Solve the 7\u00d76 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 4 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 6,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "######",
9
+ "# # #",
10
+ "# #",
11
+ "# #",
12
+ "## #",
13
+ "# #",
14
+ "######"
15
+ ],
16
+ "player_start": [
17
+ 4,
18
+ 4
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 3
24
+ ]
25
+ ],
26
+ "targets": [
27
+ [
28
+ 2,
29
+ 3
30
+ ]
31
+ ],
32
+ "num_moves": 4,
33
+ "directions": [
34
+ "down",
35
+ "left",
36
+ "up",
37
+ "up"
38
+ ],
39
+ "num_frames": 5,
40
+ "theme": null
41
+ }
test/sokoban/metadata/sokoban_000090.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000090",
3
+ "prompt": "Solve the 7\u00d710 Sokoban puzzle. Push all 3 boxes onto the target positions. The solution requires 10 moves.",
4
+ "grid_rows": 7,
5
+ "grid_cols": 10,
6
+ "num_boxes": 3,
7
+ "grid": [
8
+ "##########",
9
+ "# # #",
10
+ "# # #",
11
+ "# #",
12
+ "### ##",
13
+ "# #",
14
+ "##########"
15
+ ],
16
+ "player_start": [
17
+ 5,
18
+ 4
19
+ ],
20
+ "boxes_start": [
21
+ [
22
+ 4,
23
+ 4
24
+ ],
25
+ [
26
+ 4,
27
+ 5
28
+ ],
29
+ [
30
+ 2,
31
+ 3
32
+ ]
33
+ ],
34
+ "targets": [
35
+ [
36
+ 5,
37
+ 5
38
+ ],
39
+ [
40
+ 3,
41
+ 4
42
+ ],
43
+ [
44
+ 2,
45
+ 2
46
+ ]
47
+ ],
48
+ "num_moves": 10,
49
+ "directions": [
50
+ "up",
51
+ "up",
52
+ "right",
53
+ "down",
54
+ "up",
55
+ "up",
56
+ "up",
57
+ "left",
58
+ "down",
59
+ "left"
60
+ ],
61
+ "num_frames": 11,
62
+ "theme": null
63
+ }
test/sokoban/metadata/sokoban_000092.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000092",
3
+ "prompt": "Solve the 10\u00d710 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 12 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 10,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "##########",
9
+ "# # ##",
10
+ "# # # #",
11
+ "# # # #",
12
+ "# #",
13
+ "# ## #",
14
+ "# # #",
15
+ "# #",
16
+ "# #",
17
+ "##########"
18
+ ],
19
+ "player_start": [
20
+ 5,
21
+ 5
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 7,
26
+ 7
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 5,
32
+ 4
33
+ ]
34
+ ],
35
+ "num_moves": 12,
36
+ "directions": [
37
+ "down",
38
+ "down",
39
+ "down",
40
+ "right",
41
+ "right",
42
+ "up",
43
+ "up",
44
+ "right",
45
+ "up",
46
+ "left",
47
+ "left",
48
+ "left"
49
+ ],
50
+ "num_frames": 13,
51
+ "theme": null
52
+ }
test/sokoban/metadata/sokoban_000093.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000093",
3
+ "prompt": "Solve the 10\u00d78 Sokoban puzzle. Push all 1 box onto the target position. The solution requires 5 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 8,
6
+ "num_boxes": 1,
7
+ "grid": [
8
+ "########",
9
+ "# #",
10
+ "# ##",
11
+ "# #",
12
+ "## #",
13
+ "# #",
14
+ "### # #",
15
+ "# # #",
16
+ "# #",
17
+ "########"
18
+ ],
19
+ "player_start": [
20
+ 8,
21
+ 5
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 7,
26
+ 5
27
+ ]
28
+ ],
29
+ "targets": [
30
+ [
31
+ 2,
32
+ 5
33
+ ]
34
+ ],
35
+ "num_moves": 5,
36
+ "directions": [
37
+ "up",
38
+ "up",
39
+ "up",
40
+ "up",
41
+ "up"
42
+ ],
43
+ "num_frames": 6,
44
+ "theme": null
45
+ }
test/sokoban/metadata/sokoban_000094.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sample_id": "sokoban_000094",
3
+ "prompt": "Solve the 10\u00d76 Sokoban puzzle. Push all 2 boxes onto the target positions. The solution requires 16 moves.",
4
+ "grid_rows": 10,
5
+ "grid_cols": 6,
6
+ "num_boxes": 2,
7
+ "grid": [
8
+ "######",
9
+ "# #",
10
+ "# #",
11
+ "## #",
12
+ "## #",
13
+ "# # #",
14
+ "# #",
15
+ "# #",
16
+ "## #",
17
+ "######"
18
+ ],
19
+ "player_start": [
20
+ 2,
21
+ 2
22
+ ],
23
+ "boxes_start": [
24
+ [
25
+ 2,
26
+ 3
27
+ ],
28
+ [
29
+ 7,
30
+ 3
31
+ ]
32
+ ],
33
+ "targets": [
34
+ [
35
+ 3,
36
+ 2
37
+ ],
38
+ [
39
+ 1,
40
+ 3
41
+ ]
42
+ ],
43
+ "num_moves": 16,
44
+ "directions": [
45
+ "down",
46
+ "right",
47
+ "up",
48
+ "down",
49
+ "down",
50
+ "right",
51
+ "down",
52
+ "down",
53
+ "down",
54
+ "left",
55
+ "down",
56
+ "left",
57
+ "up",
58
+ "up",
59
+ "up",
60
+ "up"
61
+ ],
62
+ "num_frames": 17,
63
+ "theme": null
64
+ }