Finish Chrome v2 loading
This commit is contained in:
@@ -104,6 +104,9 @@ class DesktopEnv(gym.Env):
|
||||
self.action_history: List[Dict[str, any]] = []
|
||||
|
||||
def _config_screen_size(self):
|
||||
"""
|
||||
fixme: Experimental features, will cause unexpected error when system corrupt
|
||||
"""
|
||||
def calculate_vram_size(width, height, bits_per_pixel=32):
|
||||
"""
|
||||
Calculate VRAM size for given width, height, and color depth.
|
||||
|
||||
Reference in New Issue
Block a user