game_theoretic_pragmatics_ORE
This is R code accompanying the overview article "Game Theory in Pragmatics: Evolution, Rationality & Reasoning".
Installation
Install the devtools
package. Then do:
devtools::install_github("michael-franke/game_theoretic_pragmatics_ORE", subdir="gtp")
Basic usage:
- call, for example,
appply_RD(M_implicature_game)
for an application of the replicator dynamic (discrete time, behavioral strategies) to the M-implicature context model - use function
create_game()
to create more examples
See paper.pdf
for motivation, explanation and some context.