Skip to content

Commit

Permalink
Merge pull request #11 from ut-amrl/production
Browse files Browse the repository at this point in the history
Production
  • Loading branch information
OAHC2022 authored Nov 21, 2023
2 parents 0371e9d + 3ab25fb commit 40ad123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/assets/js/error_breakdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ function show_completion_error(){
var data = [trace1, trace2, trace3, trace4, trace5, trace6, trace7, trace8];
var layout = {
barmode: 'stack', // Enable stacking
xaxis: { title: 'Robot Execution Error Breakdown' },
yaxis: { title: 'Fraction of Total Robot Execution Errors (%)' }
xaxis: { title: 'Task Completion Error Breakdown' },
yaxis: { title: 'Fraction of Total Task Completion Errors (%)' }
};
Plotly.newPlot('error_breakdown', data, layout);
}
Expand Down
Binary file modified docs/assets/website_videos/code_findbackpack.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ These LLMs are evaluated on the <span class="curly-font">RoboEval</span> benchma
</div>
<div class="col-md-12 text-center">
<a id="benchmark-url" class="btn btn-dark btn-lg" role="button">
View Code
View RTL Specifications
</a>
</div>
</div>
Expand Down

0 comments on commit 40ad123

Please sign in to comment.