GOAP in F.E.A.R. and successors Flashcards
In the State Representation in Classical Planning:
1- World is decomposed into ___
2- State is represented as a conjuction of positive __
3- Use ___ assumption
4- Use ____ assumption
1- logical conditions
2- literals
3- closed-world
4- unique names
In the Action Representation in Classical Planning Actions are described in terms of ___ and ___
preconditions and effects
In the Goal Representation in Classical Planning, Goals simply represented as a ___
precondition
An action can be applied in any state that verifies its ___
preconditions
The problem is considered solved when we find a ___ that ends in a ___
sequence of actions
goal state s
A planning problem can be solved as a search problem:
1- Using the declarative ___ representation
2- ___ planning
3- ___ planning
1- action
2- Forward
3- Backward
Relevant actions should contribute to the ___
goal
GOAP in F.E.A.R uses ___ search with ___ algorithm where:
1- Actions have execution cost ___
2- Heuristic is the number of ___
backward-relevant
A*
1- >= 1
2- unsatisfied conditions
In order to make the World Representation more efficient:
1- Limited use of ___
2- State represented by a ___ array of ___
3-Procedural ___
4- Procedural ___
1- variables
2- fixed / state variables
3- preconditions
4- effects
Procedural Preconditions are used when the ___ needs to test something that is not specified in the ___
action
array of variables
Procedural Effects apply effects not represented in the ___
array of variables
STUDY SLIDE 29 (EXAMPLE)
…