retagged by
1,218 views
0 votes
0 votes

In Artificial Intelligence(AI), what is present in the planning graph?

  1. Sequence of levels   
  2. Literals
  3. Variables
  4. Heuristic estimates
retagged by

2 Answers

2 votes
2 votes

Answer is Option A

A planning graph consists of sequence of levels correspond to time steps

ƒ Used to achieve better heuristic estimates.

  • A solution can also directly be extracted using GRAPHPLAN.

ƒ Consists of a sequence of levels that correspond to time steps in the plan.  

  • Level 0 is the initial state.

 Each level consists of a set of literals and a set of actions.  

  • Literals = all those that could be true at that time step, depending upon the actions executed at the preceding time step.
  • Actions = all those actions that could have their preconditions satisfied at that time step, depending on which of the literals actually hold.
0 votes
0 votes
option i

 A planning graph consists of sequence of levels correspond to time steps.
Answer:

Related questions

0 votes
0 votes
2 answers
2
0 votes
0 votes
3 answers
3
go_editor asked Mar 24, 2020
663 views
Match the following :$\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\\text{a.} & \text{Glass } & \text{i.} & \text{Contains liquid crystal and serves a...
0 votes
0 votes
2 answers
4
go_editor asked Mar 24, 2020
1,063 views
What is the best method to go for the game playing problem?Optimal SearchRandom SearchHeuristic SearchStratified Search