fixAction {MDP} | R Documentation |
Fix the action of a state. That is, the other actions are removed from the HMDP.
fixAction(mdp, sId, iA)
mdp |
The MDP loaded using loadMDP. |
sId |
The state id of the state we want to fix the action for. |
iA |
The action index of the state. |
The actions can be reset using resetActions
.
Nothing.
Lars Relund lars@relund.dk