Hub
    Docs
Try for Free
xiangyi-li
/
OS-World
mirrored 15 minutes ago
Benchmark CardFiles and versionsLeaderboard
  • Hub
  • Contact
DiscordGitHubXLinkedIn
0
  • __init__.py
    1 B
    ​
  • actions.py
    7.17 kB
    ​
  • controllers
    -
    ​
  • desktop_env.py
    23.1 kB
    ​
  • evaluators
    -
    ​
  • providers
    -
    ​
  • server
    -
    ​
feat: enhance image comparison functionality in gimp.py - Added resizing logic to handle images of different sizes before comparison, ensuring consistent evaluation. - Implemented mode conversion to ensure both images are in the same format for accurate comparison. - Enhanced structure check by MSE to support conversion of numpy arrays to PIL Images, improving compatibility. - Maintained existing logic while improving robustness and accuracy of image comparison methods.
3 days ago
feat: update provider and action space in DesktopEnv class - Changed the default provider name from "aws" to "vmware" to reflect new environment requirements. - Updated the action space from "computer_13" to "pyautogui" for improved interaction capabilities. - Maintained existing class structure and logic while implementing these updates for better functionality.
3 days ago
Refactor examples; Start to load examples into benchmark; vlc initialization
2 years ago
Refactoring VMware Integration and Implementing AWS Support (#44) * Initailize aws support * Add README for the VM server * Refactor OSWorld for supporting more cloud services. * Initialize vmware and aws implementation v1, waiting for verification * Initlize files for azure, gcp and virtualbox support * Debug on the VMware provider * Fix on aws interface mapping * Fix instance type * Refactor * Clean * hk region; debug * Fix lock * Remove print * Remove key_name requirements when allocating aws vm * Clean README --------- Co-authored-by: XinyuanWangCS <xywang626@gmail.com>
a year ago
yuanmengqifeat: enhance run_coact.py with logging and configuration options - Added logging configuration to capture runtime logs in both file and console with adjustable log levels. - Introduced new command-line arguments for provider name, region, and client password to improve flexibility and security. - Updated process_task function to accommodate new parameters, ensuring compatibility with existing logic. - Modified prompt templates in coding_agent.py and cua_agent.py to use the client password placeholder for enhanced security. 84f407a
fix: correct IP address return logic in AWSProvider - Reverted the return value in the AWSProvider class to use private IP address instead of public IP address. - Ensured that the logic remains intact while addressing the specific requirement for VNC access.
2 days ago
  1. desktop_env
CoACT initialize (#292)
2 days ago
CoACT initialize (#292)
2 days ago