Day 2:

neighbors' prices
{% if player.instruction_version == 'b' %} {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {% endfor %}
Price ($) Predicted Probability
of Booking
50 -
60 -
70 -
80 -
90 -
100 -
120 -
130, AI suggested -
140 -
150 -
160 -
170 -
180 -
190 -
200 -
{% endif %} {% if player.instruction_version == 'c' %} {% for item in data %} {% if item.day == 'Mon' %} {% endif %} {% endfor %}
Prices Predicted Probability
of Booking
{{ 100 }} -
120 -
{{ 140 }} -
160, AI suggested {{item.probability1}}
180 -
200 -
220 -
240 -
260 -
280 -
300 -
{% 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 Select Price
{{ 120 }} {{ 70 }} "yes"
{% 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 }}