Add human operation time log
This commit is contained in:
@@ -285,7 +285,8 @@ class DesktopEnv(gym.Env):
|
||||
logger.info("Emulator started.")
|
||||
|
||||
logger.info("Get meta info of the VM...")
|
||||
self.vm_platform = self.controller.get_vm_platform()
|
||||
# self.vm_platform = self.controller.get_vm_platform()
|
||||
self.vm_platform = "Darwin"
|
||||
self.vm_screen_size = self.controller.get_vm_screen_size()
|
||||
print(self.vm_screen_size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user