Created
November 12, 2024 12:50
-
-
Save gamesbyangelina/aa62b2501a9b4d66c588f18e3d32c0b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define (problem tutorialwk8prob) | |
(:domain tutorialwk8tube) | |
(:objects | |
mike - person | |
temple monument embankment westminster waterloo blackfriars cannonst londonbridge southwark - station | |
) | |
(:init | |
; ??? | |
(connected temple embankment) | |
(connected embankment westminster) | |
(connected embankment waterloo) | |
(connected westminster waterloo) | |
(connected temple blackfriars) | |
(connected blackfriars cannonst) | |
(connected cannonst monument) | |
(connected monument londonbridge) | |
(connected londonbridge southwark) | |
(connected southwark waterloo) | |
) | |
(:goal | |
; ??? | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment