CoolFace
Datasetpublic

patnir41/kaetram-qwen-rollouts

Kaetram Qwen Rollouts Raw gameplay trajectories from Qwen3.5 agents (2B / 4B / 9B / 27B, plus the 2B OPD checkpoints) playing Kaetram via a typed tool harness. These are the source logs behind the Kaetram OPD-2B training data and the OPD model series. Every config is Qwen self-play. Claude trajectories and any model fine-tuned on them are deliberately excluded from this release. Config Model Sessions Turns qwen9b-base Qwen3.5-9B + scaffold 6,731 37,920 qwen27b-base… See the full description on the dataset page: https://huggingface.co/datasets/patnir41/kaetram-qwen-rollouts.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes44downloads
Dataset Card

Kaetram Qwen Rollouts

Raw gameplay trajectories from Qwen3.5 agents (2B / 4B / 9B / 27B, plus the 2B OPD checkpoints) playing Kaetram via a typed tool harness. These are the source logs behind the Kaetram OPD-2B training data and the OPD model series.

Every config is Qwen self-play. Claude trajectories and any model fine-tuned on them are deliberately excluded from this release.

ConfigModelSessionsTurns
qwen9b-baseQwen3.5-9B + scaffold6,73137,920
qwen27b-baseQwen3.5-27B + scaffold3172,324
qwen4bQwen3.5-4B (OPD teacher)6053,887
qwen2b-baseQwen3.5-2B1,33412,232
qwen2b-opd-r12B OPD round 11,3317,852
qwen2b-opd-r22B OPD round 22,70015,849
qwen2b-opd-r32B OPD round 31,1918,857

Layout

  • —`turns/<config>.jsonl` (Dataset Viewer) — one row per OODA turn: config_run, session, model, personality, turn, action, args, thinking, text, is_error, is_observe, result (a compact view of the tool result).
  • —`raw/<config>.tar.gz` — the full session logs: one gzipped tarball of per-session JSONL files per config (system record, assistant turns with reasoning, paired tool results, observe payloads). The complete, unabridged source behind turns/. Extract with tar xzf <config>.tar.gz.

Notes & scrubbing

These are unfiltered agent logs: they contain mistakes, malformed tool calls, deaths, and dead-ends — that variety is the point. Two scrubs are applied: internal serving endpoint / session_id fields are removed from the system record, and absolute home paths in error traces are redacted. The password strings that appear are the agents' own reasoning about failed logins and carry no credential.

Provenance & license

Apache-2.0. All data generated by Qwen self-play under a custom prompt/harness — no third-party proprietary model outputs were used. Game-derived content originates from Kaetram-Open (MPL-2.0); credit to its authors as required. See NOTICE.

Citation

bibtex
@misc{kaetram_qwen_rollouts_2026,
  title        = {Kaetram Qwen Rollouts},
  author       = {patnir41},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/patnir41/kaetram-qwen-rollouts}}
}