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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ python main.py --query "Go to Google and type 'Hello World' into the search bar"
92
92
-`cloud-run`: Connects to a deployed Cloud Run service (default).
93
93
-`playwright`: Runs the browser locally using Playwright.
94
94
-`browserbase`: Connects to a Browserbase instance.
95
-
-`hud`: Integrates with HUD's browser environment.
95
+
-`hud`: Integrates with hud's browser environment.
96
96
97
97
**Local Playwright**
98
98
@@ -118,7 +118,7 @@ python main.py --query="Go to Google and type 'Hello World' into the search bar"
118
118
119
119
**hud**
120
120
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.
122
122
123
123
```bash
124
124
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
166
166
| 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) |
167
167
| BROWSERBASE_API_KEY | Your API key for Browserbase. | Yes (when using the browserbase environment) |
168
168
| 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) |
170
170
171
171
## Evaluations
172
172
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:
0 commit comments