From b3359393525b827d75a5b0745c3d1d8c9362dc5e Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 30 Sep 2021 13:41:18 -0500 Subject: moved python files into src folder --- test_cases/q2/1-1-minmax.test | 47 ------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 test_cases/q2/1-1-minmax.test (limited to 'test_cases/q2/1-1-minmax.test') diff --git a/test_cases/q2/1-1-minmax.test b/test_cases/q2/1-1-minmax.test deleted file mode 100644 index addd65b..0000000 --- a/test_cases/q2/1-1-minmax.test +++ /dev/null @@ -1,47 +0,0 @@ -class: "GraphGameTreeTest" -alg: "MinimaxAgent" -depth: "3" - -diagram: """ - /-----a------\ - / \ - / \ - b1 b2 - / \ | - c1 c2 cx - / \ / \ | - d1 d2 d3 d4 dx --3 -9 10 6 -3.01 - -a - max -b - min -c - max - -Note that the minimax value of b1 is -3. -""" -num_agents: "2" - -start_state: "a" -win_states: "d1 d2 d3 d4 dx" -lose_states: "" - -successors: """ -a Left b1 -a Right b2 -b1 Left c1 -b1 Right c2 -b2 Down cx -c1 Left d1 -c1 Right d2 -c2 Left d3 -c2 Right d4 -cx Down dx -""" - -evaluation: """ -d1 -3.0 -d2 -9.0 -d3 10.0 -d4 6.0 -dx -3.01 -""" -- cgit v1.2.3-70-g09d2