Skip to content

Commit d3dba26

Browse files
authored
Update index.html
1 parent 088b2dd commit d3dba26

File tree

1 file changed

+46
-6
lines changed

1 file changed

+46
-6
lines changed

index.html

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ <h3 class="title is-3 is-centered has-text-centered">Results on Meta-World</h3>
268268

269269

270270

271+
271272
<section class="hero is-light is-small">
272273
<div class="hero-body">
273274
<div class="container">
@@ -276,18 +277,34 @@ <h3 class="title is-3 is-centered has-text-centered">Results on CARLA</h3>
276277
</div>
277278

278279
<!-- 修改后的横向排列容器 -->
279-
<div class="columns is-centered is-vcentered" style="gap: 1rem; margin-top: 0rem;">
280+
<div class="columns is-centered" style="gap: 1rem; margin-top: 0rem;">
280281
<!-- 第一个视频 -->
281-
<div class="column">
282+
<div class="column has-text-centered">
282283
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
283284
<source src="static/videos/CARLA/carla_1.mp4" type="video/mp4">
284285
</video>
286+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Example 1 of VeoRL</span>
285287
</div>
286288
<!-- 第二个视频 -->
287-
<div class="column">
289+
<div class="column has-text-centered">
288290
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
289291
<source src="static/videos/CARLA/carla_2.mp4" type="video/mp4">
290292
</video>
293+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Example 2 of VeoRL</span>
294+
</div>
295+
<!-- 第三个视频 -->
296+
<div class="column has-text-centered">
297+
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
298+
<source src="static/videos/Dv2/CARLA/carla_dv2_1.mp4" type="video/mp4">
299+
</video>
300+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Example 1 of DreamerV2</span>
301+
</div>
302+
<!-- 第四个视频 -->
303+
<div class="column has-text-centered">
304+
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
305+
<source src="static/videos/Dv2/CARLA/carla_dv2_2.mp4" type="video/mp4">
306+
</video>
307+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Example 2 of DreamerV2</span>
291308
</div>
292309
</div>
293310
</div>
@@ -303,24 +320,47 @@ <h3 class="title is-3 is-centered has-text-centered">Results on CARLA</h3>
303320
<h3 class="title is-3 is-centered has-text-centered">Results on MineDojo</h3>
304321
</div>
305322

323+
<!-- 第一行:前三个视频 -->
306324
<div class="columns is-centered" style="gap: 1rem; margin-top: 0rem;">
307325
<div class="column has-text-centered">
308326
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
309327
<source src="static/videos/MineDojo/tree.mp4" type="video/mp4">
310328
</video>
311-
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest log in plains</span>
329+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest log in plains of VeoRL</span>
312330
</div>
313331
<div class="column has-text-centered">
314332
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
315333
<source src="static/videos/MineDojo/water.mp4" type="video/mp4">
316334
</video>
317-
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest water with bucket</span>
335+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest water with bucket of VeoRL</span>
318336
</div>
319337
<div class="column has-text-centered">
320338
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
321339
<source src="static/videos/MineDojo/sand.mp4" type="video/mp4">
322340
</video>
323-
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest sand</span>
341+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest sand of VeoRL</span>
342+
</div>
343+
</div>
344+
345+
<!-- 第二行:后三个视频 -->
346+
<div class="columns is-centered" style="gap: 1rem; margin-top: 2rem;"> <!-- 添加了margin-top -->
347+
<div class="column has-text-centered">
348+
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
349+
<source src="static/videos/Dv2/MineDojo/tree/minedojo_dv2_tree.mp4" type="video/mp4">
350+
</video>
351+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest log in plains of DreamerV2</span>
352+
</div>
353+
<div class="column has-text-centered">
354+
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
355+
<source src="static/videos/Dv2/MineDojo/water/minedojo_dv2_water.mp4" type="video/mp4">
356+
</video>
357+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest water with bucket of DreamerV2</span>
358+
</div>
359+
<div class="column has-text-centered">
360+
<video poster="" autoplay controls muted loop playsinline style="width: 100%; border-radius: 8px;">
361+
<source src="static/videos/Dv2/MineDojo/sand/minedojo_dv2_sand.mp4" type="video/mp4">
362+
</video>
363+
<span class="has-text-weight-bold" style="font-size: 1.2rem">Harvest sand of DreamerV2</span>
324364
</div>
325365
</div>
326366
</div>

0 commit comments

Comments
 (0)