Get.Def.Par.QLearningPersExpPath: Default Parameters for (improved) Q-Learning

Description Usage Arguments

View source: R/QlearningPersExpPath.R

Description

Returns the 'algo.par' necessary for Setup.QLearningPersExpPath, Initialise.QLearningPersExpPath and Train.QLearningPersExpPath

Usage

1
Get.Def.Par.QLearningPersExpPath(setting = "ThesisOpt.XGB")

Arguments

setting

String which defines the setting of the default parameters.

  • "ThesisOpt.XGB" - Default setting. The same parameters are used as for the final results of the thesis of Martin Kies. Uses the Gradient Boosting Variant.

  • "ThesisOpt.RNN" - The same parameters are used as for the final results of the thesis of Martin Kies. Uses the Recurrent Neural Network (LSTM) Variant.

  • "Legacy.v.0.1.6" - Uses the default settings of version 0.1.6 of this package


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