feat: standardize configuration fields across all evaluation examples

- Add `fixed_ip` field to all 369 JSON files in examples directory
  - Set to `true` for 8 files listed in google_chrome.json multi_apps
  - Set to `false` for remaining 361 files
- Add `possibility_of_env_change` field to 363 JSON files missing this field
  - Set to "low" for newly added fields
  - Preserve existing values (4 medium, 2 high) for 6 files that already had this field

This ensures consistent configuration schema across all evaluation examples
while maintaining backward compatibility with existing settings.
This commit is contained in:
yuanmengqi
2025-07-16 13:45:34 +00:00
parent b9df320f31
commit e433f35c1f
369 changed files with 1358 additions and 621 deletions

View File

@@ -32,5 +32,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -92,5 +92,7 @@
"dest": "palette_computer.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -96,5 +96,7 @@
"dest": "dog_without_background.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -39,5 +39,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -23,5 +23,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -92,5 +92,7 @@
"dest": "edited_colorful.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -32,5 +32,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -11,5 +11,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -23,5 +23,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -34,7 +34,7 @@
{
"type": "activate_window",
"parameters": {
"window_name": "GNU Image Manipulation Program"
"window_name": "GNU Image Manipulation Program"
}
},
{
@@ -98,5 +98,7 @@
"dest": "berry_mirror.png"
}
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -96,5 +96,7 @@
"dest": "green_background_with_object.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -51,5 +51,7 @@
"dest": "gimprc"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -42,5 +42,7 @@
"dest": "export.jpg"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -92,5 +92,7 @@
"dest": "edited_darker.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -51,5 +51,7 @@
"dest": "gimprc"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -32,5 +32,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -1,82 +1,84 @@
{
"id": "a746add2-cab0-4740-ac36-c3769d9bfb46",
"snapshot": "gimp",
"instruction": "Help me open up the Vignette filter window.",
"source": "https://www.youtube.com/watch?v=_L_MMU22bAw",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/a746add2-cab0-4740-ac36-c3769d9bfb46/dog_with_background.png",
"path": "/home/user/Desktop/dog_with_background.png"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"gimp",
"/home/user/Desktop/dog_with_background.png"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import time; import pyautogui; pyautogui.press([\"esc\"]);time.sleep(1);pyautogui.hotkey([\"ctrl\", \"q\"]);time.sleep(1);"
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import time; import pyautogui; pyautogui.press([\"right\"]);time.sleep(1);pyautogui.press([\"enter\"])"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_include_exclude",
"result": {
"type": "vm_command_line",
"command": "cat /home/user/.config/GIMP/2.10/action-history",
"shell": true
},
"expected": {
"type": "rule",
"rules": {
"include": [
"filters-vignette"
],
"exclude": [
"error",
"failed",
"not found"
]
}
}
"id": "a746add2-cab0-4740-ac36-c3769d9bfb46",
"snapshot": "gimp",
"instruction": "Help me open up the Vignette filter window.",
"source": "https://www.youtube.com/watch?v=_L_MMU22bAw",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/a746add2-cab0-4740-ac36-c3769d9bfb46/dog_with_background.png",
"path": "/home/user/Desktop/dog_with_background.png"
}
]
}
},
"proxy": false
}
{
"type": "launch",
"parameters": {
"command": [
"gimp",
"/home/user/Desktop/dog_with_background.png"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"postconfig": [
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import time; import pyautogui; pyautogui.press([\"esc\"]);time.sleep(1);pyautogui.hotkey([\"ctrl\", \"q\"]);time.sleep(1);"
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"python3",
"-c",
"import time; import pyautogui; pyautogui.press([\"right\"]);time.sleep(1);pyautogui.press([\"enter\"])"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 0.5
}
}
],
"func": "check_include_exclude",
"result": {
"type": "vm_command_line",
"command": "cat /home/user/.config/GIMP/2.10/action-history",
"shell": true
},
"expected": {
"type": "rule",
"rules": {
"include": [
"filters-vignette"
],
"exclude": [
"error",
"failed",
"not found"
]
}
}
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -63,5 +63,7 @@
"dest": "gimprc"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -38,7 +38,7 @@
{
"type": "activate_window",
"parameters": {
"window_name": "GNU Image Manipulation Program"
"window_name": "GNU Image Manipulation Program"
}
},
{
@@ -122,5 +122,7 @@
}
]
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -51,5 +51,7 @@
"dest": "sessionrc"
}
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -32,5 +32,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -11,5 +11,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -87,5 +87,7 @@
"dest": "leftside_textbox.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -91,5 +91,7 @@
"dest": "Triangle_In_The_Middle.png"
}
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -34,7 +34,7 @@
{
"type": "activate_window",
"parameters": {
"window_name": "GNU Image Manipulation Program"
"window_name": "GNU Image Manipulation Program"
}
},
{
@@ -98,5 +98,7 @@
"dest": "berries_contrast.png"
}
},
"proxy": false
}
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}

View File

@@ -11,5 +11,7 @@
"evaluator": {
"func": "infeasible"
},
"proxy": false
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}