Replies: 1 comment
-
PR is welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
def calc_heuristic_map(M, goal_node)
, the current code appears to calculate the cost from every node through 4 corners to the goal node and tries to find its min value.The right calculation should be like this:
Beta Was this translation helpful? Give feedback.
All reactions