rew_sanity_check {matrixdist}R Documentation

Transform a reward matrix with very small rewards to avoid numerical problems

Description

Transform a reward matrix with very small rewards to avoid numerical problems

Usage

rew_sanity_check(R, tol)

Arguments

R

Reward matrix

tol

Lower bound considered for a reward

Value

A reward matrix that does not cause issues with uniformization


[Package matrixdist version 1.1.9 Index]