run.rep.multistage.game: Runs a repeated game

Description Usage Arguments

Description

Runs a repeated game

Usage

1
2
3
4
5
  run.rep.multistage.game(delta = game$param$delta, game,
    strat, T.min = 1,
    T.max = round(runif(1, 10000, 12000)),
    detailed.return = TRUE, strat.seed = NULL,
    game.seed = NULL)

Arguments

delta

discount factor

game

the game object

strat

a list of strategies

T.min

the minium number of periods that will be played. Payoffs for periods t=1,...,T.min will be disocunted with delta^(t-1). After any period t>=T the game stops with probability 1-delta and all payoffs are discounted with delta^(T-1).

T.max

optionally a maximum number of rounds


skranz/StratTourn documentation built on May 30, 2019, 2:02 a.m.