Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Frame problem
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Successor state axioms solution=== The value of a condition after the execution of an action can be determined by the fact that the condition is true if and only if: # the action makes the condition true; or # the condition was previously true and the action does not make it false. A [[successor state axiom]] is a formalization in logic of these two facts. For example, if <math>\mathrm{opendoor}(t)</math> and <math>\mathrm{closedoor}(t)</math> are two conditions used to denote that the action executed at time <math>t</math> was to open or close the door, respectively, the running example is encoded as follows. : <math>\neg \mathrm{open}(0)</math> : <math>\neg \mathrm{on}(0)</math> : <math>\mathrm{opendoor}(0)</math> : <math>\forall t . \mathrm{open}(t+1) \iff \mathrm{opendoor}(t) \vee (\mathrm{open}(t) \wedge \neg \mathrm{closedoor}(t))</math> This solution is centered around the value of conditions, rather than the effects of actions. In other words, there is an axiom for every condition, rather than a formula for every action. Preconditions to actions (which are not present in this example) are formalized by other formulae. The successor state axioms are used in the variant to the [[situation calculus]] proposed by [[Ray Reiter]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)