modeci_mdf.functions.actr.change_goal

modeci_mdf.functions.actr.change_goal(pattern: Dict[str, str], curr_goal: Dict[str, str])[source]

Modifies the current goal buffer using the given pattern.

Parameters:
  • pattern – A dict representing a pattern.

  • curr_goal – A dict representing the current goal pattern.

Returns:

The current goal updated with the data in pattern.