-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
create_economic_agent definition not found in market_agents.economics.econ_models
Running python3 market_agents/orchestrator.py
yields
Traceback (most recent call last):
File "/Users/Desktop/MarketAgents/market_agents/orchestrator.py", line 546, in <module>
asyncio.run(orchestrator.start())
File "/Users/.pyenv/versions/3.11.10/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Users.pyenv/versions/3.11.10/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/.pyenv/versions/3.11.10/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/Desktop/MarketAgents/market_agents/orchestrator.py", line 529, in start
self.generate_agents()
File "/Users/DesktopMarketAgents/market_agents/orchestrator.py", line 153, in generate_agents
economic_agent = create_economic_agent(
Metadata
Metadata
Assignees
Labels
No labels