Run results

Containers returned by ambr.Model.run().

class ambr.results.RunResults[source]

Bases: dict

Dict of run artifacts (info, agents, model, …) with attr access.

Subclasses dict, so results['agents'], 'model' in results, and json/**results keep working. Attribute access is sugar for the same keys (inspired by AgentPy’s DataDict).