Trees | Indices | Help |
|
---|
|
sm.SM --+ | StochasticSM
Stochastic state machine.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
Inherited from |
Instance Variables | |
startDistributiondist.DDist over states.
|
|
transitionDistribution A procedure that takes an action and returns a procedure, which takes an old state and returns a distribution over new states. |
|
observationDistribution A procedure that takes a state and returns a distribution over observations. |
|
beliefDisplayFun (Optional) function that is not used here, but that state estimator, for example, might call to display a belief state. |
|
sensorDisplayFun (Optional) function that is not used here, but that state estimator, for example, might call to display a sensor likelihoods. |
Method Details |
|
|
Default version of this method. If a subclass only defines
|
Instance Variable Details |
beliefDisplayFun(Optional) function that is not used here, but that state estimator, for example, might call to display a belief state. Takes a belief state {dist.DDist} as input. |
sensorDisplayFun(Optional) function that is not used here, but that state estimator, for example, might call to display a sensor likelihoods. Takes an observation as input. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:17 2011 | http://epydoc.sourceforge.net |