mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Epistemic problem
This commit is contained in:
parent
01883787da
commit
8692700b8f
1 changed files with 7 additions and 5 deletions
|
@ -61,16 +61,17 @@
|
||||||
]
|
]
|
||||||
:additions [
|
:additions [
|
||||||
(Believes! ?a2 (the ?a1))
|
(Believes! ?a2 (the ?a1))
|
||||||
(Believes ?a3 (the ?a1))
|
(Believes! ?a3 (the ?a1))
|
||||||
(Believes ?a1 (Believes! ?a2 (the ?a1)))
|
(Believes! ?a1 (Believes! ?a2 (the ?a1)))
|
||||||
(Believes ?a1 (Believes! ?a3 (the ?a1)))
|
(Believes! ?a1 (Believes! ?a3 (the ?a1)))
|
||||||
]
|
]
|
||||||
:deletions [
|
:deletions [
|
||||||
(not (Believes! ?a2 (the ?a1)))
|
(not (Believes! ?a2 (the ?a1)))
|
||||||
(not (Believes! ?a3 (the ?a1)))
|
(not (Believes! ?a3 (the ?a1)))
|
||||||
(not (Believes ?a1 (Believes! ?a2 (the ?a1))))
|
(not (Believes! ?a1 (Believes! ?a2 (the ?a1))))
|
||||||
(not (Believes ?a1 (Believes! ?a3 (the ?a1))))
|
(not (Believes! ?a1 (Believes! ?a3 (the ?a1))))
|
||||||
]
|
]
|
||||||
|
:cost 2
|
||||||
})
|
})
|
||||||
|
|
||||||
(define-action share-single [?a1 ?a2 ?a3 ?r] {
|
(define-action share-single [?a1 ?a2 ?a3 ?r] {
|
||||||
|
@ -96,6 +97,7 @@
|
||||||
(not (Believes! ?a2 (the ?a1)))
|
(not (Believes! ?a2 (the ?a1)))
|
||||||
(not (Believes! ?a1 (Believes! ?a2 (the ?a1))))
|
(not (Believes! ?a1 (Believes! ?a2 (the ?a1))))
|
||||||
]
|
]
|
||||||
|
:cost 2
|
||||||
})
|
})
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue