Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ingebrand committed Oct 16, 2024
1 parent 06b4ea1 commit 5067283
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,14 @@ <h2 class="title is-3">Abstract</h2>


<!-- Cover image -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<section class="section hero is-small">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths"><!-- Your image here -->
<div class="content has-text-justified">
<!-- Your image here -->
<img src="static/images/cover.png" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
<img src="static/images/cover.png" alt="Function Encoder training diagram."/>
<h2 class="subtitle">
Our algorithm consists of an offline learning phase and an online execution phase.
During the offline phase, we learn a set of basis functions that span the space of dynamics.
This space of dynamics can arise due to unknown system parameters, such as a quadrotor with an unknown mass.
Expand All @@ -184,8 +186,9 @@ <h2 class="subtitle has-text-centered">
This online adaptation requires zero gradient updates, and can be computed in real-time.
Then, this model can be used for downstream tasks, such as MPC.
</h2>
</div>
</div>
</div>

</div>
</section>
<!-- End image carousel -->
Expand Down

0 comments on commit 5067283

Please sign in to comment.