-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINIWOB_BASE_URL environment variable not defined #2
Comments
I might have found some informations here : https://github.com/stanfordnlp/wge From the associated README.md : MiniWoB setup
Am I supposed to run a server in parallel on which queries will be made? |
Update : the error is Windows related. This makes sense, as miniWoB is not officially supported on Windows. I was able to run the code almost out of the box with WSL, I just had to change the executable path for the chromedriver (this is specific for WSL) :
|
Thanks for reporting this :) |
@3rdCore I have downloaded and unzipped chromedriver outside this repo's directory and also provided its path to PATH environment variable. But I am still getting this error. Any help would be greatly appreciated! Thanks! |
Update: Figured out the solution using Bard :) Steps:
Just to be safe, comment out line 87 in instance.py (Only if you don't want to work with flight tasks). Have to do more digging to resolve this issue for flight tasks. |
Hello,
After installing the different required packages, I tried to run an experiment on the choose-list environment using the command line you provided :
python main.py --env choose-list --llm chatgpt --num-episodes 1 --irci 1 --sgrounding
And I got the following error :
I tried to run the file environment.py and got the same issue. The reason is that the environment variable MINIWOB_BASE_URL is not defined.
debug console :
Am I supposed to define this environment variable myself?
PS : I'm running on Windows 11, Python 3.9.16, and I use a conda env.
The text was updated successfully, but these errors were encountered: