Act.QLearningPersExpPath: Determines which action to take

Description Usage

View source: R/QlearningPersExpPath.R

Description

Determines which action to take

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Act.QLearningPersExpPath(
  state,
  model,
  model.surp = NULL,
  model.fam = NULL,
  model.par,
  model.par.surp = NULL,
  model.par.fam = NULL,
  algo.par,
  algo.var,
  game.object,
  eval.only = FALSE,
  best.guess.episode = FALSE,
  block.type = NULL
)

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