Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

trajectory

Computer Use Agent (CUA) format trajectories for training computer use models.

Dataset Description

This dataset contains human-recorded computer use trajectories in CUA format. Each trajectory represents a sequence of actions (clicks, typing, scrolling, etc.) performed on a computer to accomplish a task.

Latest Trajectory

  • Name: Pole_1
  • Description: No description
  • Total Steps: 9
  • Tags: None

Format

Each trajectory file is a JSON object with the following structure:

{
  "timestamp": "ISO-8601 timestamp",
  "session_id": "unique trajectory ID",
  "name": "recording name",
  "tool_calls": [
    {
      "type": "computer_call",
      "call_id": "unique call ID",
      "status": "completed|failed",
      "action": {
        "type": "click|type|scroll|keypress|...",
        "x": 123,
        "y": 456,
        ...
      }
    }
  ],
  "messages": [...],
  "tags": [...],
  "images": ["base64 screenshots..."]
}

Source

Generated by Project OWL - Computer Use Agent Training Platform

License

MIT License

Downloads last month
12