Setting | Value |
---|---|
{{key}} | {{settings[key]}} |
Action | Immediate Reward | Subsequent State | Lower Bound | Upper Bound | Plot |
---|---|---|---|---|---|
{{ "Wait" if bound["action"][0] == 0 else bound["action"] }} | ${{ latex(bound["immediate_reward"]) }}$ | {{ pretty_state_str(bound["subsequent_state"])|safe }} | ${{ latex(bound["lower_bound"]) }}$ | ${{ latex(bound["upper_bound"]) }}$ |
![]() |
{% endfor %}
Commitment | Lower Bound | Plot |
---|---|---|
{{ commitment_str(bound["commitment"]) }} | ${{ latex(bound["lower_bound"]) }}$ |
![]() |
{% endfor %}
Lemma | Lower Bound | Upper Bound | Plot | ||||
---|---|---|---|---|---|---|---|
{{ bound["lemma"] }} | ${{ latex(bound["lower_bound"]) }}$ |
![]() |
{% else: %}
{{ bound["lemma"] }} | ${{ latex(bound["upper_bound"]) }}$ |
![]() |
{% endif %}
Action, Commitment or Lemma | Immediate Reward | Subsequent State | Lower Bound | Upper Bound | Plot | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ "Wait" if bound["action"][0] == 0 else bound["action"] }} | ${{ latex(bound["immediate_reward"]) }}$ | {{ pretty_state_str(bound["subsequent_state"])|safe }} | ${{ latex(bound["lower_bound"]) }}$ |
![]() |
{% elif bound_isinstance(bound, CommitmentLowerBound): %}
{{ commitment_str(bound["commitment"]) }} | ${{ latex(bound["lower_bound"]) }}$ |
![]() |
{% else: %}
{{ bound["lemma"] }} | ${{ latex(bound["lower_bound"]) }}$ |
![]() |
{% endif %}
Action or Lemma | Immediate Reward | Subsequent State | Lower Bound | Upper Bound | Plot | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ "Wait" if bound["action"][0] == 0 else bound["action"] }} | ${{ latex(bound["immediate_reward"]) }}$ | {{ pretty_state_str(bound["subsequent_state"])|safe }} | ${{ latex(bound["upper_bound"]) }}$ |
![]() |
{% else: %}
{{ bound["lemma"] }} | ${{ latex(bound["upper_bound"]) }}$ |
![]() |
{% endif %}