HARK
HARK copied to clipboard
Default track vars in simulation
agent.T_sim = 100
agent.initialize_sim()
agent.simulate()
Yields an empty dictionary, with history also empty. For results, you need to add an agent.track_vars
list. Instead, there should be a sensible set of default variables to be tracked.