policyIteDiscount {MDP}R Documentation

Perform policy iteration (discount criterion) on the MDP.

Description

Perform policy iteration (discount criterion) on the MDP.

Usage

policyIteDiscount(mdp, iW, iDur, rate=0.1, rateBase=365)

Arguments

mdp The MDP loaded using loadMDP.
iW index we want to optimize with respect to.
iDur Index of duration/time such that discount rates can be calculated.
rate The interest rate.
rateBase The time-horizon the rate is valid over.

Details

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

Value

Nothing.

Author(s)

Lars Relund lars@relund.dk

See Also

getPolicy, getPolicyW.


[Package MDP version 1.0 Index]