-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Below is the output from the latest plan execution
Output
Executing Problem 1
Number of literals: 1
Constructing lookup tables:
Post filtering unreachable actions:
No semaphore facts found, returning
�[01;34mNo analytic limits found, not considering limit effects of goal-only operators�[00m
Action 0 - (do-stuff some-object) is uninteresting once we have fact (some-goal some-object)
Initial heuristic = 1.000, admissible cost estimate 0.000
(G)
; No metric specified - using makespan
; Plan found with metric 0.000
; States evaluated so far: 2
; States pruned based on pre-heuristic cost lower bound: 0
; Time 0.00
0.000: (do-stuff some-object) [0.001]
* All goal deadlines now no later than -0.000
Resorting to best-first search
Running WA* with W = 5.000, not restarting with goal states
Problem Unsolvable
;;;; Solution Found
; States evaluated: 2
; Cost: 0.000
; Time 0.00
0.000: (do-stuff some-object) [0.001]
Executing Problem 2
Number of literals: 2
Constructing lookup tables:
Post filtering unreachable actions:
No semaphore facts found, returning
�[01;34mNo analytic limits found, not considering limit effects of goal-only operators�[00m
Action 0 - (do-stuff some-object) is uninteresting once we have fact (some-goal some-object)
Action 1 - (do-stuff some-other-object) is uninteresting once we have fact (some-goal some-other-object)
Initial heuristic = 2.000, admissible cost estimate 0.000
b (1.000 | 0.000)(G)
; No metric specified - using makespan
; Plan found with metric 0.000
; States evaluated so far: 3
; States pruned based on pre-heuristic cost lower bound: 0
; Time 0.00
0.000: (do-stuff some-other-object) [0.001]
0.000: (do-stuff some-object) [0.001]
* All goal deadlines now no later than -0.000
Resorting to best-first search
Running WA* with W = 5.000, not restarting with goal states
Problem Unsolvable
;;;; Solution Found
; States evaluated: 3
; Cost: 0.000
; Time 0.00
0.000: (do-stuff some-other-object) [0.001]
0.000: (do-stuff some-object) [0.001]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels