You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/(default)/(research)/AutonomousDriving/page.tsx
+95-6Lines changed: 95 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
importtype{Metadata}from"next";
2
2
exportconstmetadata: Metadata={
3
-
title: "Embodied AI | OpenDriveLab",
3
+
title: "Autonomous Driving | OpenDriveLab",
4
4
description: "OpenDriveLab is committed to exploring cutting-edge embodied AI technology, launching a series of benchmarking work, open source to serve the community, and promote the common development of the industry. Friends who are committed to making influential research are welcome to join!",
@@ -28,7 +43,10 @@ export default function Home() {
28
43
Autonomous Driving
29
44
</h1>
30
45
<spanclassName="text-xl">
31
-
stands at the intersection of intelligence, world modeling, and safety alignment, enabling vehicles to respond to the surroundings effectively for both comfort and safety. We target the crucial areas of autonomous driving, including whole-scene perception systems, critical data generation, and end-to-end decision-making. Our mission is to establish a comprehensive pipeline by leveraging massive real-world driving data and building efficient world representation for safe and generalizable autonomy. For a complete list of publications, please see <Linkhref="/publications"className="underline text-o-blue hover:text-o-light-blue">here</Link>.
46
+
stands at the intersection of intelligence, world modeling, and safety alignment, enabling vehicles to respond to the surroundings effectively for both comfort and safety. We target the crucial areas of autonomous driving, including whole-scene perception systems, critical data generation, and end-to-end decision-making. Our mission is to establish a comprehensive pipeline by leveraging massive real-world driving data and building efficient world representation for safe and generalizable autonomy.
47
+
</span>
48
+
<spanclassName="text-xl">
49
+
For a complete list of publications, please see <Linkhref="/publications"className="underline text-o-blue hover:text-o-light-blue">here</Link>.
32
50
</span>
33
51
</div>
34
52
</div>
@@ -86,12 +104,83 @@ export default function Home() {
@@ -28,7 +43,10 @@ export default function Home() {
28
43
Embodied AI
29
44
</h1>
30
45
<spanclassName="text-xl">
31
-
is the integration of artificial intelligence with the physical world, enabling robots to interact with and learn from the real world. We focus on the most critical areas of embodied AI, including humanoid, robot manipulation, and dexterous hand. Our goal is to explore the scaling law for robots, develop general world models, and unveil the power of reinforcement learning to achieve general-purpose embodied agents. For a complete list of publications, please see <Linkhref="/publications"className="underline text-o-blue hover:text-o-light-blue">here</Link>.
46
+
is the integration of artificial intelligence with the physical world, enabling robots to interact with and learn from the real world. We focus on the most critical areas of embodied AI, including humanoid, robot manipulation, and dexterous hand. Our goal is to explore the scaling law for robots, develop general world models, and unveil the power of reinforcement learning to achieve general-purpose embodied agents.
47
+
</span>
48
+
<spanclassName="text-xl">
49
+
For a complete list of publications, please see <Linkhref="/publications"className="underline text-o-blue hover:text-o-light-blue">here</Link>.
32
50
</span>
33
51
</div>
34
52
</div>
@@ -86,11 +104,81 @@ export default function Home() {
0 commit comments