Open Acetilsalicilic opened 1 month ago
None of the algorithms reconstructs a correct path - this is, a path straight to the goal. That caused by a bad construction of ActionNodes and a bad track of the parent.
It's necessary to implement a new algorithm.
The DFS works now
None of the algorithms reconstructs a correct path - this is, a path straight to the goal. That caused by a bad construction of ActionNodes and a bad track of the parent.
It's necessary to implement a new algorithm.