8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
# In order for a heuristic to be admissible, the value
|
|
# of the heuristic must be less at each state than the
|
|
# true cost of the optimal path from that state to a goal.
|
|
cost: "8"
|
|
path: """
|
|
North South South East East East North North
|
|
"""
|