You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solves a specified planning problem using A* search strategy.
Parameters:
The domain file.
The problem file.
Options:
-t, --timeout= Set the time out of the planner in seconds (preset
600s).
-l, --log= Set the level of trace of the planner: ALL, DEBUG,
INFO, ERROR, FATAL, OFF, TRACE (preset INFO).
-e, --heuristic=
Set the heuristic : AJUSTED_SUM, AJUSTED_SUM2,
AJUSTED_SUM2M, COMBO, MAX, FAST_FORWARD
SET_LEVEL, SUM, SUM_MUTEX (preset: FAST_FORWARD)
-w, --weight= Set the weight of the heuristic (preset 1.0).
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Process finished with exit code 0
The text was updated successfully, but these errors were encountered:
Unmatched arguments from index 2:
Usage:
ASP [-hV] [-e=] [-l=] [-t=] [-w=]
Description:
Solves a specified planning problem using A* search strategy.
Parameters:
The domain file.
The problem file.
Options:
-t, --timeout= Set the time out of the planner in seconds (preset
600s).
-l, --log= Set the level of trace of the planner: ALL, DEBUG,
INFO, ERROR, FATAL, OFF, TRACE (preset INFO).
-e, --heuristic=
Set the heuristic : AJUSTED_SUM, AJUSTED_SUM2,
AJUSTED_SUM2M, COMBO, MAX, FAST_FORWARD
SET_LEVEL, SUM, SUM_MUTEX (preset: FAST_FORWARD)
-w, --weight= Set the weight of the heuristic (preset 1.0).
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Process finished with exit code 0
The text was updated successfully, but these errors were encountered: