Skip to content

Commit 45c77b8

Browse files
authored
Fix hyperparam complementary table
1 parent 6fa5322 commit 45c77b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ python show_results.py --result_dir <path_to_results_folder>
170170

171171
The table below provides a comparison of various non-proprietary techniques and their hyperparameters used by the Navi agent in our study:
172172

173-
| Hyperparameter | Possible Values | Description | Recommended `a11y_backend` Value |
173+
| Hyperparameter | Possible Values | Description | Recommended Complementary Value |
174174
|---------------|------------------------------------|--------------------------------------------------------------------------------------------------|-----------------------------------------------------|
175175
| `som_origin` | `oss`, `a11y`, `mixed-oss` | Determines how the Set-of-Mark (SoM) is achieved. | `win32` for `oss`; `uia` for `a11y`, `mixed-oss` |
176176
| | `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) |

0 commit comments

Comments
 (0)