Finish Chrome v2 loading

This commit is contained in:
Timothyxxx
2024-01-24 23:05:28 +08:00
parent acfb232cba
commit 5dea912d01
8 changed files with 408 additions and 13 deletions

View File

@@ -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.