concepts.dm.pdsketch.planners.discrete_search.HeuristicSearchState#
- class HeuristicSearchState[source]#
Bases:
object
The state for heuristic search.
Methods
Attributes
The state.
The STRIPS state.
The trajectory.
The cost so far.
- __init__(state, strips_state, trajectory, g)#
- Parameters:
state (State)
strips_state (SState)
trajectory (Tuple[OperatorApplier, ...])
g (float)
- Return type:
None
- __new__(**kwargs)#
- trajectory: Tuple[OperatorApplier, ...]#
The trajectory.