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)/EmbodiedAI/page.tsx
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ export default function Home() {
28
28
Embodied AI
29
29
</h1>
30
30
<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 full publication, please see <Linkhref="/publications"className="underline text-o-blue hover:text-o-light-blue">here</Link>.
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>.
32
32
</span>
33
33
</div>
34
34
</div>
@@ -38,7 +38,7 @@ export default function Home() {
0 commit comments