Train.QLearningPersExpPath: Train a model based on Q-Learning

Description Usage

View source: R/QlearningPersExpPath.R

Description

Train a model based on Q-Learning

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Train.QLearningPersExpPath(
  evaluator,
  model.par,
  algo.par,
  algo.var,
  model.par.surp = NULL,
  model.par.fam = NULL,
  game.object,
  blocks,
  eval.only = FALSE,
  eval.each.round = NULL,
  start.w.training = TRUE,
  out.file = NULL
)

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