Skip to content

mbanani/kohsAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}
  }

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages