Files
sci-gui-agent-benchmark/monitor/.env
yuanmengqi cb070307ee merge code
2025-07-15 14:57:14 +00:00

15 lines
448 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.json
EXAMPLES_BASE_PATH=../evaluation_examples/examples
RESULTS_BASE_PATH=../results_operator_full_test_0713_gdrive2
ACTION_SPACE=pyautogui
OBSERVATION_TYPE=screenshot
MODEL_NAME=computer-use-preview
MAX_STEPS=100
FLASK_PORT=80
FLASK_HOST=0.0.0.0
FLASK_DEBUG=false