Jump to content

Blocks world

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Simplexity22 (talk | contribs) at 19:05, 18 April 2018 (Reverted edits by 2601:188:180:41D2:A039:5463:21F9:B94D (talk) (HG) (3.3.5)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The blocks world is one of the most famous planning domains in artificial intelligence. Imagine a set of wooden blocks of various shapes and colors 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. Moreover, some kinds of blocks cannot have other blocks stacked on top of them.

The simplicity of this toy world lends itself readily to symbolic or classical A.I. approaches, in which the world is modeled as a set of abstract symbols which may be reasoned about.

Theses/projects which took place in a blocks world

Decision problem (Gupta and Nau, 1992): Given a starting Blocks World, an ending Blocks World, and an integer L > 0, is there a way to move the blocks to change the starting position to the ending position with L or less steps?

This decision problem is NP-hard.[1]

See also

References

  1. ^ Gupta, N.; Nau, D. "On the Complexity of Blocks-World Planning" (PDF). Artificial Intelligence. 56: 223–254. doi:10.1016/0004-3702(92)90028-v.