We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1580978 commit e0a216cCopy full SHA for e0a216c
1 file changed
src/browsergym/workarena/instance.py
@@ -47,7 +47,7 @@ def encrypt_instance_password(password: str) -> str:
47
48
def fetch_instances():
49
"""
50
- Load the latest instances from either a custom pool (SNOW_INSTANCE_POOL) or the gated HF dataset.
+ Load the latest instances from either a custom pool (SNOW_INSTANCE_POOL env var) or the gated HF dataset.
51
52
pool_path = os.getenv("SNOW_INSTANCE_POOL")
53
if pool_path:
0 commit comments