Files
sci-gui-agent-benchmark/monitor/.env
yuanmengqi c57b1d4e7a eval update
2025-06-07 13:19:22 +00:00

14 lines
446 B
Bash

# This file is only used to configure the monitor.
# Do not write any secret keys or sensitive information here.
# Monitor configuration
TASK_CONFIG_PATH=../evaluation_examples/test_small.json
EXAMPLES_BASE_PATH=../evaluation_examples/examples
RESULTS_BASE_PATH=../results_small_endmethod_ifmessage
ACTION_SPACE=pyautogui
OBSERVATION_TYPE=screenshot
MODEL_NAME=computer-use-preview
MAX_STEPS=150
FLASK_PORT=80
FLASK_HOST=0.0.0.0
FLASK_DEBUG=true