From 9fd63081ea42c2cc1d8c79b0871905fc082b5e9d Mon Sep 17 00:00:00 2001 From: Timothyxxx <384084775@qq.com> Date: Wed, 13 Mar 2024 23:40:51 +0800 Subject: [PATCH] Update todos and fixmes --- experiment_screenshot.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/experiment_screenshot.py b/experiment_screenshot.py index 9f9367f..09889f6 100644 --- a/experiment_screenshot.py +++ b/experiment_screenshot.py @@ -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',