Bot that plays according to a specified equilibrium
bot_eq(game, player, eq = game$eq.li[[1]], eq.tables = gtree::eq_tables(game = game, eq.li = list(eq)), name = "eq_bot", ...)
game | the game object |
---|---|
player | the player number of this bot |
eq | an equilibrium, typically an element of game$eq.li |
Other Bots: bot_mixture
,
bot_pop
, bot_random
,
bot_tables
, make_bots
,
play_bot_vs_bot