mlpy.mdp.stateaction.MDPAction.set_discretized

MDPAction.set_discretized(val=False)

Sets the discretized flag.

Parameters:

val : bool

Flag identifying whether the features are discretized or not. Default is False.

Raises:

ValueError

If val is not boolean type.