setActionWeight {MDP} | R Documentation |
Set the weight of an action.
setActionWeight(mdp, w, sId, iA, iW)
mdp |
The MDP loaded using loadMDP. |
w |
The weight. |
sId |
The state id of the state. |
iW |
Weight index where set the weight. |
Nothing.
Lars Relund lars@relund.dk