-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
35 lines (33 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EBench — Elemental Diagnosis of Generalist Mobile Manipulation Policies</title>
<meta
name="description"
content="EBench is an Isaac-Sim benchmark of 26 long-horizon, dexterous, and mobile manipulation tasks that diagnoses generalist VLA policies across 5 capability and 4 generalization dimensions."
/>
<meta name="author" content="Ning Gao et al." />
<!-- Open Graph / social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="EBench: Elemental Diagnosis of Generalist Mobile Manipulation Policies" />
<meta
property="og:description"
content="26 diverse manipulation tasks, annotated along 5 capability and 4 generalization dimensions, on Isaac Sim. A diagnostic benchmark for generalist VLA policies."
/>
<meta name="twitter:card" content="summary_large_image" />
<!-- Intentionally no favicon — declared empty so browsers don't request /favicon.ico -->
<link rel="icon" href="data:," />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>