bot_eq: Bot that plays according to a specified equilibrium

Description Usage Arguments See Also

View source: R/bots.R

Description

Bot that plays according to a specified equilibrium

Usage

1
2
bot_eq(game, player, eq = game$eq.li[[1]], eq.tables = gtree::eq_tables(game
  = game, eq.li = list(eq)), name = "eq_bot", ...)

Arguments

game

the game object

player

the player number of this bot

eq

an equilibrium, typically an element of game$eq.li

See Also

Other Bots: bot_mixture, bot_pop, bot_random, bot_tables, make_bots, play_bot_vs_bot


skranz/gtreeWebPlay documentation built on Nov. 17, 2019, 9:15 a.m.