Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpandya922 committed Sep 19, 2024
1 parent 54d8abe commit 3d8d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2 class="title is-3">Method Overview</h2>
<img src="static/images/system_diagram.png" width="100%"/>
</p>
<p>
<b>(left)</b> Before solving the reach-avoid game, we specify the target set (goal locations), failure set (collisions), and a conditional behavior prediction (CBP) model that can predict the human's future trajectory conditioned on the robot's future plan. <b>(center)</b> During simulated gameplay, the SLIDE policy, <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>π</mi><mrow><mi></mi></mrow><mo>*</mo></msubsup><mfenced>(<msub><mi>x</mi><mi>e</mi></msub>)</mfenced></math>, is trained against a simulated human adversary <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>π</mi><mrow><mi></mi></mrow><mo></mo></msubsup><mfenced>(<msub><mi>x</mi><mi>e</mi></msub>)</mfenced></math> whose control bounds are informed by the CBP model. <b>(right)</b> Online, the robot uses its robust SLIDE policy to safely influence against <i>any</i>> human.
<b>(left)</b> Before solving the reach-avoid game, we specify the target set (goal locations), failure set (collisions), and a conditional behavior prediction (CBP) model that can predict the human's future trajectory conditioned on the robot's future plan. <b>(center)</b> During simulated gameplay, the SLIDE policy, <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>π</mi><mrow><mi></mi></mrow><mo>*</mo></msubsup><mfenced>(<msub><mi>x</mi><mi>e</mi></msub>)</mfenced></math>, is trained against a simulated human adversary <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>π</mi><mrow><mi></mi></mrow><mo></mo></msubsup><mfenced>(<msub><mi>x</mi><mi>e</mi></msub>)</mfenced></math> whose control bounds are informed by the CBP model. <b>(right)</b> Online, the robot uses its robust SLIDE policy to safely influence against <i>any</i> human.
</p>
<br>
</div>
Expand Down

0 comments on commit 3d8d71f

Please sign in to comment.