Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 880 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 880 Bytes

The Blocks World

The Blocks World is a classic and famous toy domain in Artificial Intelligence.

Starting from an initial configuration of blocks the aim is to move blocks to a new goal configuration. Blocks are instantaneously moved by means of a virtual gripper. A block can only be moved if there is no other block sitting on top of it. A block can always be moved to the table.

Releases

Releases can be found here and include the Blocks World environment, a random generator for Block's World configurations, and a manual for the environment.

Releases can also be found in eishub's maven repository here.

Generate Jars from Source

Run mvn clean install

Run mvn clean pre-site install to also generate the pdf manual from the tex source.