Module ssm :: Class StochasticSMWithStateObservation
[frames] | no frames]

Class StochasticSMWithStateObservation

   sm.SM --+    
           |    
StochasticSM --+
               |
              StochasticSMWithStateObservation

Special kind of stochastic state machine whose observation includes its state

Instance Methods
 
getNextValues(self, state, inp)
Default version of this method.

Inherited from StochasticSM: __init__, startState

Inherited from sm.SM: check, doTraceTasks, done, getStartState, guaranteeName, isDone, printDebugInfo, run, start, step, transduce, transduceF

Class Variables

Inherited from sm.SM: legalInputs, name

Instance Variables

Inherited from StochasticSM: beliefDisplayFun, observationDistribution, sensorDisplayFun, startDistribution, transitionDistribution

Method Details

getNextValues(self, state, inp)

 

Default version of this method. If a subclass only defines getNextState, then we assume that the output of the machine is the same as its next state.

Overrides: sm.SM.getNextValues
(inherited documentation)