Panupong (Ice) Pasupat
Panupong (Ice) Pasupat
Hello. Could you try running ``` ./pull-dependencies freebase ``` and then run the code again?
It looks like the dependencies for the Free917 experiments got lost from the dependencies list. For now, you can download the required files at - http://nlp.stanford.edu/software/sempre/release-emnlp2013/lib/lucene/4.4/free917.tar.bz2 Extract it into `lib/lucene/4.4/`:...
It looks like the Ruby script "extract-module-classes.rb" cannot be executed. Could you check if Ruby is installed? Maybe try changing [Line 18](https://github.com/percyliang/sempre/blob/master/build.xml#L18) in `build.xml` to ``` ``` In general, SEMPRE...
* Could you paste the content of `build.xml`? That error indicates an XML incorrect syntax. * Could you try running `ruby ./scripts/extract-module-classes.rb`?
Hi! For a small-scale task, just add an HTML file to the directory `third-party/miniwob-sandbox/html/miniwob/`. Copy a code skeleton from another task (e.g., [`click_checkboxes.html`](https://github.com/stanfordnlp/wge/blob/master/third-party/miniwob-sandbox/html/miniwob/click-checkboxes.html)) and change the `genProblem` method, which will...
The trained model and other metadata should be in `data/experiments/` by default. I think we have a method for visualizing the trained model, but I don't remember how to use...
I'm not familiar with overnight, but from their [CodaLab sheet](https://worksheets.codalab.org/worksheets/0x269ef752f8c344a28383240f7bb2be9c/) you might need to use the overnight mode instead of simple: ``` ./run @mode=overnight @domain=basketball \ -Learner.maxTrainIters 0 -dataset.inPaths ""...
Would you mind pasting the whole stack trace for the error? The `dirty_repo` flag records whether the git repo has pending changes when the experiment ran. Not sure why the...
One thing to try: use `MiniWoBTrainingRuns(check_commit=False)` instead of `MiniWoBTrainingRuns()`. Does that help?
@sidaw Could you give some examples of path actions ($Action) and the "value-specific checks"? Also, shouldn't the check be path-specific instead of value-specific? What do you mean by value-specific?