All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aiddl-test.planning.state-variable.blocks-world.problem-02.aiddl Maven / Gradle / Ivy

Go to download

Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.

The newest version!
(#mod self org.aiddl.test.planning.state-variable.blocks-world.problem-02)

(#req SVP org.aiddl.common.planning.state-variable)
(#req Domain "./domain.aiddl")

(^Problem@SVP problem {
  initial-state:{
        holding:nothing
        (on-table b5):true
        (on b5):b2
        (on b2):b3
        (on b3):b6
        (on b6):b4
        (on b4):b1
        (on b1):nothing
        (on-table b2):false
        (on-table b3):false
        (on-table b6):false
        (on-table b4):false
        (on-table b1):false
  }
  goal:{
        (on-table b3):true
        (on b3):b5
        (on b5):b4
        (on b4):b1
        (on b1):b2
        (on b2):b6
        (on b6):nothing
  }
  operators:operators@Domain
})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy