in Artificial Intelligence edited by
4,334 views
1 vote
1 vote

The Blocks World Problem in Artificial Intelligence is normally discussed to explain a

  1. Search technique
  2. Planning system
  3. Constraint satisfaction system
  4. Knowledge base system
in Artificial Intelligence edited by
4.3k views

1 Answer

1 vote
1 vote

Answer B

  • The blocks world is one of the most famous planning domains in artificial intelligence.
  • Imagine a set of cubes (blocks) sitting on a table.
  • The goal is to build one or more vertical stacks of blocks.
  • The catch is that only one block may be moved at a time: it may either be placed on the table or placed atop another block.
  • Because of this, any blocks that are, at a given time, under another block cannot be moved.

More details:https://en.wikipedia.org/wiki/Blocks_world

by
Answer:

Related questions