We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec0801 commit 65840d8Copy full SHA for 65840d8
1 file changed
src/browsergym/workarena/config.py
@@ -15,7 +15,7 @@
15
INSTANCE_REPO_ID = "ServiceNow/WorkArena-Instances"
16
INSTANCE_REPO_FILENAME = "instances.json"
17
INSTANCE_REPO_TYPE = "dataset"
18
-INSTANCE_XOR_SEED = "x3!+-9mi#nhlo%a02$9hna{]" # Required to read passwords
+INSTANCE_XOR_SEED = "x3!+-9mi#nhlo%a02$9hna{]"
19
20
# Path to the Menu navigation task configuration
21
ALL_MENU_PATH = str(resources.files(data_files).joinpath("task_configs/all_menu.json"))
0 commit comments