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

aiddl-test.planning.state-variable.elevator.problem-01.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.elevator.problem-01)

(#req P org.aiddl.common.planning.state-variable)
(#req E "./domain.aiddl")

(^State@P s0 {
    (passengerAt p1)  : f4
    (passengerAt p2)  : f4  
    (liftAt e1)       : f0  
    (reachable f0 e1) : true
    (reachable f1 e1) : true
    (reachable f2 e1) : true
    (reachable f3 e1) : true
    (reachable f4 e1) : true
  })
	
(^Goal@P g {
  (passengerAt p1) : f0
  (passengerAt p2) : f0
  })

(^Problem@P problem  (operators     : O@E,
                     initial-state : $s0,
                     goal          : $g))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy