mirrored 7 minutes ago
0
Timothyxxxfeat: Migrate OSWorld files to HuggingFace cache with comprehensive documentation - Add detailed README for file cache repository - Implement migration script with retry logic and browser simulation - Support automatic file type detection and deduplication - Ensure reliable hosting for OSWorld evaluation files 3474856
{
  "id": "8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f",
  "snapshot": "base_setup",
  "instruction": "Can you make the video fill up the whole screen? It's a bit too small to see right now, and I'd like to see it better.",
  "source": "https://www.youtube.com/watch?v=XHprwDJ0-fU&t=436s",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vlc/8d9fd4e2-6fdb-46b0-b9b9-02f06495c62f/Optimus - Gen 2.mp4",
            "path": "/home/user/Desktop/Gen 2.mp4"
          }
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "VLC_VERBOSE=-1",
          "vlc",
          "--start-time=15",
          "/home/user/Desktop/Gen 2.mp4"
        ]
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": [
          "python",
          "-c",
          "import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
        ]
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "vlc"
  ],
  "evaluator": {
    "func": "is_vlc_fullscreen",
    "expected": {
      "type": "vm_window_size",
      "app_class_name": "vlc"
    },
    "result": {
      "type": "vm_screen_size"
    }
  }
}