Acetilsalicilic / python-maze-solver

1 stars 0 forks source link

None of the algorithms works correctly #1

Open Acetilsalicilic opened 1 month ago

Acetilsalicilic commented 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.

Acetilsalicilic commented 1 month ago

The DFS works now