You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event log parser makes use of the accidental fact that user input events proceed the mapped task related event to determine which events are triggered by a user. This dependence is BAD as it the ordering of logged events depends on the order of the actuator execute calls, if the actuator is ever reordered (or the event logging system changes slightly), then this will break.
A MUCH BETTER SOLUTION:
Record which actuators belong to which agent in the event log, and map the source field to the given agent to determine if its an avatar that produced the action.
The text was updated successfully, but these errors were encountered:
The event log parser makes use of the accidental fact that user input events proceed the mapped task related event to determine which events are triggered by a user. This dependence is BAD as it the ordering of logged events depends on the order of the actuator execute calls, if the actuator is ever reordered (or the event logging system changes slightly), then this will break.
A MUCH BETTER SOLUTION:
source
field to the given agent to determine if its an avatar that produced the action.The text was updated successfully, but these errors were encountered: