Datasets:
Modalities:
Image
Formats:
imagefolder
Size:
1K - 10K
Tags:
Machine Learning
Artificial Intelligence
Computer Use Agents
Reinforcement Learning
Vision-Language Models
GUI Agents
License:
| {"step_id": 1, "timestamp_action": "2026-07-31T12:28:29.357Z", "timestamp_annotated": "2026-08-19T14:18:26.145298+00:00", "action_type": "mouse", "action_subtype": "left", "raw_command": "Left-clicked at X=250, Y=386", "converted_command": "Left-click at (250, 386)", "image_path": "vision/frames/step_0001_20260731_122829_at.webp", "reasoning": "The task is to make a duplicate copy of a file inside the same folder, using the keyboard only, so the file has to be selected first. Move the cursor and Left-click the `report.pdf` row in the Explorer window to select it. Selecting is all this does — the click lands on the name in the Name column, which highlights the row without opening anything, since a single click selects and only a double-click opens.", "skipped": false} | |
| {"step_id": 2, "timestamp_action": "2026-07-31T12:28:33.411Z", "timestamp_annotated": "2026-08-19T14:18:26.145648+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Ctrl+C", "converted_command": "Press: Ctrl+C", "image_path": "vision/frames/step_0002_20260731_122833_at.webp", "reasoning": "Press Ctrl+C to copy the selected file. Nothing is duplicated yet; this places a reference to the file on the clipboard, and whether that becomes a copy or a move is decided by which paste follows.", "skipped": false} | |
| {"step_id": 3, "timestamp_action": "2026-07-31T12:28:37.651Z", "timestamp_annotated": "2026-08-19T14:18:26.146011+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Ctrl+V", "converted_command": "Press: Ctrl+V", "image_path": "vision/frames/step_0003_20260731_122837_at.webp", "reasoning": "Press Ctrl+V to paste into the folder that is already open — the same folder the file came from. Pasting a file into its own directory is what produces the duplicate: Windows cannot store two files under one name, so it keeps the original untouched and names the new one by appending `- Copy` to the base name.", "skipped": false} | |