HARK icon indicating copy to clipboard operation
HARK copied to clipboard

Default track vars in simulation

Open nicksawhney opened this issue 3 years ago • 2 comments

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.

nicksawhney avatar Jul 08 '21 18:07 nicksawhney