We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d7ce2 commit 2afb28bCopy full SHA for 2afb28b
src/agentlab/benchmarks/osworld.py
@@ -853,15 +853,6 @@ def format_chat_completion_tools_to_response_api(tools: list[dict]) -> list[dict
853
return formatted_tools
854
855
856
-# @dataclass
857
-# class OSWorldActionSetArgs(DataClassJsonMixin):
858
-# action_space: Literal["computer_13", "pyautogui"] = "computer_13"
859
-
860
-# def make_action_set(self):
861
-# logger.info(f"Creating OSWorld Action Set with action space: {self.action_space}")
862
-# return OSWorldActionSet(action_space=self.action_space)
863
864
865
@dataclass
866
class OsworldEnvArgs(AbstractEnvArgs):
867
task: dict[str, Any]
0 commit comments