Skip to content

Commit

Permalink
update wesite with correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvas committed May 6, 2024
1 parent c9ed45d commit 28e5d4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@ <h1 class="title is-1 publication-title"><span class="cosmos">Cosmos</span>: Neu
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="static/paper.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>PDF</span>
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/2310.12690"
class="external-link button is-normal is-rounded is-dark">
Expand Down Expand Up @@ -106,6 +97,15 @@ <h1 class="title is-1 publication-title"><span class="cosmos">Cosmos</span>: Neu
<span>Code</span>
</a>
</span>
<span class="link-block">
<a href="static/presentation.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Brief Slide Deck</span>
</a>
</span>
</div>

</div>
Expand Down Expand Up @@ -491,7 +491,7 @@ <h2 class="title is-2">Compositional Generalization in 2D Block Pushing</h2>
<h3 class="title is-size-6-mobile is-size-4-tablet">Entity Composition - Ground Truth</h3>
<div class="content is-size-7-mobile is-size-6-tablet has-text-left step">
<p>
We first look at qualitative results in Entity Composition. A comprehensive analysis is available in the <a href="static/paper.pdf">paper</a>.
We first look at qualitative results in Entity Composition. A comprehensive analysis is available in the <a href="https://arxiv.org/abs/2310.12690">paper</a>.
Each row represents a random sample of objects and a randomly sampled action. The model has never seen this composition of objects before.
<br/>
We <strong>expect strong performance from baselines</strong> as the dynamics are invariant to the sampled composition.
Expand Down Expand Up @@ -545,7 +545,7 @@ <h3 class="title is-size-6-mobile is-size-4-tablet">Relational Composition - Ali
<h3 class="title is-size-6-mobile is-size-4-tablet">Relational Composition - GNN</h3>
<div class="content is-size-7-mobile is-size-6-tablet has-text-left step">
<p>
The GNN also mispredicts the next state. For more details and results, check out our <a href="static/paper.pdf">paper</a>!
The GNN also mispredicts the next state. For more details and results, check out our <a href="https://arxiv.org/abs/2310.12690">paper</a>!
</p>
</div>
</div>
Expand Down Expand Up @@ -600,7 +600,7 @@ <h2 class="title">BibTeX</h2>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<a class="icon-link" href="./static/paper.pdf">
<a class="icon-link" href="https://arxiv.org/abs/2310.12690">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="https://github.com/trishullab/cosmos" class="external-link" disabled>
Expand Down
Binary file added static/presentation.pdf
Binary file not shown.

0 comments on commit 28e5d4d

Please sign in to comment.