/kohsAI

[CogSci 2016] A Computational Exploration of Problem-Solving Strategies and Gaze Behaviors on the Block Design Task

Primary LanguageJavaMIT LicenseMIT

A Computational Exploration of Problem-Solving Strategies and Gaze Behaviors on the Block Design Task

Maithilee Kunda, Mohamed El Banani, and James M. Rehg

This code implements the work described in A Computational Exploration of Problem-Solving Strategies and Gaze Behaviors on the Block Design Task, which was presented at the 38th Annual Conference of the Cognitive Science Society.

If you have any questions, feel free to contact me at mbanani@umich.edu.

Running the Code

From the root directory, run the following commands to run the code:

  javac -cp src -d bin src/basicAI.java
  java -cp bin/. basicAI

Citation

If you use this code in your research, please consider citing:

  @inproceedings{kunda2016computational,
    title={A Computational Exploration of Problem-Solving Strategies and Gaze Behaviors on the Block Design Task},
    author={Kunda, Maithilee and El Banani, Mohamed and Rehg, James M},
    booktitle={Proceedings of the 38th Annual Conference of the Cognitive Science Society},
    number={38},
    year={2016}
  }