Farama-Foundation / miniwob-plusplus

MiniWoB++: a web interaction benchmark for reinforcement learning
https://miniwob.farama.org/
MIT License
280 stars 47 forks source link

Recording Your Own Demonstrations : Not Working #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi ! I'm a RL beginner and I tried to record a demonstration on the click-test.html When I write the path : file:///path/to/miniwob-plusplus/html/miniwob/click-test.html, the page is rendered correctly. Then as explained in the instructions, I created a directory named 'out' and launched the record.py script.

My problem is that when I add '?record=true' to the path of the website, I get 'ERR_FILE_NOT_FOUND' in my browser (Google Chrome).

Thank you in advance for your answer.

ppasupat commented 5 years ago

Hi! Somehow Chrome converted the ? in ?record=true into an escape sequence. Try pasting the whole URL in Chrome's location bar instead:

file:///path/to/miniwob-plusplus/html/miniwob/click-test.html?record=true
ghost commented 5 years ago

Hi! Thank you for your quick response. The problem was as you said the conversion of '?' into an escape sequence. I tried to copy past the whole URL in Chrome's location bar but it still didn't work.

I then tried to run a node http-server and it worked fine (the '?' was not escaped anymore).

PS : This is not directly related with this issue but I've seen there was a plateform for WoB on openAI but all the links I find are dead links. Is there still a WoB benchmark on openAI ?

Thank you very much for your time.

ppasupat commented 5 years ago

OpenAI seems to have deprecated WoB and other environments in favor of the new retro environments