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
Hello!
Thanks for this fantastic repo! The paper is also very amazing and insightful.
I was wondering whether it's possible to define custom HTML pages and tasks to be executed.
I was thinking of adding the custom HTML file in computergym/miniwob/miniwob_interface/html/miniwobdirectory and also including it in available_tasks.txt
Would this approach work? Please, let me know your thoughts about this.
Regards
The text was updated successfully, but these errors were encountered:
Hello, thank you for your interest in this repo, and sorry for the delay.
Currently, the RCI agent is using the MiniWoB++ benchmark, which is wrapped by the OpenAI Gym interface. Therefore, it will not be easy to add a custom HTML environment to the MiniWoB++ benchmark. Instead, I recommend running the agent directly on your custom website using Selenium. I have already implemented this code for the facebook.com webpage in the main.py. You can play around with the code and let me know if you have more questions.
Hello!
Thanks for this fantastic repo! The paper is also very amazing and insightful.
I was wondering whether it's possible to define custom HTML pages and tasks to be executed.
I was thinking of adding the custom HTML file in
computergym/miniwob/miniwob_interface/html/miniwob
directory and also including it inavailable_tasks.txt
Would this approach work? Please, let me know your thoughts about this.
Regards
The text was updated successfully, but these errors were encountered: