Updated readme for PR
Browse files
README.md
CHANGED
@@ -85,9 +85,9 @@ Each file must contain a JSON array with a single object following the format ab
|
|
85 |
|
86 |
### 4. Submit PR
|
87 |
|
88 |
-
1.
|
89 |
-
2.
|
90 |
-
3.
|
91 |
|
92 |
## How to Submit Reproducibility Results for Existing Agents
|
93 |
|
@@ -119,9 +119,9 @@ Append the following entry in the json file. Ensure you set `original_or_reprodu
|
|
119 |
|
120 |
### 2. Submit PR
|
121 |
|
122 |
-
1.
|
123 |
-
2.
|
124 |
-
3.
|
125 |
|
126 |
## License
|
127 |
|
|
|
85 |
|
86 |
### 4. Submit PR
|
87 |
|
88 |
+
1. Open the community tab and press "New Pull Request"
|
89 |
+
2. Give it a new title to the PR and follow the steps mentioned
|
90 |
+
3. Publish the branch
|
91 |
|
92 |
## How to Submit Reproducibility Results for Existing Agents
|
93 |
|
|
|
119 |
|
120 |
### 2. Submit PR
|
121 |
|
122 |
+
1. Open the community tab and press "New Pull Request"
|
123 |
+
2. Give it a new title to the PR and follow the steps mentioned
|
124 |
+
3. Publish the branch
|
125 |
|
126 |
## License
|
127 |
|
app.py
CHANGED
@@ -266,7 +266,7 @@ def main():
|
|
266 |
|
267 |
with tabs[-1]:
|
268 |
st.markdown('''
|
269 |
-
|
270 |
|
271 |
This leaderboard tracks performance of various agents on web navigation tasks.
|
272 |
|
@@ -343,9 +343,9 @@ Each file must contain a JSON array with a single object following the format ab
|
|
343 |
|
344 |
### 4. Submit PR
|
345 |
|
346 |
-
1.
|
347 |
-
2.
|
348 |
-
3.
|
349 |
|
350 |
## How to Submit Reproducibility Results for Existing Agents
|
351 |
|
@@ -377,9 +377,9 @@ Append the following entry in the json file. Ensure you set `original_or_reprodu
|
|
377 |
|
378 |
### 2. Submit PR
|
379 |
|
380 |
-
1.
|
381 |
-
2.
|
382 |
-
3.
|
383 |
|
384 |
## License
|
385 |
|
|
|
266 |
|
267 |
with tabs[-1]:
|
268 |
st.markdown('''
|
269 |
+
# BrowserGym Leaderboard
|
270 |
|
271 |
This leaderboard tracks performance of various agents on web navigation tasks.
|
272 |
|
|
|
343 |
|
344 |
### 4. Submit PR
|
345 |
|
346 |
+
1. Open the community tab and press "New Pull Request"
|
347 |
+
2. Give it a new title to the PR and follow the steps mentioned
|
348 |
+
3. Publish the branch
|
349 |
|
350 |
## How to Submit Reproducibility Results for Existing Agents
|
351 |
|
|
|
377 |
|
378 |
### 2. Submit PR
|
379 |
|
380 |
+
1. Open the community tab and press "New Pull Request"
|
381 |
+
2. Give it a new title to the PR and follow the steps mentioned
|
382 |
+
3. Publish the branch
|
383 |
|
384 |
## License
|
385 |
|