Skip to content

Commit

Permalink
update videos
Browse files Browse the repository at this point in the history
  • Loading branch information
tedywond committed Dec 5, 2024
1 parent fa2b4b8 commit cb8298b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added src/assets/videos/init.mp4
Binary file not shown.
6 changes: 4 additions & 2 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import push from "../assets/videos/progressor2.mp4"
import in_training from "../assets/videos/progressor3.mp4"

import rwr from "../assets/videos/rwr_expts.mp4"
import init from "../assets/videos/init.mp4"


import transformer from "../assets/transformer.webp";
import Splat from "../components/Splat.tsx"
Expand Down Expand Up @@ -101,7 +103,7 @@ export const components = {pre: CodeBlock, table: Table}
]}
/>

<Video source={rwr} />
<Video source={init} />
<br/>
<HighlightedSection>

Expand Down Expand Up @@ -184,7 +186,7 @@ We compare P<span style="font-size: 80%">ROGRESSOR</span> with R3M and VIP by fr
<Video source={rwr} />
<br/>

### Zero-shot Reward Estimation For in-domain and out-domain Videos
### Zero-shot Reward Estimation For In-domain and Out-domain Videos
<br/>
<Figure caption="real-world experiments">
<Image source={human} altText="real-world experiments" />
Expand Down

0 comments on commit cb8298b

Please sign in to comment.