Skip to content

Commit d3ea49e

Browse files
committed
.
1 parent 722fa9f commit d3ea49e

1 file changed

Lines changed: 54 additions & 3 deletions

File tree

  • app/(default)/(event)/challenge2026temp

app/(default)/(event)/challenge2026/page.tsx renamed to app/(default)/(event)/challenge2026temp/page.tsx

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,21 +151,72 @@ export default function Home() {
151151
<div className="w-full px-6 flex justify-center mt-12">
152152
<div className="w-full max-w-7xl flex flex-col">
153153
<h3 className="text-xl font-bold">
154-
General-Purpose Dexterous Manipulation
154+
Humanoid Ping-Pong
155155
</h3>
156156
</div>
157157
</div>
158158
<div className="w-full px-6 flex justify-center mt-6">
159159
<div className="w-full max-w-7xl flex flex-col gap-3">
160160
<p className="leading-relaxed">
161-
Dexterous manipulation with multi-fingered hands is a fundamental capability for robots to perform complex, human-like tasks in unstructured environments. It is crucial for developing general-purpose robots that can assist in daily life, from household chores to industrial assembly. To help accelerate progress in this area, our challenge invites participants to develop and train control policies for an <span className="underline">open-source, high-degree-of-freedom dexterous hand</span>. Participants will demonstrate the capability and robustness of their policies through their success rates across a series of defined manipulation tasks, evaluated first in simulation and then on a physical system.
161+
High-dynamic ball sports such as table tennis pose extreme challenges for humanoid robots, requiring tight integration of high-speed perception, real-time decision-making, and agile whole-body control. This challenge uses table tennis as a representative task to systematically evaluate whether humanoid robots can achieve <span className="underline">human-like performance</span> in fast-paced, adversarial sports scenarios. The competition is designed in strict accordance with official table tennis rules, balancing fairness, realism, and technical difficulty. Participants are expected to develop complete perception-planning-control systems capable of handling rapid ball motion, precise contact timing, and dynamic opponent behaviors.
162162
</p>
163163
</div>
164164
</div>
165165

166166

167167

168168
<div className="w-full px-6 flex justify-center mt-12">
169+
<div className="w-full max-w-7xl flex flex-col">
170+
<h3 className="text-xl font-bold">
171+
Deformable Object Manipulation
172+
</h3>
173+
</div>
174+
</div>
175+
<div className="w-full px-6 flex justify-center mt-6">
176+
<div className="w-full max-w-7xl flex flex-col gap-3">
177+
<p className="leading-relaxed">
178+
Deformable Object Manipulation, particularly the <span className="underline">handling of textiles</span> such as clothing, remains one of the most fundamental and unsolved challenges in robotics. Unlike rigid objects, deformable materials exhibit effectively infinite degrees of freedom and highly non-linear dynamics, making perception, modeling, and control intrinsically difficult. The challenge is designed as a scientific instrument to assess a system's full-stack capability. Participants are tasked with developing end-to-end solutions for flat folding garments. This task requires the coordinated integration of computer vision, control theory, and learning-based methods such as deep reinforcement learning, under realistic physical constraints.
179+
</p>
180+
</div>
181+
</div>
182+
183+
184+
185+
<div className="w-full px-6 flex justify-center mt-12">
186+
<div className="w-full max-w-7xl flex flex-col">
187+
<h3 className="text-xl font-bold">
188+
General-Purpose Dexterous Manipulation with High-DoF Hands
189+
</h3>
190+
</div>
191+
</div>
192+
<div className="w-full px-6 flex justify-center mt-6">
193+
<div className="w-full max-w-7xl flex flex-col gap-3">
194+
<p className="leading-relaxed">
195+
Dexterous manipulation with multi-fingered hands is a foundational capability for robots operating in unstructured, real-world environments. It underpins the development of general-purpose robotic systems capable of performing complex, human-like tasks ranging from household activities to industrial assembly. To advance research in this area, this challenge invites participants to develop and train control policies for an <span className="underline">open-source, high-degree-of-freedom dexterous hand</span>. Participants will be evaluated on a suite of standardized manipulation tasks that test precision, robustness, and generalization.
196+
</p>
197+
</div>
198+
</div>
199+
200+
201+
202+
<div className="w-full px-6 flex justify-center mt-12">
203+
<div className="w-full max-w-7xl flex flex-col">
204+
<h3 className="text-xl font-bold">
205+
Visuo-Tactile Learning for Contact-Rich Manipulation
206+
</h3>
207+
</div>
208+
</div>
209+
<div className="w-full px-6 flex justify-center mt-6">
210+
<div className="w-full max-w-7xl flex flex-col gap-3">
211+
<p className="leading-relaxed">
212+
Contact-rich manipulation involves complex physical interactions where visual observations alone are often insufficient to capture critical local contact states, forces, and deformations. This challenge invites participants to develop <span className="underline">visuo-tactile manipulation policies</span> that effectively integrate visual and tactile information for decision-making and control. Submitted approaches will be evaluated on their performance across multiple manipulation tasks, with a particular emphasis on effectiveness, efficiency, and generalization. This challenge aims to systematically assess the role of tactile perception in robotic manipulation and to advance the development of robust, generalizable visuo-tactile learning methods for real-world physical interaction.
213+
</p>
214+
</div>
215+
</div>
216+
217+
218+
219+
{/* <div className="w-full px-6 flex justify-center mt-12">
169220
<div className="w-full max-w-7xl flex flex-col">
170221
<h3 className="text-xl font-bold">
171222
Track X
@@ -178,7 +229,7 @@ export default function Home() {
178229
To be released.
179230
</p>
180231
</div>
181-
</div>
232+
</div> */}
182233

183234

184235

0 commit comments

Comments
 (0)