Composable discrete-value model Scalar Q, QR-DQN, IQN and FQF share one sequence-safe learner; head and strategy determine the valuerepresentation. Representation path Head + strategy Double-DQN update after step Sequence batch n-step · masks ·burn-in Frame adapter [B,T,…] → [B·T,…] Sensor encoder independent frames Temporal core Identity · GRU ·Mamba Value head scalar · QR ·IQN/FQF Valuestrategy support ·expectation Action values [..., quantiles,actions] Currentaction selecteddistribution Online nextstate all actions →argmax Target nextstate evaluateselected argmax Optimizers main · FQFfraction Loss +priority TD/quantileloss · PER Target sync parameters +buffers Valid pairs: ScalarQ + Scalar · FixedQuantile + Fixed · ImplicitQuantile + Random (IQN) or Learnedfractions (FQF). Expectation owns the quantile axis. Selected-action priorities add a singleton action axis and arevalidated before backward.