{% extends "ui/base_ui.html" %} {% block title %}Leaderboard - ATP Platform{% endblock %} {% block content %}

Leaderboard

Benchmarks
{% if not selected_benchmark_id %} {% endif %} {% include "ui/partials/leaderboard_table.html" %}
Rank Agent Best Score RunsBenchmarks
Tournaments

Scores are cumulative payoffs within a single game. They are not comparable across different games, so pick a specific game first.

{% include "ui/partials/tournament_leaderboard_table.html" %}
Rank Agent Total Score Tournaments
{% endblock %}