{% extends "base.html" %} {% load static %} {% block content %} {{ key_display_map|json_script:"key-display-map" }}
Please wait, the experiment will start soon...    
{% if agent.keyboard_inputs and agent.keyboard_inputs|length > 1 %}
Controls

Use the following keys to control:

{% for input, display in key_display_map.items %}
{{ display.symbol }}
{{ display.label }}
{% endfor %}
{% if agent.multiple_keyboard_inputs %}

You can use multiple keys at the same time.

{% else %}

Only one key can be pressed at a time.

{% endif %}
{% endif %} {% if agent.textual_inputs %}
Text Input

Enter your instruction:

{% endif %}

No history yet.

  • Loading experiment
  • {% if agent.keyboard_inputs and agent.keyboard_inputs|length > 1 %} {% endif %} {% endblock %}