partial cleanup of graph_search.py

This commit is contained in:
Szymon Szczubkowski 2023-04-17 16:00:22 +02:00
parent c5d86faade
commit 2cb44dcb01

View File

@ -76,7 +76,3 @@ class Search:
x.action = action
fringe.append(x)
fringe_state.append(x.state)
se = Search(50)
se.graphsearch(istate=[50, 50, 0], goaltest=[150, 250])