sophie
sophie

Reputation: 1

exploration Program goal returning as false , not sure what to do next

So Im writing a PDDL for mars exploration but it shows Suspected timeout.

ff: goal can be simplified to FALSE. No plan will solve it

What should I do next?

Upvotes: 0

Views: 123

Answers (1)

hectorpal
hectorpal

Reputation: 711

That's not timeout: FF proved that it's impossible to reach the goal. "Simplified" means it didn't even need to search, so it's probably a very fundamental modelling problem.

Try changing the goal to the preconditions of actions that you think should be achievable.

Upvotes: 1

Related Questions