| { | |
| "spa": "action-tester", | |
| "id": "must-scroll", | |
| "name": "Scroll Action Test", | |
| "description": "Test the agent's ability to scroll the page", | |
| "environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html\"}", | |
| "initial_state": "{\"hasClicked\": false, \"hasDoubleClicked\": false, \"hasDragged\": false, \"hasHotkeyed\": false, \"hasMiddleClicked\": false, \"hasRightClicked\": false, \"hasScrolled\": false, \"hasTyped\": false}", | |
| "instructions": "{\"user_prompt\": \"Scroll down on the page by at least 100 pixels to complete this task. You can use the scroll wheel, arrow keys, or drag the scrollbar to scroll down the page.\", \"success_criteria\": \"The hasScrolled state must be set to True after scrolling down the page by 100 pixels or more\"}", | |
| "reward_function": "", | |
| "valid_target_states": "[{\"hasScrolled\": true}]", | |
| "max_steps": 5, | |
| "timeout_seconds": 30, | |
| "metadata": "{\"difficulty\": \"easy\", \"action_type\": \"scroll\", \"target_element\": \"page scroll area\"}" | |
| } |