{{ block styles }} {{ endblock }}

neighbors' prices

{% if player.instruction_version == 'b' %} Here is the AI's price predicition for your place. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {% endfor %}
Day Algorithm Suggested Price
Mon Jan 22nd {{ item.price1 }}
{% endif %} {% if player.instruction_version == 'c' %} Here is the AI's price prediction for your place. Remember, the AI is uncertain about your booking cost. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {% endfor %}
Day Algorithm Suggested Price Probability of Booking
Mon Jan 22nd {{ item.price1 }} {{ item.probability1 }}
{% endif %} {% if player.instruction_version == 'd' %} Here is the AI's price prediction for your place. Remember, the AI is uncertain about your booking cost. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {%endfor%}
Day Algorithm Suggested Price Range Probability of Booking Range
Mon Jan 22nd {{ item.price_range1 }} {{ item.prob_range1 }}
{% endif %} {% if player.instruction_version == 'e' %} Here is the AI's price prediction for your place. Remember, the AI is uncertain about your booking cost. {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {%endfor%}
Day Algorithm Suggested Price Range
Mon Jan 22nd {{ item.price_range1 }}
{% endif %}

Please enter your price in dollars $ amount

{{ next_button id="id_submit_button" }}