Update todos and fixmes
This commit is contained in:
@@ -50,6 +50,7 @@ logger.addHandler(sdebug_handler)
|
||||
|
||||
logger = logging.getLogger("desktopenv.experiment")
|
||||
|
||||
# todo: move the PATH_TO_VM to the argparser
|
||||
PATH_TO_VM = r"C:\Users\tianbaox\Documents\Virtual Machines\Ubuntu\Ubuntu.vmx"
|
||||
|
||||
|
||||
@@ -137,6 +138,7 @@ def run_one_example(example, agent, max_steps=10, example_trajectory_dir="exp_tr
|
||||
|
||||
|
||||
def main(example_class, example_id, gpt4_model="gpt-4-vision-preview"):
|
||||
# todo: merge the main function into the run_one_example function
|
||||
# fixme: change all the settings like action_space, model, etc. to the argparser
|
||||
action_space = "pyautogui"
|
||||
gemini_model = "gemini-pro-vision"
|
||||
@@ -190,6 +192,10 @@ def main(example_class, example_id, gpt4_model="gpt-4-vision-preview"):
|
||||
if __name__ == '__main__':
|
||||
####### The complete version of the list of examples #######
|
||||
|
||||
# todo: add recorder of the progress of the examples
|
||||
|
||||
# todo: remove the useless example files
|
||||
|
||||
os_list = [
|
||||
'94d95f96-9699-4208-98ba-3c3119edf9c2',
|
||||
'bedcedc4-4d72-425e-ad62-21960b11fe0d',
|
||||
|
||||
Reference in New Issue
Block a user