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 733f22b commit 419bc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 45%; height: auto;">
<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. We categorize tasks based on the number of actions to complete, i.e., Easy: 2-4, Medium: 5-7, and Hard: 8-12, with 26, 15, and 9 tasks in each group, respectively.</figcaption>
</figure>
<figure>
<img src="static/images/online_results_table.jpg" alt="your second image description" style="width: 45%; height: auto;">
<img src="static/images/online_results_table.jpg" alt="your second image description" style="width: 70%; height: auto;">
<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 419bc12

Please sign in to comment.