-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
additional bugs in meta_agents #3184
Copy link
Copy link
Closed
Labels
bugRelease notes labelRelease notes label
Description
#3182 identified 1 source of indeterminacy in the meta_agents code.
However there are 2 more problems with it
- In
create_meta_agent, path 1 there are two more set operations - In
add_constituting_agents, model.register_agent is called. This is redundand because if you call the__init__of Agent, this allways ends with callingmodel.register_agent. Moreover, because oft he indended bugfix for Memory leak in models #3179, this breaks because unique_ids on already existing agents are changed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugRelease notes labelRelease notes label