From 45c77b83374cc922a2062746249de9a4b24bc382 Mon Sep 17 00:00:00 2001 From: Francesco Bonacci Date: Tue, 10 Sep 2024 12:28:17 +0200 Subject: [PATCH] Fix hyperparam complementary table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba02b1..c111a66 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ python show_results.py --result_dir The table below provides a comparison of various non-proprietary techniques and their hyperparameters used by the Navi agent in our study: -| Hyperparameter | Possible Values | Description | Recommended `a11y_backend` Value | +| Hyperparameter | Possible Values | Description | Recommended Complementary Value | |---------------|------------------------------------|--------------------------------------------------------------------------------------------------|-----------------------------------------------------| | `som_origin` | `oss`, `a11y`, `mixed-oss` | Determines how the Set-of-Mark (SoM) is achieved. | `win32` for `oss`; `uia` for `a11y`, `mixed-oss` | | | `mixed`, `mixed-oss` | If set to any "mixed" option, the agent partially relies on the accessibility tree for SoM entities. | `uia` (more reliable but slower) |