File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/agentlab/agents/tool_use_agent Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -563,15 +563,15 @@ def get_action(self, obs: Any) -> float:
563563 obs = Obs (
564564 use_last_error = True ,
565565 use_screenshot = True ,
566- use_axtree = False ,
566+ use_axtree = True ,
567567 use_dom = False ,
568568 use_som = False ,
569569 use_tabs = False ,
570570 ),
571- summarizer = Summarizer (do_summary = True ),
571+ summarizer = Summarizer (do_summary = True ), # do not summarize in OSWorld
572572 general_hints = GeneralHints (use_hints = False ),
573573 task_hint = TaskHint (use_task_hint = False ),
574- keep_last_n_obs = 1 , # keep only the last observation in the discussion
574+ keep_last_n_obs = None , # keep only the last observation in the discussion
575575 multiaction = False , # whether to use multi-action or not
576576 action_subsets = ("coord" ,), # or "bid"
577577 ),
You can’t perform that action at this time.
0 commit comments