Cookie name {{ cookie_name }}
Raw Cookie {{ raw_cookie }}
Storage engine {{ storage_engine }}
Storage Options {% for opt in storage_opts %} {{opt}}, {% endfor %}
{% for name,bandit in bandits %}

{{name}}:

Green table rows are values for this request {% for arm in bandit.arms %} {% endfor %}
Arm Key Impressions Reward Value
{{ arm }} {{bandit[arm]['pulls']}} {{bandit[arm]['reward']}} {{bandit[arm]['value']}}
{% endfor %}