We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70bfbd commit a0aad70Copy full SHA for a0aad70
examples/hotelling_law/hotelling_law/model.py
@@ -94,9 +94,6 @@ def __init__(
94
self.consumer_preferences = consumer_preferences
95
# Type of environment ('grid' or 'line').
96
self.environment_type = environment_type
97
- # Initialize AgentSets for store and consumer agents
98
- self.store_agents = AgentSet([], self)
99
- self.consumer_agents = AgentSet([], self)
100
101
# Initialize the spatial grid based on the specified environment type.
102
if environment_type == "grid":
0 commit comments