The Phone-dialing ACT-R model: files

This model was created for ACT-R 5.0, with Segman v3.1. It runs in ACL 5.0.1.

The model is split up into several files:

Running the model

The model can be run using the following command (if using phone_model.lisp):

(collect-data x "Mey"), where x is the number of trials, and y is a number between 1 and 10, inclusive. Me1, Me2, ..., Me10 are stored in phone_model.lisp as the ten sample telephone numbers used in the experiment.

To do other tasks, the model should use phone_model_target.lisp instead of phone_model.lisp. This will require a slight change in experiment.lisp to support a new function. The desired function is:

(collect-data x "y") where x is the number of trials and y is the phone task (i.e. forward, redial, conference).

File view

Browse the files here.


This CD and documentation created May 3, 2003 by Andrew R. Freed to aid cognitive modelers and friends of the Penn State Applied Cognitive Science lab.