Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanzheng010 committed Jan 3, 2024
1 parent 3fb9333 commit 3714473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,11 @@ <h2 class="title is-3">Results</h2>

<div style="display: flex; justify-content: space-around;">
<figure>
<img src="static/images/sr_by_action_length_difficulty.png" alt="algebraic reasoning" style="width: 70%; height: auto;">
<figcaption>Whole task success rate across task difficulty levels. Easy: 2-4, Medium: 5-7, and Hard: 8-12, with 26, 15, and 9 tasks in each group, respectively.</figcaption>
<img src="static/images/sr_by_action_length_difficulty.png" alt="algebraic reasoning" style="width: 70%; height: 70%;">
<figcaption>Whole task success rate across task difficulty levels. Easy: 2-4, Medium: 5-7, and Hard: 8-12.</figcaption>
</figure>
<figure>
<img src="static/images/online_results_table.jpg" alt="your second image description" style="width: 70%; height: auto;">
<img src="static/images/online_results_table.jpg" alt="your second image description" style="width: 40%; height: 40%;">
<figcaption>Whole task success rate (%) under both offline and online evaluation.
Offline0 and Offline1 refer to no tolerance for error at any step and allowing for error at one step, respectively.</figcaption>
</figure>
Expand Down

0 comments on commit 3714473

Please sign in to comment.