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.
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.
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 withtar 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
@misc{kaetram_qwen_rollouts_2026,
title = {Kaetram Qwen Rollouts},
author = {patnir41},
year = {2026},
howpublished = {\url{https://huggingface.co/datasets/patnir41/kaetram-qwen-rollouts}}
}