We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2cd57 commit c3ff763Copy full SHA for c3ff763
examples/ctd.json
@@ -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