Disable wandb temporarily, speedup the environment step speed by remove useless a11y tree re-get and terminal output
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user