This is the simulation software for the computational models published in: van de Braak, L., Dingemanse, M., Toni, I., van Rooij, I. & Blokpoel, M. (2021) Computational challenges in explaining communication: How deep the rabbit hole goes. In Proceedings of the 43th Annual Meeting of the Cognitive Science Society. Austin, TX: Cognitive Science Society. https://escholarship.org/uc/item/4pj1g2q8
- Please ensure that Java 8 is installed on your system.
- Please ensure that Scala sbt is installed, for instructions see https://www.scala-sbt.org/download/
- Open a terminal and execute the following commands:
git clone https://github.com/computationalcognitivescience/lanag-adaptive.gitcd lanag-adaptivemkdir output/datafilessbt run- Select
com.markblokpoel.lanag.adaptive.RunAdaptiveExperimentfor non-ostensive model simulation andcom.markblokpoel.lanag.adaptive.RunExplicitExperimentfor ostensive model simulation.
- Output files will be written to
output/datafiles - Parameters such as number of signals, referents, pairs, turns, rounds, etc are set in
/src/main/scala/com/markblokpoel/lanag/adaptive/RunAdaptiveExperiment.scalaand/src/main/scala/com/markblokpoel/lanag/adaptive/RunExplicitExperiment.scala