Play.On.Strategy.QLearningPersExpPath: Play the game based on strategy

Description Usage

View source: R/QlearningPersExpPath.R

Description

Play the game based on strategy

Usage

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

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