Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7903823 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadaism6 committed Jun 26, 2024
1 parent 03beb3b commit c39ad53
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 691 deletions.
53 changes: 53 additions & 0 deletions _pages/MetaUrban.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<div class="research-section">
<h3 style="text-align: center">Release Plan</h3>
<ul style="list-style-type: none; padding-left: 0;">
<li style="padding: 0.5rem 0.5rem;">
<strong>Demo video</strong>: June 12, 2024
</li>
<li style="padding: 0.5rem 0.5rem;">
<strong>Introduction video</strong>: June 28, 2024
</li>
<li style="padding: 0.5rem 0.5rem;">
<strong>Code of MetaUrban - tiny version</strong>: June 12, 2024
</li>
<li style="padding: 0.5rem 0.5rem;">
<strong>Code of MetaUrban - official version 1.0</strong>: August 31, 2024
</li>
</ul>
</div>

<div class="custom-heading">MetaUrban Demo</div>

<!-- <video style="display:block; width:100%; height:auto;" controls autoplay loop>
<source src="https://github.com/Andy-zd/material/releases/download/videos/short_scene_synthesis.mp4" type="video/mp4">
</video> -->
<!-- <img src="../assets/img/metaurban/page_demo.png" class="my-image" alt="Image" /> -->
<div id="video" style="overflow: hidden;">
<iframe width="100%" height="100%" style="width: 101.5%; height: 101.5%; left: -0.5%; top: -0.5%;" src="https://www.youtube.com/embed/BR2XKjtuy5Q?autoplay=1&amp;mute=1&amp;loop=1&amp;playlist=BR2XKjtuy5Q&amp;controls=1&amp;rel=0&amp;showinfo=0" frameborder="0" allow="autoplay" allowfullscreen="allowfullscreen">
</iframe>
</div>

<p>Public urban spaces like streetscapes and plazas serve residents and accommodate social life in all its vibrant variations.</p>

<p>Recent advances in Robotics and Embodied AI make public urban spaces no longer exclusive to humans. Food delivery bots and electric wheelchairs have started sharing sidewalks with pedestrians, while diverse robot dogs and humanoids have recently emerged in the street. Ensuring the generalizability and safety of these forthcoming mobile machines is crucial when navigating through the bustling streets in urban spaces.</p>

<p>In this work, we present <strong>MetaUrban</strong>, a <em>compositional</em> simulation platform for Embodied AI research in urban spaces.
MetaUrban can construct an <em>infinite</em> number of interactive urban scenes from compositional elements, covering a vast array of ground plans, object placements, pedestrians, vulnerable road users, and other mobile agents’ appearances and dynamics.</p>

<p>We design point navigation and social navigation tasks as the pilot study using MetaUrban for embodied AI research and establish various baselines of Reinforcement Learning and Imitation Learning.</p>

<p>Experiments demonstrate that the compositional nature of the simulated environments can substantially improve the generalizability and safety of the trained mobile agents.</p>

<p>MetaUrban will be made publicly available to provide more research opportunities and foster safe and trustworthy embodied AI in urban spaces.</p>

<style>
.custom-heading {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 10px; /* Adjust this value as needed */
}
</style>

</body></html>
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://metadriverse.github.io//feed.xml" rel="self" type="application/atom+xml" /><link href="https://metadriverse.github.io//" rel="alternate" type="text/html" hreflang="en" /><updated>2024-06-26T23:47:24+00:00</updated><id>https://metadriverse.github.io//feed.xml</id><title type="html">MetaDriverse</title><subtitle>MetaDriverse for AI and Autonomy Research!
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://metadriverse.github.io//feed.xml" rel="self" type="application/atom+xml" /><link href="https://metadriverse.github.io//" rel="alternate" type="text/html" hreflang="en" /><updated>2024-06-26T23:49:29+00:00</updated><id>https://metadriverse.github.io//feed.xml</id><title type="html">MetaDriverse</title><subtitle>MetaDriverse for AI and Autonomy Research!
</subtitle><entry><title type="html">Metadriverse’s New Official Website is On!</title><link href="https://metadriverse.github.io//metadriverse-updates/2023/06/17/Metadriverse-Updates.html" rel="alternate" type="text/html" title="Metadriverse’s New Official Website is On!" /><published>2023-06-17T16:40:16+00:00</published><updated>2023-06-17T16:40:16+00:00</updated><id>https://metadriverse.github.io//metadriverse-updates/2023/06/17/Metadriverse-Updates</id><content type="html" xml:base="https://metadriverse.github.io//metadriverse-updates/2023/06/17/Metadriverse-Updates.html"><![CDATA[]]></content><author><name></name></author><category term="Metadriverse-Updates" /><category term="Metadriverse" /><category term="Updates" /><summary type="html"><![CDATA[We are thrilled that our Metadriverse's New Official Website is On!]]></summary></entry></feed>
Loading

0 comments on commit c39ad53

Please sign in to comment.