modeci_mdf.functions.actr.conflict_resolution_function

modeci_mdf.functions.actr.conflict_resolution_function(productions: List[Dict[str, Any]]) Dict[str, Any][source]

ACT-R conflict resolution function. Currently selects a production at random from the already matched productions, since utility values and learning are not implemented yet.

Parameters:

productions – A list of productions as dicts.

Returns:

The selected production from the list.