Skip to content

Commit a46acdd

Browse files
committed
2 parents 72e54e3 + 8083c19 commit a46acdd

40 files changed

+464
-352
lines changed

dispo/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,12 @@ <h3 class="title is-5">Trajectory Stitching</h3>
309309
<section class="section" id="BibTeX">
310310
<div class="container is-max-desktop content">
311311
<h2 class="title has-text-centered"> BibTeX </h2>
312-
<pre><code>@article{zhu2024dispo,
313-
author = {Zhu, Chuning and Wang, Xinqi and Han, Tyler and Du, Simon Shaolei and Gupta, Abhishek},
314-
title = {Distributional Successor Features Enable Zero-Shot Policy Optimization},
315-
booktitle = {ArXiv Preprint},
316-
year = {2024},
312+
<pre><code>@inproceedings{
313+
zhu2024distributional,
314+
title={Distributional Successor Features Enable Zero-Shot Policy Optimization},
315+
author={Chuning Zhu and Xinqi Wang and Tyler Han and Simon Shaolei Du and Abhishek Gupta},
316+
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
317+
year={2024},
317318
}</code></pre>
318319
</div>
319320
</section>

dispo/static/js/index.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,4 @@ $(document).ready(function() {
5757
console.log(state);
5858
});
5959
}
60-
61-
/*var player = document.getElementById('interpolation-video');
62-
player.addEventListener('loadedmetadata', function() {
63-
$('#interpolation-slider').on('input', function(event) {
64-
console.log(this.value, player.duration);
65-
player.currentTime = player.duration / 100 * this.value;
66-
})
67-
}, false);*/
68-
preloadInterpolationImages();
69-
70-
$('#interpolation-slider').on('input', function(event) {
71-
setInterpolationImage(this.value);
72-
});
73-
setInterpolationImage(0);
74-
$('#interpolation-slider').prop('max', NUM_INTERP_FRAMES - 1);
75-
76-
bulmaSlider.attach();
77-
7860
})

uwm/index.html

Lines changed: 231 additions & 255 deletions
Large diffs are not rendered by default.

uwm/static/images/data.png

-4.38 MB
Binary file not shown.

uwm/static/images/dataset.png

-2.12 MB
Binary file not shown.

uwm/static/images/droid.png

-1.6 MB
Binary file not shown.
2.54 MB
Loading
2.74 MB
Loading
2.75 MB
Loading
3.84 KB
Loading

0 commit comments

Comments
 (0)