forked from amap-cvlab/ABot-World
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (182 loc) · 9.35 KB
/
Copy pathindex.html
File metadata and controls
199 lines (182 loc) · 9.35 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#020307" />
<style>
html,
body {
background: #020307;
}
</style>
<title>ABot-World | Infinite Interactive World Rollout on Single Desktop GPU</title>
<meta name="description"
content="ABot-World turns a single NVIDIA RTX 5090 desktop GPU into a real-time interactive world simulator, enabling infinite action-conditioned world rollout at 720P, 16 FPS, 1.2s latency, and 19GB GPU memory." />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<div class="bg-orb orb-a"></div>
<div class="bg-orb orb-b"></div>
<div class="bg-grid"></div>
<header class="hero">
<p class="brand">ABot-World</p>
<h1>Infinite Interactive World Rollout on Single Desktop GPU</h1>
<p class="hero-sub">
ABot-World turns a single NVIDIA RTX 5090 desktop GPU into a real-time interactive world simulator, enabling
infinite action-conditioned world rollout at 720P, 16 FPS, 1.2s latency, and 19GB GPU memory.
</p>
<div class="release-actions" aria-label="Upcoming release links">
<a class="release-btn" href="https://arxiv.org/abs/2607.19191" aria-disabled="true" tabindex="-1">Tech Report</a>
<a class="release-btn" href="https://github.com/amap-cvlab/ABot-World" target="_blank" aria-disabled="true"
tabindex="-1">Code</a>
<a class="release-btn" href="https://huggingface.co/acvlab/ABot-World-0-5B-LF" target="_blank"
aria-disabled="true" tabindex="-1">Model (HuggingFace)</a>
<a class="release-btn" href="https://modelscope.cn/models/amap_cvlab/ABot-World-0-5B-LF" target="_blank"
aria-disabled="true" tabindex="-1">Model (ModelScope)</a>
<a class="release-btn" href="https://abot-world.amap.com" target="_blank" aria-disabled="true"
tabindex="-1">Studio</a>
</div>
<div class="intro-video-wrap">
<video id="introVideo" controls autoplay loop playsinline preload="metadata">
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-0-720P.mp4"
type="video/mp4" />
Your browser does not support video playback.
</video>
</div>
</header>
<section class="highlights">
<article class="highlight-card">
<h3>Action-Driven World Control</h3>
<p>Responds to user actions in real time, enabling continuous exploration instead of passive video playback.</p>
</article>
<article class="highlight-card">
<h3>Real-Time Desktop Inference</h3>
<p>Runs at 720p and up to 16 FPS on a single NVIDIA RTX 5090 desktop GPU, with 1.2s latency and 19GB GPU memory.</p>
</article>
<article class="highlight-card">
<h3>Infinite World Rollout</h3>
<p>Supports open-ended interactive world generation beyond fixed video-length limits.</p>
</article>
<article class="highlight-card">
<h3>Open-Ended World Imagination</h3>
<p>Expands the world with new scenes and dynamics during rollout, avoiding scene lock-in, without prompt
switching.</p>
</article>
</section>
<section class="worlds-section">
<div class="section-head">
<h2>Explore Our Created Worlds</h2>
<p>A continuous world lane. Click any bubble to expand and play. <a href="https://abot-world.amap.com"
target="_blank">Try it on our Studio</a></p>
</div>
<div class="worlds-rail">
<div class="worlds-fade worlds-fade-left" aria-hidden="true"></div>
<div class="worlds-fade worlds-fade-right" aria-hidden="true"></div>
<button class="world-nav world-nav-prev" type="button" aria-label="Previous worlds">
<
</button>
<div class="worlds-grid" id="worldsGrid">
<article class="world-card" data-world="0">
<button class="world-bubble" type="button" aria-label="Play Case 0 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-0.png"
alt="ABot-World case 0 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-0.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-0.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="1">
<button class="world-bubble" type="button" aria-label="Play Case 1 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-1.png"
alt="ABot-World case 1 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-1.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-1.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="2">
<button class="world-bubble" type="button" aria-label="Play Case 2 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-2.png"
alt="ABot-World case 2 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-2.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-2.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="3">
<button class="world-bubble" type="button" aria-label="Play Case 3 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-3.png"
alt="ABot-World case 3 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-3.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-3.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="4">
<button class="world-bubble" type="button" aria-label="Play Case 4 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-4.png"
alt="ABot-World case 4 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-4.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-4.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="5">
<button class="world-bubble" type="button" aria-label="Play Case 5 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-5.png"
alt="ABot-World case 5 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-5.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-5.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="6">
<button class="world-bubble" type="button" aria-label="Play Case 6 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-6.png"
alt="ABot-World case 6 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-6.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-6.mp4"
type="video/mp4" />
</video>
</button>
</article>
<article class="world-card" data-world="7">
<button class="world-bubble" type="button" aria-label="Play Case 7 world">
<img src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/imgs/ABot-World-Case-7.png"
alt="ABot-World case 7 preview"
onerror="this.onerror=null;this.src='./assets/imgs/ABot-World-Case-7.png';" />
<video playsinline preload="metadata" controls>
<source src="https://amap-cvlab.oss-cn-zhangjiakou.aliyuncs.com/github/video/ABot-World-Case-7.mp4"
type="video/mp4" />
</video>
</button>
</article>
</div>
<div class="world-player-view" id="worldPlayerView" hidden>
<video id="worldPlayerVideo" playsinline preload="metadata" controls></video>
</div>
<button class="world-nav world-nav-next" type="button" aria-label="Next worlds">
>
</button>
</div>
</section>
<footer class="site-footer">
<p>Copyright © 2026 Alibaba AMAP CV Lab. All rights reserved.</p>
</footer>
<script src="./js/main.js"></script>
</body>
</html>