{% extends "layout.html" %} {% block title %} Experiment {% endblock %} {% block inpage_title %}

{{ info.env }}

{{ info.config }} | {{ info.hps.distribution }} {{ info.hps.model }} {{ info.hps.architecture }}

{{ info.current_id }}

{% endblock %} {% block side_nav %} {% endblock %} {% block page_content %}
{{ info.plots.reward_progress[0]|safe }} {{ info.plots.reward_progress[1]|safe }}
{{ info.plots.reward_distribution[0]|safe }} {{ info.plots.reward_distribution[1]|safe }}
{{ info.plots.length_progress[0]|safe }} {{ info.plots.length_progress[1]|safe }}
{{ info.plots.length_distribution[0]|safe }} {{ info.plots.length_distribution[1]|safe }}
{% for p, v in info.plots.auxiliary_plots.items() %}
{{ v[0]|safe }} {{ v[1]|safe }}
{% endfor %}
Objectives
{{ info.plots.policy_loss[0]|safe }} {{ info.plots.policy_loss[1]|safe }}
{{ info.plots.value_loss[0]|safe }} {{ info.plots.value_loss[1]|safe }}
{{ info.plots.entropies[0]|safe }} {{ info.plots.entropies[1]|safe }}
Normalization Preprocessors
{% if "state" in info.plots.normalization %} {{ info.plots.normalization.state[0]|safe }} {{ info.plots.normalization.state[1]|safe }} {% endif %}
{% if "reward" in info.plots.normalization %} {{ info.plots.normalization.reward[0]|safe }} {{ info.plots.normalization.reward[1]|safe }} {% endif %}
Per Receptor Means (After Preprocessing)
{% if "per_receptor_mean" in info.plots %}
{{ info.plots.per_receptor_mean[0]|safe }} {{ info.plots.per_receptor_mean[1]|safe }}
{% endif %}

Hyperparameters

{% for p, v in info.hps.items() %}
Hyperparameter Value
{{ p }} {{ v }}

Environment

{% for p, v in info.env_meta.items() %}
Attribute Value
{{ p }} {{ v }}

Reward Function

{% for p, v in info.reward_function.items() %}
{{ p }} {{ v }}
{% if "statistics" in info %}

Training Statistics

{% for p, v in info.statistics.training.items() %}
{{ p }} {{ v }}
{% if "mem_usage" in info.plots %} {{ info.plots.mem_usage[0]|safe }} {{ info.plots.mem_usage[1]|safe }} {% endif %} {% if "timings" in info.plots %} {{ info.plots.timings[0]|safe }} {{ info.plots.timings[1]|safe }} {% endif %} {% endif %}
{#
#} {#
#} {#
#} {#

Episode GIFs

#} {##} {# #} {#
#} {#
#} {#
#}

Model

Plot of the Model
{% endblock %} {% block js_footer %} {% endblock %}