Match {{ match_id }} not found
The match id was not present in the dashboard database. It may have been deleted, or the URL may be stale.
{% extends "ui/base_ui.html" %} {% block title %}ATP · El Farol · Match {{ match_id }}{% endblock %} {% block extra_scripts %} {% endblock %} {% block content %} {% if pending_banner_show is defined %} {% include "ui/partials/pending_banner_wrapper.html" %} {% endif %}
{% if not_found %}{{ match_id }} not foundThe match id was not present in the dashboard database. It may have been deleted, or the URL may be stale.
{{ match_id }} is from a pre-Phase-7 runThis match was recorded before PR #63 introduced per-day typed
data. The dashboard can only render matches whose actions_json
and day_aggregates_json columns are populated.
Re-run the match against a current build of ATP to see it here.
{{ match_id }} is still running…This page auto-refreshes every 15 seconds until the match completes.
Current status: {{ status }}
+ to pin
Agents decide which slots of a {{ num_slots }}-slot day to visit.
If fewer than cap = {{ capacity }} agents picked the same slot → everyone there earns +1. Otherwise → −1.
Agents don't communicate. They learn from prior attendance patterns.