From d5766f882195fcdcfd0d628b6bb3e2008d68e921 Mon Sep 17 00:00:00 2001 From: Neil Kollack Date: Wed, 8 Sep 2021 17:50:30 -0500 Subject: implemented ClosestDotSearchAgent and AnyFoodSearchProblem --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index af599a5..80848a3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -157,7 +157,8 @@ "description": "Select the maze layout", "options": [ "testSearch", - "trickySearch" + "trickySearch", + "bigSearch" ], "default": "tinyCorners" } -- cgit v1.2.3-70-g09d2