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: src/components/Main.vue
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -149,20 +149,19 @@
149
149
<divclass="author-list">
150
150
<spanclass="org">
151
151
<spanclass="ind">1</span>
152
-
Beijing Institute of Technology
152
+
BIT
153
153
</span>
154
154
<spanclass="org">
155
155
<spanclass="ind">2</span>
156
-
Beijing Institute for General Artificial Intelligence
156
+
BIGAI
157
157
</span>
158
-
<br>
159
158
<spanclass="org">
160
159
<spanclass="ind">3</span>
161
160
DataCanvas
162
161
</span>
163
162
<spanclass="org">
164
163
<spanclass="ind">4</span>
165
-
Beijing University of Posts and Telecommunications
164
+
BUPT
166
165
</span>
167
166
<spanclass="org">
168
167
<spanclass="ind">5</span>
@@ -270,7 +269,7 @@
270
269
</div>
271
270
272
271
<divclass="tldr">
273
-
<p><b>TL;DR</b> This paper introduces DART, a decoupled RL framework for GUI agents that improves efficiency via asynchronous system design and facilitates effective learning from abundant samples through adaptive data curation.</p>
272
+
<p><b>TL;DR</b> This paper introduces <b>DART</b>, a decoupled agentic RL framework for training GUI agents, achieving a success rate of <b>42.13% on OSWorld </b>.</p>
0 commit comments