Setup.QLearningPersExpPath: Sets up a model based on model parameters

Description Usage Arguments

View source: R/QlearningPersExpPath.R

Description

Sets up a model based on model parameters

Usage

1
2
3
4
5
6
7
Setup.QLearningPersExpPath(
  game.object,
  algo.par = NULL,
  model.par,
  model.par.surp = NULL,
  model.par.fam = NULL
)

Arguments

game.object

Game Object as defined by Get.Game.Object.<NAME>.

model.par

Model parameters. If NULL, the function Get.Def.Par.QLearningPersExpPath() is called.

model.par.surp

Model parameters for surprise model. If NULL, we assume that we do not want to use a surprise model.

model.par.fam

Model parameters for the model which tries to gauge familiarity with the specific state/action combination. If NULL, we assume that no familiarity model is needed.


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