OpenCUA7BQfp164bit / args.json
sujitvasanth's picture
Upload 15 files
3e9b5d8 verified
raw
history blame contribute delete
845 Bytes
{
"path_to_vm": "/home/sujit/VirtualBox VMs/ubuntu24.04/ubuntu24.04.vbox",
"headless": true,
"action_space": "pyautogui",
"observation_type": "screenshot",
"sleep_after_execution": 3.0,
"max_steps": 50,
"test_config_base_dir": "evaluation_examples",
"model": "/home/sujit/OpenCUA-7B",
"temperature": 0,
"top_p": 0.9,
"max_tokens": 2048,
"stop_token": null,
"cot_level": "l2",
"history_type": "action_history",
"coordinate_type": "qwen25",
"max_image_history_length": 3,
"domain": "all",
"test_all_meta_path": "evaluation_examples/test_small.json",
"result_dir": "./results",
"num_envs": 1,
"log_level": "INFO",
"region": "us-east-1",
"provider_name": "virtualbox",
"client_password": "password",
"screen_width": 1920,
"screen_height": 1080
}