Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 770 Bytes

File metadata and controls

23 lines (17 loc) · 770 Bytes

Grid (Round 2, STRIPS)

Domain Description

There is a square grid of locations. A robot can move one grid square at a time horizontally and vertically. If a square is locked, the robot can move to it only by unlocking it, which requires having a key of the same shape as the lock. The goal is to get keys from various locations to various new locations.

Authors

Jana Koehler (based on an earlier domain by Drew McDermott)

Original File Names

file original name
domain.pddl grid-strips.pddl
instance-1.pddl prob01.pddl
instance-2.pddl prob02.pddl
instance-3.pddl prob03.pddl
instance-4.pddl prob04.pddl
instance-5.pddl prob05.pddl