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
To setup WorkArena, you will need to get your own ServiceNow instance, install our Python package, and upload some data to your instance. Follow the steps below to achieve this.
44
+
To setup WorkArena, you will need to gain access to ServiceNow instances and install our Python package locally. Follow the steps below to achieve this.
45
45
46
-
### a) Create a ServiceNow Developer Instance
46
+
### a) Gain Access to ServiceNow Instances
47
47
48
-
1. Go to https://developer.servicenow.com/ and create an account.
49
-
2. Click on `Request an instance` and select the `Washington` release (initializing the instance will take a few minutes)
50
-
***Important note:** ServiceNow no longer provides Washington instances to the public. Please fill out [this form](forms.gle/6WLf6s9nkA5D8aue6) to request one.
51
-
4. Once the instance is ready, you should see your instance URL and credentials. If not, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
52
-
5. Change the role of the user to admin in yoyr instance parameters 
48
+
1. Navigate to https://huggingface.co/datasets/ServiceNow/WorkArena-Instances.
49
+
2. Fill the form, accept the terms to gain access to the gated repository and wait for approval.
50
+
3. Ensure that the machine where you will run WorkArena is [authenticated with Hugging Face](https://huggingface.co/docs/hub/en/datasets-polars-auth) (e.g., via huggingface-cli login or the HUGGING_FACE_HUB_TOKEN environment variable).
53
51
54
-
6. You should now see your URL and credentials. Based on this information, set the following environment variables:
55
-
*`SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
56
-
*`SNOW_INSTANCE_UNAME`: The username, should be "admin"
57
-
*`SNOW_INSTANCE_PWD`: The password, make sure you place the value in quotes "" and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.
58
-
7. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
59
-
60
-
**Warning:** Feel free to look around the platform, but please make sure you revert any changes (e.g., changes to list views, pinning some menus, etc.) as these changes will be persistent and affect the benchmarking process.
61
-
62
-
### b) Install WorkArena and Initialize your Instance
52
+
### b) Install WorkArena
63
53
64
54
Run the following command to install WorkArena in the [BrowswerGym](https://github.com/servicenow/browsergym) environment:
0 commit comments