sebench — dashboard

{% if systems %}

Systems

{% for s in systems %} {% endfor %}
NameDescriptionFile
{{ s.name }} {{ s.description or "—" }} {{ s.rel_path }}
{% endif %} {% if runs %}

Recent runs

{% for r in runs %} {% endfor %}
Run IDSystemDurationSeedHIL
{{ r.run_id }} {{ r.system_name }} {{ r.simulated_duration_s }}s {{ r.seed }} {% if r.hil_flag %}HIL{% else %}—{% endif %}
{% else %}

No runs yet. Run an experiment with sebench run <experiment.yaml>.

{% endif %}