decision-transformer-validates-rl-subsumed-by-sequence-modeling

OUT derived (depth 1)

Created 2026-06-21T13:22:52+00:00

Decision Transformer's successful recasting of reinforcement learning as autoregressive sequence modeling validates that the transformer's next-token prediction objective can subsume entire computational paradigms, reducing RL problems to the same sequence completion framework underlying all language modeling.

Justifications

SL — RL-as-sequence-modeling succeeds UNLESS optimal RL policies are inherently non-Markovian — meaning autoregressive (memoryless) generation fundamentally cannot represent the full structure of preference-optimal behavior

Antecedents (all must be IN):

Unless (any of these IN defeats this justification):

  • IN rlhf-pairwise-optimal-policies-non-markovian — Optimal RLHF policies from pairwise/dueling comparisons are inherently non-Markovian (memory-dependent) — the best action depends on previous events, unlike standard RL settings