Get.Game.Param.PD: Defines the game environment of the IPD

Description Usage Arguments

View source: R/PrisonersDilemmaStratTourn.R

Description

Returns a list with the parameters.

Usage

1
2
3
4
Get.Game.Param.PD(
  setting = "BattleOfStrategiesThesis.Baseline",
  strats = "tit.for.tat"
)

Arguments

setting

Here, one defines the setting which should be used as a default. The following settings are currently implemented:

  • "BattleOfStrategiesThesis.Baseline" - The setting as defined in the thesis of Martin Kies. 15

  • "BattleOfStrategies2019" - The setting as defined the seminar "Fortgeschrittene Analyse von Kooperation mit Spieltheorie und Simulation aka Battle of Strategies" of winter term 2019/2020. 25

strats

Names of strategies which are to be optimized against. If several strategies are given it is random against which strategy the game is played with each episode. Playing against itself is indicated by "self". Note that this function sets the strategy to NA if "self" is wished and the respective encoding strategy has to be manually filled in.


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