Disable wandb temporarily, speedup the environment step speed by remove useless a11y tree re-get and terminal output

This commit is contained in:
Timothyxxx
2024-03-19 08:57:05 +08:00
parent f992d1f694
commit 8e760fd450
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ class DesktopEnv(gym.Env):
observation = {
"screenshot": self._get_obs(),
"accessibility_tree": self.controller.get_accessibility_tree(),
"terminal": self.controller.get_terminal_output(),
# "terminal": self.controller.get_terminal_output(),
"instruction": self.instruction
}