Skip to content

Missing state checks #24

Description

@asmaloney

According to the ACT-R manual, there are 5 checks one can do on a buffer (ACT-R manual pg. 229-230):

  • buffer empty
  • buffer full
  • buffer failure
  • buffer requested
  • buffer unrequested

And three checks one can do on a module:

  • state free
  • state busy
  • state error

From my reading of the python_actr code, it looks like only two buffer checks (empty & full) and two module checks (busy & error - only on some modules) are supported.

Am I reading the code correctly? If so, does anyone know why the others were omitted?

(Context: asmaloney/gactar#221 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions