Deterministic actions: they have only one outcome.
Stochastic actions:
they have several outcomes.
terminates the process of going
from location
to
at time t and has two outcomes:
and
Sense actions: they return binary or real-valued data at the run time.
represents the initial situation.
do(endGoS(MO,Rm1,82), do(startGo(MO,Rm1,12),
do(sense(Battery,24,11), do(pickup(Coffee,5), ))))
is the situation that results after executing in sequence
4 actions mentioned above.