Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PJLab-ADG/limsim_plus into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdarco committed Feb 5, 2024
2 parents 3b06302 + 9e384b1 commit ec38079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">

<title>LimSim++: Closed-Loop Integration of Multimodal Large Language Models in Autonomous Driving</title>
<title>LimSim++: A Closed-Loop Platform for Deploying Multimodal LLMs in Autonomous Driving</title>
<link rel="icon" type="image/x-icon" href="static/images/logo.svg">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet">

Expand Down Expand Up @@ -34,7 +34,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">LimSim++: Closed-Loop Integration of Multimodal Large Language Models in Autonomous Driving</h1>
<h1 class="title is-1 publication-title">LimSim++: A Closed-Loop Platform for Deploying Multimodal LLMs in Autonomous Driving</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2 class="title is-3">Abstract</h2>
<h2 class="title">Platform Composition</h2>
<div class="hero-body">
<center>
<img src="static/images/paradigm.png" width="80%">
<img src="static/images/paradigm.png" width="70%">
</center>
<h2 class="subtitle has-text-justified" style="padding-top: 1rem;">
LimSim++ is the first closed-loop evaluation platform specifically developed for (M)LLM-driven autonomous driving.
Expand All @@ -150,7 +150,7 @@ <h2 class="subtitle has-text-justified" style="padding-top: 1rem;">
<h2 class="title">Framework</h2>
<div class="hero-body">
<center>
<img src="static/images/framework.png" width="80%">
<img src="static/images/framework.png" width="70%">
</center>
<h2 class="subtitle has-text-justified" style="padding-top: 1rem;" style="width: 80%;">
LimSim++ facilitates the closed-loop simulation of (M)LLMs-driven autonomous driving, creating an environment for continuous learning.
Expand Down

0 comments on commit ec38079

Please sign in to comment.