mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
parent
4dc00a4fc1
commit
24fa32b395
1 changed files with 6 additions and 6 deletions
|
|
@ -46,14 +46,14 @@ class AndroidExtEnv(ExtEnv):
|
|||
self.width = data.get("width", width)
|
||||
self.height = data.get("height", height)
|
||||
|
||||
# self.create_device_path(self.screenshot_dir)
|
||||
# self.create_device_path(self.xml_dir)
|
||||
self.create_device_path(self.screenshot_dir)
|
||||
self.create_device_path(self.xml_dir)
|
||||
|
||||
def reset(
|
||||
self,
|
||||
*,
|
||||
seed: Optional[int] = None,
|
||||
options: Optional[dict[str, Any]] = None,
|
||||
self,
|
||||
*,
|
||||
seed: Optional[int] = None,
|
||||
options: Optional[dict[str, Any]] = None,
|
||||
) -> tuple[dict[str, Any], dict[str, Any]]:
|
||||
super().reset(seed=seed, options=options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue