Skip to content

Commit 51474af

Browse files
committed
.
1 parent cb1fd5b commit 51474af

File tree

1 file changed

+16
-0
lines changed
  • app/(default)/(event)/challenge2026temp

1 file changed

+16
-0
lines changed

app/(default)/(event)/challenge2026temp/page.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,22 @@ export default function Home() {
216216

217217

218218

219+
<div className="w-full px-6 flex justify-center mt-12">
220+
<div className="w-full max-w-7xl flex flex-col">
221+
<h3 className="text-xl font-bold">
222+
DexoraSim Challenge
223+
</h3>
224+
</div>
225+
</div>
226+
<div className="w-full px-6 flex justify-center mt-6">
227+
<div className="w-full max-w-7xl flex flex-col gap-3">
228+
<p className="leading-relaxed">
229+
This challenge targets <span className="underline">vcontact-rich household and tool-use behaviors</span> that require precise coordination between two hands, continuous control, and robust perception. Participants develop policies that map multi-view visual observations and natural-language instructions to joint-space control, with evaluation designed to reflect both task completion and the stability of physical interaction.
230+
</p>
231+
</div>
232+
</div>
233+
234+
219235
{/* <div className="w-full px-6 flex justify-center mt-12">
220236
<div className="w-full max-w-7xl flex flex-col">
221237
<h3 className="text-xl font-bold">

0 commit comments

Comments
 (0)