Skip to content

Commit 880957e

Browse files
Merge pull request #70 from ServiceNow/jardinetsouffleton-patch-1
Update README.md
2 parents 01ecce5 + 6b69ab2 commit 880957e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ Note: the following example executes WorkArena's oracle (cheat) function to solv
134134
import random
135135

136136
from browsergym.core.env import BrowserEnv
137-
from browsergym.workarena import ALL_WORKARENA_TASKS
137+
from browsergym.workarena import ATOMIC_TASKS
138138
from time import sleep
139139

140140

141-
random.shuffle(ALL_WORKARENA_TASKS)
142-
for task in ALL_WORKARENA_TASKS:
141+
random.shuffle(ATOMIC_TASKS)
142+
for task in ATOMIC_TASKS:
143143
print("Task:", task)
144144

145145
# Instantiate a new environment

0 commit comments

Comments
 (0)