removeAction {MDP}R Documentation

Remove the action of a state from the HMDP.

Description

Remove the action of a state from the HMDP.

Usage

removeAction(mdp, sId, iA)

Arguments

mdp The MDP loaded using loadMDP.
sId The state id of the state we want to remove the action for.
iA The action index of the state.

Details

The actions can be reset using resetActions.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk

See Also

resetActions, fixAction.


[Package MDP version 1.0 Index]