stanfordnlp / wge

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

missing methods in script_tools.py? #15

Closed knudmt closed 1 year ago

knudmt commented 1 year ago

This may not be an actual issue... line 7 in launch_jobs.py (in the root of wge directory) seems to reference methods that are not defined in script_tools.py.

from script_tools import bash_string, upload_code, create_worksheet, task_lists, \ upload_demos

however, upload_code, create_worksheet, and upload_demos are included. Either they were left out b/c its very specific to the university blah blah blah. but it would be useful to have more context.

ppasupat commented 1 year ago

Hi! These are functions specific to running code on CodaLab. Not sure why they aren't included considering that other methods like open_cl_file in script_tools.py also refer to CodaLab. Let me add them.

ppasupat commented 1 year ago

The methods are now added.

knudmt commented 1 year ago

That is really awesome! BTW this project is so amazing. I have been playing with if for a week or so.