setStateWeight {MDP}R Documentation

Set the weight of a state.

Description

Set the weight of a state.

Usage

setStateWeight(mdp, w, sId, iW)

Arguments

mdp The MDP loaded using loadMDP.
w The weight.
sId The state id of the state.
iW Weight index where set the weight.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk


[Package MDP version 1.0 Index]