Closed colinhanrahan closed 8 months ago
Closing to work on locally.
Saw this was still closed. Feature has been added in b247906. Please check to ensure all requirements have been met.
Looks good for single simulation runs — I'll check more thoroughly soon. In the future, we will need to modify run.py for data collection on multi-model simulations. I had a fix for it on my branch, but it looks like we'll be overhauling data collection simulation setup soon anyway (see my comment on #46).
Progress made on #21
Updates:
agentDecisionModel
agentDecisionModel
from string to listdecisionModel
string todecisionModels
list,randomizeAgentEndowments()
randomly picks fromdecisionModels
for each agent but in separate cycles to maintain correct relative frequenciescreateConfigurations()
should correctly create configurations fromdataOpts["decisionModels"]
. Objects indecisionModels
can be model strings or lists of model strings.TODO: