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
print("Please make sure you have installed the web_agent_site package.")
203
+
error_message=f"Error importing WebAgentTextEnv {str(e)}. Please make sure you have installed the web_agent_site package, following the instructions in https://github.com/princeton-nlp/WebShop"
204
+
raiseImportError(error_message)
205
+
print("Making GYM env")
206
+
# NOTE: Hosting the env require ~15GB CPU memory.
207
+
# If you want easier env, you can set the num_products to 1000 or 100000.
print("Please make sure you have installed the web_agent_site package.")
259
-
error_message=f"Error importing WebAgentTextEnv {str(e)}. Please make sure you have installed the web_agent_site package, following the instructions in https://github.com/princeton-nlp/WebShop"
260
-
raiseImportError(error_message)
261
-
print("Making GYM env")
262
-
# NOTE: Hosting the env require ~15GB CPU memory.
263
-
# If you want easier env, you can set the num_products to 1000 or 100000.
0 commit comments