removeAction {MDP} | R Documentation |
Remove the action of a state from the HMDP.
removeAction(mdp, sId, iA)
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. |
The actions can be reset using resetActions
.
Nothing.
Lars Relund lars@relund.dk