This project is a minimal implementation of a response time task using pyactr, a Python-based cognitive architecture library. The task simulates a person responding to a visual stimulus.
- The participant must press key
'1'when the target stimulus'A'appears. - Model output (i.e., PyACT-R production trace) is saved into a
.txtfile for further analysis.
pyactr- See
requirements.txtfor a full list of dependencies.
A .txt file containing production trace data will be generated after running the model.
For more information on how pyactr works, refer to the official documentation:
https://github.com/jakdot/pyactr