Skip to content

Commit a72b158

Browse files
committed
readme change
1 parent 5eb5e47 commit a72b158

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ python main.py --query "Go to Google and type 'Hello World' into the search bar"
9292
- `cloud-run`: Connects to a deployed Cloud Run service (default).
9393
- `playwright`: Runs the browser locally using Playwright.
9494
- `browserbase`: Connects to a Browserbase instance.
95-
- `hud`: Integrates with HUD's browser environment.
95+
- `hud`: Integrates with hud's browser environment.
9696

9797
**Local Playwright**
9898

@@ -118,7 +118,7 @@ python main.py --query="Go to Google and type 'Hello World' into the search bar"
118118

119119
**hud**
120120

121-
Runs the agent using HUD's browser environment. This is the same environment used by `hud_eval.py` but can be run directly with `main.py` for individual tasks. Ensure the `HUD_API_KEY` environment variable is set.
121+
Runs the agent using hud's browser environment. This is the same environment used by `hud_eval.py` but can be run directly with `main.py` for individual tasks. Ensure the `HUD_API_KEY` environment variable is set.
122122

123123
```bash
124124
python main.py --query="Go to Google and type 'Hello World' into the search bar" --env="hud"
@@ -166,11 +166,11 @@ The `main.py` script is the command-line interface (CLI) for running the browser
166166
| API_SERVER_KEY | The API key for your deployed Cloud Run API server, if it's configured to require one. Can also be provided via the `--api_server_key` argument. | Conditionally (if API server requires it and not passed via CLI) |
167167
| BROWSERBASE_API_KEY | Your API key for Browserbase. | Yes (when using the browserbase environment) |
168168
| BROWSERBASE_PROJECT_ID | Your Project ID for Browserbase. | Yes (when using the browserbase environment) |
169-
| HUD_API_KEY | Your API key for HUD. Required for running evaluations with hud_eval.py. | Yes (when using the hud enviornment or running hud_eval.py) |
169+
| HUD_API_KEY | Your API key for hud. Required for running evaluations with hud_eval.py. | Yes (when using the hud enviornment or running hud_eval.py) |
170170

171171
## Evaluations
172172

173-
The `hud_eval.py` script allows you to run automated evaluations against HUD tasksets:
173+
The `hud_eval.py` script allows you to run automated evaluations against hud tasksets:
174174

175175
```bash
176176
python hud_eval.py --taskset <taskset_id> [--parallel] [--max_concurrent <n>]
@@ -188,7 +188,7 @@ python hud_eval.py --taskset <taskset_id> [--parallel] [--max_concurrent <n>]
188188
# Run a taskset serially
189189
python hud_eval.py --taskset SheetBench-V2
190190

191-
# Run in parallel with 50 concurrent tasks
191+
# Run in parallel with 50 concurrent tasks (can support up to 400)
192192
python hud_eval.py --taskset OSWorld-Verified --parallel --max_concurrent 50
193193
```
194194

0 commit comments

Comments
 (0)