stanfordnlp / wge

Workflow-Guided Exploration: sample-efficient RL agent for web tasks
https://stanfordnlp.github.io/wge/
Other
108 stars 33 forks source link

miniwob-demos.git is not public #2

Closed khliu1238 closed 6 years ago

khliu1238 commented 6 years ago

hi:

when trying to reproduce your work, this line failed:

git clone https://github.com/stanfordnlp/miniwob-demos.git $REPO_DIR/third-party/miniwob-demos export RL_DEMO_DIR=$REPO_DIR/third-party/miniwob-demos/

after inspection it's not public available. Will you release it?

ppasupat commented 6 years ago

Oops, it's released under https://github.com/stanfordnlp/miniwob-plusplus-demos

khliu1238 commented 6 years ago

these are miniwob++, I thought the command looks for miniwob?

ppasupat commented 6 years ago

That's the public name of the repository. Just do

git clone https://github.com/stanfordnlp/miniwob-plusplus-demos.git $REPO_DIR/third-party/miniwob-demos 
khliu1238 commented 6 years ago

ok thanks.