setStateWeight: Set the weight of a state.

Description Usage Arguments Value Author(s)

View source: R/loadMDP.R

Description

Set the weight of a state.

Usage

1
  setStateWeight(mdp, w, sId, wLbl)

Arguments

mdp

The MDP loaded using loadMDP.

w

The weight.

sId

The state id of the state.

wLbl

The label of the weight we consider.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk


MDP documentation built on May 2, 2019, 6:48 p.m.

Related to setStateWeight in MDP...