Skip to content

Commit c3ff763

Browse files
committedFeb 9, 2022
Added examples folder with CTD example.
1 parent 6c2cd57 commit c3ff763

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎examples/ctd.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "pacman",
3+
"request": "FILTER",
4+
"possible": ["East", "West", "Stop"],
5+
"reasoner": "DDPL",
6+
"game": {"blue_eaten": 0,
7+
"orange_eaten": 0,
8+
"score": 650,
9+
"layout": [{"position": {"y": 1, "x": 2}, "type": "p"},
10+
{"position": {"y": 2.0, "x": 1.0}, "type": "sc_b"},
11+
{"position": {"y": 1.0, "x": 3.0}, "type": "sc_o"}],
12+
"dimension": {"y": 11, "x": 20}},
13+
"norms": "passive-vegan",
14+
"id": 277
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.