There is a new update just posted. It includes some bug fixes and new features. Enjoy.
Features:
Bug fixes:
Another release is out to coincide with two new tutorials (extensions & sensors). The new release just includes some new functionality and bundles that the tutorials use. Enjoy. This leaves one major tutorial left for developers : modules. Another tutorial is in the pipeline showing how to use the orthogonal parameter space search tool with iterative runs and the support for integrated analyses.
Developing for CommonReality: Extending BaseSensor
Developing for jACT-R : Extensions
Sometimes a model needs to interact with a device or system, but a full perceptual interface would be overkill. This is particularly true when the theoretical aspects of the model have nothing to do with embodied interaction. Sometimes you just need to model to have information dumped straight into its head. That's where extensions come in. They provide atheoretic additional functionality.
Thanksgiving isn't even here yet, much less the big winter holidays, but I've decided it's time for a present! The latest release brings some of the last few major fixes and features required for complete compatibility. Yes, 6.0 style associative links are finally here. The only things remaining are production compilation and a few small features on the PM side.
Enjoy.
One of the benefits of using the Eclipse platform for developing ACT-R models is that it supports a variety of tools for revision control and collaboration. Whether it is tracking down and reverting an errant change, sharing complete models, or collaboratively building them, Eclipse makes it quite simple. Here are a few pointers/best practices that you may want to consider.
Revision Control
Another day, another release. There were two big bugs recently uncovered dealing with capacity buffers and visual searches. Both have been resolved.
Capacity buffers have the ability to influence the priorities of instantiation selection. A buffer with more than one chunk can result in a single production having more than one instantiation. Unfortunately, since they will have the same utility, it's a crap shoot as to which should be chosen. This should be influenced by the ordering of the capacity buffer's ejection policy, but the procedural module was ignoring that. Fixed.
There is a new release available. There are no significant changes to the core, but IO and IDE have seen some additions. Try as I might to ignore my boss's constant pleas, the simple fact is, he signs the paychecks. So, here it is: Lisp (-ish) support!
You can now run lisp based models. However, there are a few caveats:
Developing for jACT-R: Scripted Conditions and Actions
Developing for jACT-R: Instrumentation
One of the key benefits of modeling is that it allows us to instrument and inspect internal states that are not otherwise accessible in the real world. While most psychological measures are behavioral, sometimes we want to record data from deeper within the model. The IInstrument interface allows us to do just that.
Instruments