retagged by
1,682 views
0 votes
0 votes

Consider the following two sentences:

  1. The planning graph data structure can be used to give a better heuristic for a planning problem
  2. Dropping negative effects from every action schema in a planning problem results in a relaxed problem

Which of the following is correct with respect to the above sentences?

  1. Both sentence a and sentence b are false
  2. Both sentence a and sentence b are true
  3. Sentence a is true but sentence b is false
  4. Sentence a is false but sentence b is true
retagged by

2 Answers

0 votes
0 votes

a. "The planning graph data structure can be used to give a better heuristic for a planning problem" - This sentence is generally true. Planning graphs are used in heuristic search algorithms for planning problems to estimate the distance to the goal state.

b. "Dropping negative effects from every action schema in a planning problem results in a relaxed problem" - This sentence is true. In the context of planning problems, creating a relaxed problem involves removing negative effects from action schemas, leading to a simplified version of the original problem.

Therefore, the correct answer is:

Both sentence a and sentence b are true.

Related questions

3.0k
views
2 answers
0 votes
Pooja Khatri asked Jul 13, 2018
3,008 views
In artificial Intelligence (AI), an environment is uncertain if it is ___Not fully observable and not deterministicNot fully observable or not deterministicFully observab...
2.2k
views
1 answers
0 votes
Pooja Khatri asked Jul 13, 2018
2,177 views
In artificial Intelligence (AI), a simple reflex agent selects actions on the basis of ___current percept, completely ignoring rest of the percept historyrest of the perc...
2.1k
views
2 answers
0 votes
Pooja Khatri asked Jul 13, 2018
2,134 views
In heuristic search algorithms in Artificial Intelligence (AI), if a collection of admissible heuristics $h_1 \dots h_m$ is available for a problem and none of them domin...
2.6k
views
4 answers
0 votes
Pooja Khatri asked Jul 13, 2018
2,633 views
Consider following sentences regarding $A^*$, an informed search strategy in Artificial Intelligence (AI).$A^*$ expands all nodes with $f(n)<C^*$$A^*$ expands no nodes wi...