policyIteDiscount: Perform policy iteration (discount criterion) on the MDP.

Description Usage Arguments Value Author(s) See Also

View source: R/loadMDP.R

Description

The policy can afterwards be received using functions getPolicy and getPolicyW.

Usage

1
  policyIteDiscount(mdp, w, dur, rate = 0.1, rateBase = 1)

Arguments

mdp

The MDP loaded using loadMDP.

w

The label of the weight we optimize.

dur

The label of the duration/time such that discount rates can be calculated.

rate

The interest rate.

rateBase

The time-horizon the rate is valid over.

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk

See Also

getPolicy, getPolicyW.


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

Related to policyIteDiscount in MDP...