15 lines
479 B
Bash
15 lines
479 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_50_random_proportional.json
|
|
EXAMPLES_BASE_PATH=../evaluation_examples/examples
|
|
RESULTS_BASE_PATH=../results_hosted_gbox_50
|
|
ACTION_SPACE=pyautogui
|
|
OBSERVATION_TYPE=screenshot
|
|
MODEL_NAME=us.anthropic.claude-sonnet-4-5-20250929-v1:0
|
|
MAX_STEPS=15
|
|
FLASK_PORT=8080
|
|
FLASK_HOST=0.0.0.0
|
|
FLASK_DEBUG=false
|