Update.Evaluator.QLearningPersExpPath: Controlled Copying of Models

Description Usage Arguments

View source: R/QlearningPersExpPath.R

Description

Returns a new, updated evaluator

Usage

1
2
3
4
5
6
7
8
Update.Evaluator.QLearningPersExpPath(
  evaluator = evaluator,
  new.model = NULL,
  new.model.surp = NULL,
  new.model.fam = NULL,
  which.update = "both",
  model.par
)

Arguments

evaluator

Evaluation consisting of the two models

new.model

Model with which we want to update. If NULL, no update is done.

new.model.surp

If not NULL, the surprise model is updated accordingly.

new.model.fam

If not NULL, the familiarity model is updated accordingly.

which

May be 'both', 'cur' or 'best' and updates respectively.


MartinKies/RLR documentation built on Dec. 24, 2019, 10:02 p.m.