setStateWeight {MDP} | R Documentation |
Set the weight of a state.
setStateWeight(mdp, w, sId, 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