mlpy.mdp.distrib.IProbaCalcMethod.execute

IProbaCalcMethod.execute(states)[source]

Execute the calculation.

Parameters:

states : dict[State, dict[str, int | float]]

The list of next states to consider.

Returns:

dict[State, dict[str, int | float]] :

The updated states information including the probabilities.

Raises:

NotImplementedError :

If the child class does not implement this function.