The Big One #43
@@ -210,7 +210,7 @@ class UserInterruptAgent(BaseAgent):
|
|||||||
for goal in phase.goals:
|
for goal in phase.goals:
|
||||||
self._goal_map[str(goal.id)] = AgentSpeakGenerator.slugify(goal)
|
self._goal_map[str(goal.id)] = AgentSpeakGenerator.slugify(goal)
|
||||||
|
|
||||||
for norm in phase.conditional_norms:
|
for norm in phase.norms:
|
||||||
if norm.condition:
|
if norm.condition:
|
||||||
asl_slug = AgentSpeakGenerator.slugify(norm)
|
asl_slug = AgentSpeakGenerator.slugify(norm)
|
||||||
belief_id = str(norm.condition)
|
belief_id = str(norm.condition)
|
||||||
|
|||||||
Reference in New Issue
Block a user